attitude_man_at_[hidden] wrote:
> comes up with an error rsun:symbol errno, version GLIBC_2.0 not defined
in file libc.so.6 with link time reference.
> I tried googling the error to come up with solutions but all of them were for different applications.
>
Any application which is built against a several years earlier version
of glibc than the one you have installed would show such a problem. It
would be simpler simply to build the application against the same
libraries you intend to run.
Also, if you are running 64-bit SLES (a normal choice) and decide to run
a 32-bit application, you would have to take care to build a 32-bit LAM,
keep it segregated from the normal 64-bit one, put the 32-bit libraries
first on your LD_LIBRARY_PATH, and build your application accordingly.
|