Comment 26 for bug 81125

Revision history for this message
Lorenco Trichardt (trichalo) wrote :

Was wondering..... what is the common denominator in people that have the libs, I have a couple of SW packages installed (but not on Oct 25 that I remember when the two libs link were created...)
Examples:
vmware-server.... (had to install build essential for this to compile new kernel mod)
Couple of IBM apps... like WECM (IBM mobility Client VPN solution)
Anybody have these ?

Another thing that makes me wonder.... Why is it that if I remove these links all commands stop working....

If I search for these to libs (grep -R from /) I get links to /bin/*sh and a couple of other base packages ? This seems part of the core....

Being not too clever and slow I might be missing it ? How can another app use these libs and links of they are needed by the base system.

Please explain... (I also include the listing below of all the ls listings to these libs)

On the problematic libs:
libc.so.6 <- I do not have this lib....
ld-linux.so.2 <- This lib was installed the day after I reinstalled my laptop (24 Oct)
libdl.so.2 <- This lib was installed the day I reinstalled my laptop (24 Oct)

listing the links:
 ls -ltra /lib/libdl*
-rw-r--r-- 1 root root 9640 2007-01-24 18:49 /lib/libdl-2.4.so
lrwxrwxrwx 1 root root 12 2007-01-25 04:38 /lib/libdl.so.2 -> libdl-2.4.so

ls -ltra /usr/lib/libdl*
-rw-r--r-- 1 root root 15652 2006-10-04 11:39 /usr/lib/libdlm.so.2.0
-rw-r--r-- 1 root root 10496 2006-10-04 11:39 /usr/lib/libdlm_lt.so.2.0
lrwxrwxrwx 1 root root 13 2006-10-23 18:49 /usr/lib/libdlm.so.2 -> libdlm.so.2.0
lrwxrwxrwx 1 root root 16 2006-10-23 18:49 /usr/lib/libdlm_lt.so.2 -> libdlm_lt.so.2.0
lrwxrwxrwx 1 root root 17 2006-10-24 12:35 /usr/lib/libdl.so.2 -> /usr/lib/libdl.so
-rw-r--r-- 1 root root 8342 2007-01-24 18:49 /usr/lib/libdl.a
lrwxrwxrwx 1 root root 15 2007-01-25 04:38 /usr/lib/libdl.so -> /lib/libdl.so.2