export LD_ASSUME_KERNEL problem

Jakub Jelinek jakub at redhat.com
Tue Nov 7 15:04:49 UTC 2006


On Tue, Nov 07, 2006 at 05:48:47PM +0300, Artur G. Sibagatullin wrote:
> I installed FC6 and met a problem. I can't export variable
> LD_ASSUME_KERNEL. That it what I've got:
> 
> $export LD_ASSUME_KERNEL=2.4.1
> date: error while loading shared libraries: librt.so.1: cannot open
> shared object file: No such file or directory
> 
> How can I solve the problem? Any suggestions?

First of all, what problem are you trying to solve with this?
If you need LinuxThreads support, you are out of luck in Fedora Core 5
or newer, there is only NPTL, LinuxThreads has been deprecated for many
years.  You can set LD_ASSUME_KERNEL even in FC6, but the value
needs to be 2.6.9 or higher, but at least for the FC6 shipped libraries
it will not change anything.
You might try to run the app which you are interested in without
LD_ASSUME_KERNEL, if it works with NPTL, fine, if it doesn't, demand
a fix from whomever provided it.

	Jakub




More information about the users mailing list