Hello,


        While compiling new glibc 2.1 i got this error:

gcc -nostdlib -nostartfiles -o rpcinfo  -Wl,-dynamic-linker=/lib/ld-linux.so.2
 ../csu/crt1.o ../csu/crti.o `gcc --print-file-name=crtbegin.o` rpcinfo.o  -Wl,-
rpath-link=..:../math:../elf:../nss:../nis:../db2:../rt:../resolv:../linuxthread
s ../libc.so.6 ../libc_nonshared.a -lgcc `gcc --print-file-name=crtend.o` ../csu
/crtn.o
../elf/ld-linux.so.2 --library-path ..:../math:../elf:../nss:../nis:../db2:../rt
:../resolv:../linuxthreads ./rpcgen -Y `gcc -print-file-name=cpp | sed "s|/cpp$|
|"` \
              -c rpcsvc/bootparam.x -o xbootparam.T
./rpcgen: /lib/libc.so.6: no version information available (required by ./rpcgen
)
./rpcgen: /lib/libc.so.6: no version information available (required by ./rpcgen
)
./rpcgen: error in loading shared libraries: /lib/libc.so.6: undefined symbol: _
dl_global_scope_end
make[1]: *** [xbootparam.stmp] Error 127
make[1]: Leaving directory `/root/glibc-2.1/sunrpc'
make: *** [sunrpc/others] Error 2


        The FAQ that comes with glibc-2.1 package says something about
versioning problems. Do i need to recompile rpcgen?? Another question: rpcgen
comes with binutils package, right? :-)


        Thanks

Reply via email to