Re: glibc version problem: What are my options?

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

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux