When i try to run umount I got a warning message:
/lib64/libuuid.so.1: no version information available (required by /lib64/libblkid.so.1)
How to correct this ?
I use CentOS 5.8 64-bit.
I keep getting half hourly email messages from the root cron relating to php startup error messages:
Subject:
Cron <root@hostname> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm
Message content (snipped)
php5: /usr/local/lib/libxml2.so.2: no version information ava
I have mentioned -g option along with -Wall in the Makefile.
When I run gdb onlineSunday, I get:
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_dds.so
Try: zypper install -C "debuginfo(build-id)=a84a1969b9a69361b10f26814c0958717c48d671"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_eps.so
Try: zypper install -C "debuginfo(build-id)=81e00b39aa9
If I build python with "./configure --prefix=/opt/python2.7/Python-2.7.3 --enable-shared"
I get an executable with the following libraries required by the executable:
# ldd /opt/python2.7/Python-2.7.3/bin/python2.7
libpython2.7.so.1.0 => not found
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003f6ac00000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003ec6e00000)
libutil.so
gcc 4.6.1 -> 4.8 snapshot
libgomp & libstdc++ v3 didn't compiled on my computer, few times.
$ readelf -l a.out
then eventually i found i have no /lib64, (i have /usr/lib64 symlink).
# ln -s /lib /lib64
then tada!! it works! heh
I'm upgrading from 11.2 RC1 to the final release.
I searched here, but didn't find much in the way of tutorials. This page was the best I found: Upgrade – openSUSE
That page indicates that I only need to run
Code:
zypper dup
Very simple, but is it complete?
anisha@linux-y3pi:~/> google-earth
./googleearth-bin: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
anisha@linux-y3pi:~/> locate libGL
/opt/google/earth/free/libGLU.so.1
/usr/lib64/libGL.so
/usr/lib64/libGL.so.1
/usr/lib64/libGL.so.1.2
/usr/lib64/libGLU.so.1
/usr/lib64/libGLU.so.1.3.070802
anisha@linux-y3pi:~/> uname -a
Linu
When modifying in the .bash_profile do I need to put all the directories here:/usr/lib64/qt4/bin/:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bi... [by PatPeter]
In a misguided attempt to recompile ld with debug symbols, I ended up with a /lib64 that was not symlinked to /lib (Debian 64-bit libs are in in /lib/x84_64-linux-gnu).