Skip to Content.
Sympa Menu

sm-grimoire - [SM-Grimoire] glibc 2.3.2 migration from 2.3.1 error

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: "Sergey A. Lipnevich" <sergey AT optimaltec.com>
  • To: sm-grimoire AT lists.ibiblio.org
  • Subject: [SM-Grimoire] glibc 2.3.2 migration from 2.3.1 error
  • Date: Fri, 17 Oct 2003 10:01:48 -0400

Hi All,

A quick question. Glibc cast was failing because of an old ldconfig problem. I
inserted (ldconfig || true) right after prepare_install, it went almost all
way
but failed with some libdl error I haven't heard about. /usr/lib/libdl.so is
present now. ldconfig was also running in the background using "while true; do
ldconfig; done" (which didn't help against the first problem, but I was hoping
it'd keep things stable).
The error is:

make[3]: Entering directory `/usr/src/glibc-2.3.2/dlfcn'
/bin/install -c -m 644 ../sysdeps/generic/bits/dlfcn.h
/usr/include/bits/dlfcn.h
/bin/install -c -m 644 dlfcn.h /usr/include/dlfcn.h
/bin/install -c /usr/src/glibc-2.3.2.bld/dlfcn/libdl.so
/lib/libdl-2.3.2.so.new
mv -f /lib/libdl-2.3.2.so.new /lib/libdl-2.3.2.so
echo libdl-2.3.2.so /lib/libdl.so.2 >>
/usr/src/glibc-2.3.2.bld/elf/symlink.list
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared
object file: No such file or directory
make[3]: *** [/lib/libdl.so.2] Error 127
make[3]: Leaving directory `/usr/src/glibc-2.3.2/dlfcn'
make[2]: *** [dlfcn/subdir_install] Error 2
make[2]: Leaving directory `/usr/src/glibc-2.3.2'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/glibc-2.3.2.bld'
! Problem Detected !
sleep: error while loading shared libraries: libdl.so.2: cannot open shared
object file: No such file or directory

The libdl presence:

$ ls -l /usr/lib/libdl.*
-rw-r--r-- 1 root root 7320 Oct 16 19:39 /usr/lib/libdl.a
lrwxrwxrwx 1 root root 20 Oct 16 19:39 /usr/lib/libdl.so ->
../../lib/libdl.so.2
$ ls -l /lib/libdl*
-rwxr-xr-x 1 root root 8680 Oct 16 19:46 /lib/libdl-2.3.2.so
lrwxrwxrwx 1 root root 14 Oct 16 19:46 /lib/libdl.so.2 ->
libdl-2.3.2.so

Any ideas? Thanks in advance!

Sergey.



  • [SM-Grimoire] glibc 2.3.2 migration from 2.3.1 error, Sergey A. Lipnevich, 10/17/2003

Archive powered by MHonArc 2.6.24.

Top of Page