CentOS 5 :: Yum Fails To See Installed Libraries / Sort It?
May 22, 2009
Trying to install yum-installonlyn, yumex reports a dependency error because libgif.so.4 is needed. However, that library is in /usr/lib and I also have copied it to /lib - with no success. Could anybody tell me which piece of information I am failing to give yum?
View 4 Replies
ADVERTISEMENT
Feb 16, 2009
I'm trying to compile libetpan-0.57 on RedHat Enterprise Linux 5.2 64-bit and it is refusing to link against the 64 bit system libraries. I've tried everything I can think of. I've tried to hack libtool, run the command make was trying to run manually and changing the library search paths but nothing works. When I run the command make tried to run manually and change -L/usr/lib to -L/usr/lib64 most of the "skipping incompatible" library messages disappear except for "/usr/lib/libexpat.so: could not read symbols: File in wrong format." Below is the output when I run make code...
View 4 Replies
View Related
Feb 5, 2011
I am newbee to linux. I am trying to executing a script which does "chroot" for an executable. But I am getting following error.
The chroot in the script is chroot /var/mnt/test /testbin/myapp
The script bails out with following error./testbin/myap: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory...I tried ldd for the application. All the shared libraries which are required for myapp are present.
View 3 Replies
View Related
Jun 5, 2015
I'm having some issue running a wine application, this seems to not start 'cause of some missing libraries.
So I tried to locate those and the only one I found is this:
# locate libxcb.so.1
/usr/lib/i386-linux-gnu/libxcb.so.1
/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
/usr/lib/x86_64-linux-gnu/libxcb.so.1
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
These others don't show any result, but I checked and all the corresponding deb pkgs are installed (both amd64 and i386):
libx11.so.6
libxext.so.6
libgl.so.1
libc.so.6
What do you think I can do to resolve? I aleady tried a reinstall. Not tried to purge 'cause apt asks to remove half of the system.
View 2 Replies
View Related
Feb 19, 2011
I am running the 64-bit version of Fedora 12 on an Intel system. I want to run a particular application that is only available in 32-bit.
How can I get the needed system libraries installed so I can run the application?
View 14 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
May 1, 2011
I am trying to upgrade from Ubuntu 10.10 to 11.04.
When it gets to the end of the upgrade I get a dialog with the following error:
Quote:
Could not install the upgrades the upgrade has aborted. your system could be in an unusable state. A recovery will run now (dpkg __configure -a). code...
View 2 Replies
View Related
Oct 6, 2010
Upon running miro (openSUSE 11.3 and arch) I get the following error code...
View 6 Replies
View Related
Aug 10, 2010
I havent used Linux in a long time. I dug up an old copy of Suse (version8.2), and installed it on an old 599MHZ PC. Ive been trying to update the various libraries to be able to get a updated version of Firefox installed. Is there any chance that this can work? I need to know if Im wasting my time and should just put winxp on this PC. Also, I cant get any repositories working. I assume the default ones I have on the Suse installation are bad and the ones for the later versions will not work.
View 9 Replies
View Related
Feb 17, 2010
In Jaunty (9.04) I've setup a small (eleven-terminal) ltsp network at the local school. It handled around 6600 working hours with ease.
Now I've upgrade the server to Karmic Koala (9.10) and it just stopped working.
1) The clients have PXE NICs
2) They get the proper IPs from the DHCP server and respond appropriately to changes in the DHCP configuration files.
3) DHCP server also points the clients to
filename=/ltsp/i386/pxelinux.0
4) When the clients try to download the pxelinux.0 over tftp they just timeout
5) /etc/inetd.conf has an entry like
tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot
6) The file /var/lib/tftpboot/ltsp/i386/pxelinux.0 exists on the server
I'm lost at all these configuration files and protocols.
View 7 Replies
View Related
Mar 27, 2010
I have following error when trying to lauch Icecast:
Starting icecast2: start-stop-daemon: Unable to set gid to 121 (Operation not permitted)
View 1 Replies
View Related
Nov 13, 2010
I have an ASUS G51J notebook with Windows 7 installed. I was following This Guide. I set aside about 100GB for the Unallocated partition. When I started my laptop, I chose to boot from CD (which has an Ubuntu 10.10 ISO on it). I saw a purple background with two icons at the bottom of the screen, and eventually "Ubuntu" appeared in the center with a few dots underneath it. These dots would change color from left to right like a loading bar.
This is where my issue comes up. My friend was using this same CD on his Dell laptop and his desktop which has a XFX motherboard, Q6600 processor, and Invidia 470 graphics card. After this "loading bar" was done, he would be asked if he wanted to boot or install Ubuntu.
This didn't happen for me. What happened instead was that I saw what looked like my Windows desktop after having gone through a meat grinder. There were various icons randomly in pieces all over the place. The only icon that was in one piece (by chance) was my shortcut to Skype.
Has anyone seen this before? Am I doing something wrong? My friend was saying that maybe I should try with a fresh reinstall of Windows and try again. I wasn't even given the choice to just boot from disc. It got to the point where I expected it to give me the options to do so, but instead the Kansas version of my desktop shows up after being hit by an F5
View 9 Replies
View Related
Dec 29, 2010
Is been a while since I was last here requesting help. Now I need some of that LQ magic. I have a script file that extracts data for a date range, create a zip file for the data and then ftp it to a remote server.
Now the script is working perfectly if it is run manually, but now I want it to execute automatically. So I use the crontab, but for some reason the script fails when run from the crontab.code...
View 3 Replies
View Related
Jun 17, 2010
To whom it may concern.
If your acroread chokes with this error
Code:
"The print process returned an error. Please check whether the printer is connected to the machine."
check if "lpr" is available in your penguin.
Some distros may not have 'lpr' in cups package.
View 1 Replies
View Related
Dec 4, 2010
I have a 1.0 ghz G4 eMac running Tiger. Using Ubuntu 10.04's Live-CD I installed 10.04 on a 8-gig USB flash drive and it worked very well despite spending nearly five hours to download its files via DSL and a pokey USB 1.1 port. The flash drive's 10.04 installation worked just fine on my eMac and 900mhz G3 iBook except for Airport wireless non-connecting issues.(I like Ubuntu 10.04 because unlike Mint for PPC, you're not hassled or barred from accessing your Mac HD and its files.) THEN, to resolve my wireless issues, I decided to upgrade to 10.10 which took nearly 12 hours, and it seemed to've installed well until I tried booting the flash drive and it doesn't work. I get the Ubuntu icon in the Startup Disk screen but it keeps returning to it even after I select Ubuntu. The error screen I get reads code...
View 5 Replies
View Related
Aug 5, 2010
I'm using fedora 13 on my acer 532 when i installed pidgin it installed i saw its icon on the top of the page by the clock, then when i shut down and restart it does not appear in the Internet folder nor is there a icon what should i do to install pidgin to the Internet folder? show it appears and it is installed.
View 5 Replies
View Related
Apr 30, 2010
I am installing 10.04 on my laptop which currently has Windows 7. I plan on dual booting my laptop and figured that just like prior releases it will detect my Windows 7 OS and say "Hey I found Win7, do you want to wipe the partition or install side by side and use grub?"
Well in this case, its telling me that no installed operating systems have been found and I only get the option to use the whole disc or I can go ahead and use gparted to create my own partitions.
View 9 Replies
View Related
Jun 8, 2009
I'm trying to install some third party software that looks for X11 libraries in either /usr/lib/X11 or /usr/lib64/X11, but both of these folders are empty on my CentOS 5.3 installation. Can someone tell me where to find these libraries, or what has replaced them? Based on what I've read so far, it looks like the xorg-x11-libs and xorg-x11-devel packages have been replaced in favor of the mesa-libGL stuff. Is this correct?
View 1 Replies
View Related
Nov 10, 2009
the installation procedure of boost c++ libraries .. i.e boost 1.34.1 on centos..
View 5 Replies
View Related
Nov 11, 2009
I'm running 10/11 on a toshiba satellite. i kinda got tired of loosing stuff because i mis-timed the battery discharge, so some months ago i pulled the battery and just ran on the adapter (back ground, i don't know if it's nothing, related to, or caused the problem).
monday morning fired her up - boom got the power "gnome manager not installed correctly"message. tuesday, googled gnome then power then... you get the route, and found Fedoraforum.org, read the stuff, did the yum remove...., did the yum install.... everthing seemed cool. 2nd reboot she stopped at the "f/infinity/balloon" kinda logo.
i went to verbose startup and - all sorts of services were failing; the word deprecate(d, ing, tion) came up a lot "device full..." came up a fair bit as well. when i tried the "yum remove" approach again i got [rpmdb: write: 0x1fd48b0, 8192: No space left on device]. similarily on "yum install" same kinda stuff - deprecation, BaseExpection, deprecated..... kinda long winded. up till now (13 years)
View 14 Replies
View Related
Apr 8, 2009
A much older version of the program compiled against GTK 1.2 works on CentOS 5.3
A current version of the program, compiled against GTK2, works in Slackware 12.1, 12.2 and 12.3. But I have a failure (see below) in CentOS 5.3.
The GTK library for each dist is
libgtk-x11-2.0.so.0.800.20 for Slackware 12.1
libgtk-x11-2.0.so.0.1200.9 for Slackware 12.2 and 12.3
and
libgtk-x11-2.0.so.0.1000.4 under CentOS 5.3
I have had the software working on different versions of GTK as well but no longer that that version information available.
(Below) -- I believe I've narrowed it down to the function gtk_entry_set_text in some (but certainly not all) instances.
I could provide details, but I doubt they really matter. My best guess is that libgtk-x11-2.0.so.0.1000.4 is broken. So, I'd like to replace it without learning how to compile gtk from scratch or causing problems with the rest of CentOS.
View 3 Replies
View Related
Jan 26, 2010
Xubuntu 9.10 Shared folders keeps warning that shared services samba of nfs not installed although ive d/l them and installed them when i hit install again it just keeps looping back to the warning
View 1 Replies
View Related
May 11, 2011
Why many Linux distros are trying to use always the latest versions of the libraries and don't save the old libraries for compatibility? I mean, I can see libtiff for example, i can found a libtiff.so.5 on my /usr/lib, but doesn't store a libtiff.so.4 or 3 just for binary applications or games. For this example, I need libtiff.so.4 for uplink.
That should happen too on the old version of sims for linux, some ID games or others.What's wrong with storing old libraries? PD: Yay, my first post on 3 years!
View 6 Replies
View Related
Aug 10, 2010
In a research environment how can I ensure that all RPMs / packages that appear on one system will exist on another? I.e. when using rpm -qa all libraries on one system will be there on another. The reason for this is to ensure they are as close as possible. Is there an easy way to do this without dealing with a larger management suite tool?
View 1 Replies
View Related
Mar 13, 2010
System: CentOS 54 x86_64
While installing a software, I had to update the sqlite version that comes by default with the distribution (3.3 if I'm not mistaken). I had to uninstall sqlite and sqlite-devel with a "rpm --nodeps" because there were several dependencies ... I took the chance.
I then installed a new sqlite version from source (http://www.sqlite.org/sqlite-amalgamation-3.6.17.tar.gz) and it went ok apparently.
Soon after I noticed problems in some critical programs like httpd, yum, rpm ... all of them failing with the following error:
error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory code...
If there's a solution, how can I solve this big mess?
View 8 Replies
View Related
Jan 23, 2011
I installed squid non the CentOS 5 server. When I try to start squid I am receiving following error:
# service squid start
init_cache_dir /var/spool/squid... Starting squid: [FAILED]
The logs indicate the following:
$ sudo tail /var/log/squid/squid.out
squid: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: Permission denied .....
Although, all the libraries which are shown as missing are present, but still I am seeing the following.
$ ldd /usr/sbin/squid
linux-vdso.so.1 => (0x00007fffb95ff000)
libcrypt.so.1 => not found
libssl.so.6 => not found
libcrypto.so.6 => not found
libdl.so.2 => not found
libz.so.1 => not found
librt.so.1 => not found
libpthread.so.0 => not found
libm.so.6 => not found
libnsl.so.1 => not found
libc.so.6 => not found
I have tried setting the environment variable LD_LIBRARY_PATH
$ echo $LD_LIBRARY_PATH
/lib64:/usr/lib64:/lib:/usr/lib
But still no use.
View 12 Replies
View Related
May 6, 2010
Is there any way to use a dynamic libraries as a static libraries instead when compiling, so that my resulting executable won't have them as dependencies?
View 3 Replies
View Related
Aug 1, 2010
I get the following message when I run mplayer:$ sudo mplayermplayer: error while loading shared libraries: libvorbisidec.so.1: cannot open shared object file: No such file or directoryBasically, is there an easy way to get libvorbisidec1 installed?Noobie here so I really need very basic instructions.
View 9 Replies
View Related
Apr 28, 2009
I'm running a fresh install on an intel i7 system on an asus p6t deluxe v2 motherboard with the onboard NIC (Marvell Technology pci-e). I know the NIC is working as when I boot into the onboard OS that Asus provides (Asus Express Gate SSD)I have a working net connection.Booting up CentOS hangs at determining IP information for eth0 and eventually fails with the following error:PING xxx.170.30.1 from xxx.170.31.231 eth0: 56(84) bytes of data---xxx.170.30.1 ping statistics ---4 packets transmitted, o received, +3 errors, 100% packet loss, time 2999ms, pipe 3 failed.
RTNETLINK answers: file exists.
RTNETLINK answers: file exists.
RTNETLINK answers: file exists.
[code]....
View 14 Replies
View Related
May 5, 2009
I'm trying to install a dual booting machine with OpenSUSE v11.1 32bit and CentOS v5.2 64bit. I installed OpenSUSE first and allowed it to install and configure grub in the MBR and after that I wanted to proceed with CentOS v5.2. The installation went fine with two notable exceptions:- when I had to configure grub installation parameters, CentOS offered me only 2 solutions: either install it on the MBR of the first hard disk or not installing it at all. Other distributions are more flexible allowing you to install it in the boot sector of the root partition for example. Because I didn't want to ruin the existent grub onfiguration, I reluctantly accepted not to install it for CentOS assuming that I could manually configure the entry later in grub's menu.lst file.
- when I was presented with the options for software components installation, I've clicked on virtualization category/function because I intend to use the machine as a VMware host. There was no guidance on screen at that point and I blindly assumed that by choosing the virtualization function I would get necessary tools and drivers that will help me further on. It seems that this was a wrong move as you can see it below.
After completing the installation, I tried to search for a template or guiding on how the menu entry in menu.lst should look like but the grub directory was empty, not surprisingly because I've told CentOS earlier not to install it. Using the files in the /boot directory from the CentOS installation I tried to improvise a menu entry but it's not working. The boot stops with famous Error 13: Invalid or unsupported executable format. Using the file command to check what kind of files I'm trying to load as kernels I'm getting :
marte:~ # file /mnt/vmlinuz-2.6.18-92.el5xen
/mnt/vmlinuz-2.6.18-92.el5xen: gzip compressed data, from Unix, last modified: Tue Jun 10 19:20:51 2008, max compression
[code]....
View 2 Replies
View Related