Are you installing from a package or building manually?Do you have 'automake' package installed (pacman -Q automake)?If you are planning to build packages, make sure you have the packages from package groups 'base' and 'base-devel' installed in your system (pacman -S base base-devel)
josephg
https://bbs.archlinux.org/profile.php?id=29428
2012-04-20T03:29
While Trying to install VirtualBox from AUR, and when installing the dependencies, I got this error.
==> Starting build()...
/tmp/yaourt-tmp-keripix/aur-libpng12/libpng12/./PKGBUILD: line 26: patch: command not found
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build libpng12 package.
It was solved by install base-devel package
using CentOS 6.3 x86_64 and Apache/2.2.15 I get the following error running "yum install httpd-devel.x86_64"
Error: Package: glibc-2.12-1.80.el6.i686 (base):
Requires: glibc-common = 2.12-1.80.el6
Installed: glibc-common-2.12-1.80.el6_3.3.x86_64 (@updates)
glibc-common = 2.12-1.80.el6_3.3
Available: glibc-common-2.12-1.80.el6.x86_64 (base)
glibc-common = 2.12-1.80.el6`
w
A new install from September CD iso. I went through install process but dumped at package install with unsigned or corrupted package error.
Devel packages usually contain the headers or other stuff that's necessary for compiling applications.
To keep the systems clean and manageable, I'm looking for a command to
list all-devel-packages installed by yum (also rpm's, without the suffix).
I usually use yum list installed and collect the devel's manually.
Do you recommend to remove them after compilation as a general rule?
I did a quick test of just downloading files, here are the results:As minimal as I'd be willing to go: base, base-devel, ifplugd for wired connections, wireless utilities, grub, sudo, alsa, xorg (with xterm, xclock, etc), mesa, amd drivers (32 and 64 bit), i3 (wm), lxdm (login), and firefox: it came out to 280MBEven more minimal: base, base-devel, ifplugd, grub, sudo, alsa, xorg (with only xt
Hi everyone I'm trying to install Arch for 3 days now , partitioning (ok) - connecting to the internet (ok - i configured my wireless and ping google and everything work just fine)but i can't perform a " pacstrap -i /mnt base base-devel grub2-bios " it shows the " failed retrieving file 'core.db' from ...
I am trying to install php from remi repo, with nginx.
I am getting this error:
Error: Package: php-gd-5.4.13-1.el6.remi.x86_64 (remi)
Requires: libjpeg.so.62(LIBJPEG_6.2)(64bit)
I tried to install latest libjpeg via rpm, libjpeg-turbo and devel but nothing helps.
yum list libjpeg:
libjpeg.i686 6b-46.el6 @base
libjpeg.x86_64
johane wrote:I am trying to install Arch but when I type "pacstrap /mnt base base-devel" I keep on getting this error "error could not open file /var/lib/pacman/sync/core.db unrecognized archive format".I have tried:# rm -R /var/lib/pacman/sync/Pacstrap was telling you it couldn't open a file, so you just deleted the entire directory tree?