bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

glibc-2.2.3 installation problem


From: Bernard Fay
Subject: glibc-2.2.3 installation problem
Date: Thu, 28 Jun 2001 21:44:12 -0400

Hi,

I have a problem to install glibc-2.2.3. It compiled without error.   The check (make check) completed without error.  But when it comes time to install glibc-2.2.3 it does not work.  It failed with the following error:

rm -f /usr/src/glibc-2.2.3-build/elf/symlink.list
test ! -x /usr/src/glibc-2.2.3-build/elf/ldconfig || LC_ALL=C LANGUAGE=C \
  /usr/src/glibc-2.2.3-build/elf/ldconfig  \
                               /lib /usr/lib
CC="gcc" /usr/bin/perl scripts/test-installation.pl /usr/src/glibc-2.2.3-build/
/usr/lib/libnss_compat.so: undefined reference to `__niserr2nss_tab'
/usr/lib/libnss_compat.so: undefined reference to `__niserr2nss_count'
collect2: ld returned 1 exit status
Execution of gcc failed!
The script has found some problems with your installation!
Please read the FAQ and the README file and check the following:
- Did you change the gcc specs file (necessary after upgrading from
  Linux libc5)?
- Are there any symbolic links of the form libXXX.so to old libraries?
  Links like libm.so -> libm.so.5 (where libm.so.5 is an old library) are wrong,  libm.so should point to the newly installed glibc file - and there should be
  only one such link (check e.g. /lib and /usr/lib)
You should restart this script from your build directory after you've
fixed all problems!
Btw. the script doesn't work if you're installing GNU libc not as your
primary library!
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/glibc-2.2.3'
make: *** [install] Error 2
 

I used gcc 2.95.3 and I don't have libc5 on my system.

Do you have any idea where the problem could be?
 

Thanks,

Bernard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]