Cadence Setup Problem in Fedora 6

K

Kuan Zhou

Guest
Hi,

In order to install the Cadence software on Fedora 6, I have to
inlcude the following line in .cshrc.
setenv LD_ASSUME_KERNEL=2.4.1

I am currently using Fedora 6. The kernel is 2.6.18-1.2869. If I include
this line in the .cshrc file, the following error message show up when I
type ls in the terminal:

ls: error while loading shared libraries: librt.so.1: cannot open
shared object file: No such file or directory

I guess it's because Fedora 6 is not back-compatible. How to solve
this problem?

Kuan
 
On Mon, 15 Jan 2007 11:00:09 -0500, Kuan Zhou wrote:

Hi,

In order to install the Cadence software on Fedora 6, I have to
inlcude the following line in .cshrc.
setenv LD_ASSUME_KERNEL=2.4.1

I am currently using Fedora 6. The kernel is 2.6.18-1.2869. If I include
this line in the .cshrc file, the following error message show up when I
type ls in the terminal:

ls: error while loading shared libraries: librt.so.1: cannot open
shared object file: No such file or directory

I guess it's because Fedora 6 is not back-compatible. How to solve
this problem?

Kuan

You don't need that variable anymore. I'm running NC on FC6 (both 32 and
64 bit) with no problems. Make sure you have the compatibility libs
installed.
 
General Schvantzkoph wrote:
On Mon, 15 Jan 2007 11:00:09 -0500, Kuan Zhou wrote:

Hi,

In order to install the Cadence software on Fedora 6, I have to
inlcude the following line in .cshrc.
setenv LD_ASSUME_KERNEL=2.4.1

I am currently using Fedora 6. The kernel is 2.6.18-1.2869. If I include
this line in the .cshrc file, the following error message show up when I
type ls in the terminal:

ls: error while loading shared libraries: librt.so.1: cannot open
shared object file: No such file or directory

I guess it's because Fedora 6 is not back-compatible. How to solve
this problem?

You don't need that variable anymore. I'm running NC on FC6 (both 32 and
64 bit) with no problems. Make sure you have the compatibility libs
installed.
I think you may not be able to run IC versions (I am assuming that is
what you are using) prior to 5.1.44 as they are built on RHEL2 which
has a different threads implementation. The older distros allowed using
a different glibc depending on the value of the variable
LD_ASSUME_KERNEL. That support has been dropped on the new ones.

Satya
 

Welcome to EDABoard.com

Sponsor

Back
Top