glibc version problem: What are my options?

Jakub Jelinek jakub at redhat.com
Sun Nov 7 00:05:25 UTC 2004


On Sun, Nov 07, 2004 at 12:41:54AM +0100, Frode Petersen wrote:
> Error message:
> /opt/rational//releases/rose.2003.06.00/i386_linux2/bin/rjavarelay: 
> relocation error: 
> /opt/rational//releases/rose.2003.06.00/mw/lib-linux_optimized/libkernel32.so: 
> symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link 
> time reference

libkernel32.so has been built incorrectly (not including <errno.h> before
using errno as mandated by standards).
As a workaround, you can run the application with LinuxThreads, i.e.
LD_ASSUME_KERNEL=2.4.1 /opt/rational//releases/rose.2003.06.00/i386_linux2/bin/rjavarelay options

Though, if you e.g. googled for errno GLIBC_2.0, you'd find an answer too.

	Jakub




More information about the fedora-list mailing list