CentOS 5 :: Forcing Dependencies To Be Installed?
Apr 1, 2009
I am running 5.2; have not configured or installed anything special; and need to perform an update and get the dependencies installed, too. What is the best way to do that?
View 10 Replies
ADVERTISEMENT
Oct 7, 2010
I have installed centos 5 64 bit in my machine but all the dependencies like php, httpd, glibc, gcc, gd, openssl and others are 32 bit, I need them to be updated to 64 bit.
View 7 Replies
View Related
Sep 6, 2009
I routinely build systems, and joy of joys, my ISP hosts one of the Centos Mirrors, and ergo downloads from there don't count against my ISP Quota
how do I force yum to use that particular repository for updates.
Alternately, I believe I can copy from there into my "local cache"? How does one do that?
View 3 Replies
View Related
Apr 17, 2010
how to get the dependencies installed.
mark@mark-desktop:~$ sudo apt-get install cinelerra
Reading package lists... Done
Building dependency tree
Reading state information... Done
[Code].....
View 2 Replies
View Related
May 18, 2010
I searched for a hex editor in the USC, and chose to install a package called okteta. Only problem is...(I didn't realize until after it was too late to cancel)...it's a KDE package.Since it was probably one of the first (only?) KDE based app on this fresh Lucid installation, I believe about 115 (!) packages (see the list below) were installed in addition to the one I wanted. Grrrr.I then went into synaptic and removed okteta, but as I should have known, it did not remove any of the dependencies.I then looked at the dpkg logfile to see what had been installed. Here's what I found:Quote:
2010-05-18 02:27:56 install libqtcore4 <none> 4:4.6.2-0ubuntu5
2010-05-18 02:27:58 install libattica0 <none> 0.1.3-0ubuntu1
2010-05-18 02:27:58 install libqt4-network <none> 4:4.6.2-0ubuntu5
[code]....
View 3 Replies
View Related
Jun 8, 2011
apt-cache show <package> shows also it's dependencies.yum info <package> does not show dependencies, but it obviously know them.How to ask yum for dependencies of specified package?
View 1 Replies
View Related
Aug 1, 2010
I did a compile and checkinstall of a Debian package (and then deleted the temporary directory tree I compiled in), and had to redo the compile and checkinstall since I screwed up on the dependencies (I think it's item #10) on the checkinstall "menu".
Looking for a quick and dirty shortcut, I was wondering where the post-install dependencies for the packages are stored. Is it in /var/lib/dpkg/status ?
If not, where is the dependency information for installed packages stored?
View 1 Replies
View Related
May 16, 2010
I got a new laptop a few days ago, to which I installed Fedora 12, and I am trying to install xmacro on it. I downloaded.I looked at this thread and one of the posts says there are instructions here but the link does not work for me.I installed xmacro on my old laptop (Debian) with no problems. I don't remember how, but I suppose it will be different installing an rpm anyway.
View 3 Replies
View Related
Nov 16, 2010
Gnome-sharp is a dependency of Tomboy. It has many dependencies itself, but all are satify-able from SBO. So I installed them all (yes including mono!) from SBO, then tried to install gnome-sharp. Problem is when running the slackbuild I get this error -
Code:
pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll /r:../../gnomevfs/gnome-vfs-sharp.dll -r:Mono.GetOptions.dll ./TestXfer.cs
[code]...
View 1 Replies
View Related
Jun 15, 2011
Does aptitude(or apt-get) have the functionality to remove the packages installed from using build-dep? It just seems convenient if you want to remove a program that was built from source.
View 4 Replies
View Related
Apr 2, 2011
I am trying to run algodoo from terminal after I install it, but it doesn't run. It gives this error. I have been having troubles with permissions in the /usr folder recently, so I think that is what might have caused this. Please read through it thoroughly, as algodoo is actually located in the /opt folder.
Code: jon-Tuxbox:~$ sudo '/opt/Algodoo/algodoo/algodoo'
There are missing dependencies.
Please make sure that all the required libraries are installed.
Missing:
libcxcore.so.2.1 => not found
libcv.so.2.1 => not found
libhighgui.so.2.1 => not found
jon-Tuxbox:~$
View 1 Replies
View Related
Dec 17, 2010
I have been trying to install clisp on one of our systems and get the error: Missing Dependency: libsigsegv.so.0()(64bit) for package: clisphowever, I have checked and the library libsigsegv-2.7-1.el5.rf.x86_64 and its associated header file package are, in fact,installed.
View 3 Replies
View Related
Dec 20, 2010
Are there any quick and easy ways to find all of the dependencies required for a package to be installed, so that we dont have to spent a lot of time searching for each package or downloading them individually?
View 5 Replies
View Related
Mar 13, 2010
I'm trying to track down some dependencies for truecrypt,
libwx_baseu-2.8.so.0 is needed by truecrypt-6.3a-1.el5.i386
libwx_baseu-2.8.so.0(WXU_2.8) is needed by truecrypt-6.3a-1.el5.i386
libwx_gtk2u_adv-2.8.so.0 is needed by truecrypt-6.3a-1.el5.i386
libwx_gtk2u_adv-2.8.so.0(WXU_2.8) is needed by truecrypt-6.3a-1.el5.i386
[Code]....
View 1 Replies
View Related
Jan 25, 2011
The question is how can I get full list of dependencies? I mean full list, not only 1lvl from yum deplist "package name"Full list you can see when you do yum install "packages name"
View 3 Replies
View Related
Apr 3, 2009
Update to 5.3 went OK a few days ago.Today there is updated kernel packages available but it fails dependencies on ecryptfs-utils.
View 3 Replies
View Related
Dec 4, 2009
The upstream provider is supplying samba3x (currently samba 3.3.8) packages in their supplementary repository. I know that most of what is in the supplementary repository is burdened with restrictive or non-free licenses, however, Samba is not.
The samba3x packages are critical for Windows Server 2008 trust relationships as well as Windows 7 client support for a CentOS server acting as a Windows domain controller. I know that I can either roll my own packages or compile from source, but an officially supported version would be a much better option on a production server.Is there any way CentOS can "officially" supply these packages and their associated dependencies?
View 19 Replies
View Related
Dec 31, 2009
I just installed CentOS and I tried updating software. Unfortunately it hangs at Resolving dependencies for updates.
View 2 Replies
View Related
Aug 19, 2010
I am attempting to write an rpm for railo-resin server. To the best of my knowledge the rpm is written correctly, however when I run "rpm -ivh rail-x.x.x.rpm" I get the following error.
Quote:error: Failed dependencies:
libodbc.so is needed by railo-3.1-2.i386
libodbcinst.so is needed by railo-3.1-2.i386
View 7 Replies
View Related
Feb 3, 2011
I am trying to install koha on centos 5.5. The manual tells me to install perl dependencies from companion CD. copy the usr_local.tar.gz to hard drive. But there are seven cd for centos. Which one is the right one for perl dependencies?
View 1 Replies
View Related
Mar 7, 2011
Been attempting to upgrade the PHP version to a VPS on Blacknight Ireland hosting (Blacknight Hosting) but am having trouble trying to install the yum package on CentOS 5.5. I've downloaded a suitable yum installer from the hosting companies own downloads site (which you'd presume would work with their CentOS version), uploaded and attempted to run. However, it fails with the following output:
[Code]...
Been reading from various sources through Google searches that these should already be preinstalled with CentOS? Can anyone point me in the right direction to get these?
View 1 Replies
View Related
Oct 26, 2010
I do encounter when I try to install this file:
[root@mypc]# rpm -ivh sysstat-7.0.2-3.el5.i386.rpm
warning: sysstat-7.0.2-3.el5.i386.rpm: V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libc.so.6(GLIBC_2.4) is needed by sysstat-7.0.2-3.el5.i386
rtld(GNU_HASH) is needed by sysstat-7.0.2-3.el5.i386
Also when I try this also not work
# yum install sysstat
-bash: yum: command not found
However the os and email server working fine on it. What should I check and try it.
View 4 Replies
View Related
Jul 5, 2011
When i try to run the rpm for lynx (lynx-2.8.5-23.i386.rpm) It comes up with :
warning: lynx-2.8.5-23.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies: libcrypto.so.5 is needed by lynx-2.8.5-23.i386 libssl.so.5 is needed by lynx-2.8.5-23.i386
View 2 Replies
View Related
Jul 26, 2011
I been tryin to install httpd-devel on Centos 5 with plesk i keep gettin Missing Dependency errors i went to url
and got attached packages but they give me this error
Code:
# rpm -ivh httpd-devel-2.2.3-45.el5.centos.1.x86_64.rpm Failed dependencies:
httpd = 2.2.3-45.el5.centos.1 is needed by httpd-devel-2.2.3-45.el5.centos.1.x86_64
Code:
yum install httpd-devel
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
code....
View 5 Replies
View Related
Jun 23, 2009
I am a newbie trying to install XMLSec on my server. I have CentOS 5 with OpenSSL 0.9.8b. I downloaded xmlsec1-1.0.3-1.i386.rpm from [URL]. While doing rpm -Uvh xmlsec1-1.0.3-1.i386.rpm I get the following error message.
error: Failed dependencies:
libcrypto.so.4 is needed by xmlsec1-1.0.3-1.i386
libxml2.so.2 is needed by xmlsec1-1.0.3-1.i386
libxslt.so.1 is needed by xmlsec1-1.0.3-1.i386
I also downloaded RPM's for libxml2 and libxslt from ftp://xmlsoft.org/libxslt/ but each package give further errors rpm -Uvh libxml2-2.7.3-1.x86_64.rpm warning: libxml2-2.7.3-1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID de95bc1f error: Failed dependencies: libxml2 = 2.6.26 is needed by (installed) libxml2-python-2.6.26-2.1.2.7.x86_64
and
[Code]....
View 1 Replies
View Related
Jun 4, 2010
Trying to install Google Chrome from the Google repo I get the following error -Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package google-chrome-stable.i386 0:5.0.375.55-47796 set to be updated --> Processing Dependency: lsb >= 3.2 for package: google-chrome-stable --> Finished Dependency Resolution google-chrome-stable-5.0.375.55-47796.i386 from google has depsolving problems --> Missing Dependency: lsb >= 3.2 is needed by package google-chrome-stable-5.0.375.55-47796.i386 (google)
View 5 Replies
View Related
Apr 3, 2009
I am trying to put up my own Quake2 server to play with my friends. During this installation process I have encountered rather confusing issue. First I downloaded the Q2 server binaries in RPM package and tried installing it:
[Code]...
View 5 Replies
View Related
Jul 8, 2009
I've installed CentOS 5.3 on a machine, and I need a Samba version 3.2 or higher. Since 3.4 is out, I thought I'd grab that. But, "yum list|grep samba" gives me only version 3.0.33. Is there a package of Samba I can grab that will upgrade the 3.0 installation so that I don't have two laying around? If not and I need to compile from source, do you have any suggestions for what arguments I should give configure? I'm not used to Linux coming from the BSD world
View 1 Replies
View Related
Nov 10, 2009
I just upgraded by box from Fedora Core 9 to Centos 5.2. Finally!I have a 500GB SATA drive, it's partitioned into three equal size slices, hda1 through 3. The old Fedora was on hda1, I installed the new Centos on hda3. I instructed the installer to write the MBR to /dev/hda, not /dev/hda3. Fdisk says I have sector 0 unused.First, the system wouldn't boot - it just looped through the BIOS, rebooting over and over again. The BIOS sees the disk, but it never loaded Grub. I tried re-running grub-install /dev/hda, and not I get a Grub Error 17 after stage 1.5 loads.
I can boot from rescue OK, the grub.conf man menu.lst look fine, it's pointing to "root (hd0,2)". It's either the BIOS that can't find the MBR, or the MBR can't find Grub.When I looked at the disk with fdisk after the install, hda1 was still marked bootable, hda3 was not, so I swapped bootable flags but that has not made a difference. I also appended the new grub to the old grub thinking I could get the MBR (if it is there) to load the old grub and thence find the new Centos, but that didn't work either.Mobo is an old Shuttle AK35.Any ideas? Did I mess up by not telling the system to put the MBR on /dev/hda3? Is there a way to fix this without reinstalling?
View 2 Replies
View Related
Jun 3, 2009
I am having trouble logging into a newly installed CentOS 5.3 box. I can SSH into the machine with root but can not do so with any normal users. I get the error, "connection refused." My firewall is currently turned off.
View 12 Replies
View Related