Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Mentor Calibre linux issue

Status
Not open for further replies.

okguy

Full Member level 6
Joined
Mar 1, 2002
Messages
360
Helped
15
Reputation
30
Reaction score
9
Trophy points
1,298
Location
China
Activity points
2,653
calibre linux

When I try to run calibre, I get the error :
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

How to solve that problem :?:

If I set LD_ASSUME_KERNEL=2.4.1, I get:
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
 

calibre libc.so.6

Hello,

May try set LD_ASSUME_KERNEL=2.4.9 as well.

Regards,
 

calibre linux mentor

have you set the variable MGC_HOME?you need to set this first and also you need to set the path to the bin directory for calibre.once this is done you sould not face any problems..if you still face problems, please check the support for the linux version from mentor.


amarnath
 

calibre 2002

libc.so.6 is need ,check your linux version
 

mentor calibre 2007

When you have that kind of problems is because you need some libc, glib, tcl, tk or gcc library, if you have them but in a different version, try to make a symbolic link:
ln -sf "/usr/bin/libraryyou have" "/usr/bin/libraryyouneed", calibre doesn't have problems with Kernel 2.6. I have ICflow2006 with calibre2005 and is working without problems in debian Etch.
 

ld_assume_kernel=2.4.1 rhel5

Don't run it as root user
 

libc.so.6+calibre

I finally solved by commenting in the file calibre.env the lines with :
export LD_ASSUME_KERNEL=2.4.1
... because I use RHEL5.
And now ... it works :!:
 

calibre 2007

Hi,

Can I ask what version of Calibre have you installed on your RHEL 5? My school servers have version 2006 but it does not work on RHEL 4 and I have to ssh to Solaris servers.

Do you also have Cadence IC 5141 installed in your system?

Thank you.
CKT
 

license file for calibre v.2005

Yep, it is Calibre 2006-1. Some times ago I installed it on RHEL 4 without any problem.
Run the ixe file, set MGC_HOME , LM_LICENSE_FILE, your PATH , start the license and enjoy . :!:
 

cadence pthread_cancel

Hi, thank you for your reply.

Did it give you "libgcc_s.so.1 must be installed for pthread_cancel to work" error message?

So the version 2006 is completely fine with RHEL5? Does the Calibre PEX work? In my case, the PEX does not work on the RHEL4. It ran half way then it stopped without completion and gave me the above bloody error message. DRC and LVS work fine though.

Thanks.
CKT
 

install calibre rhel 5

Hi, okguy
Where is calibre.env ?
I cann't find it in my install directory.
thanks
 

calibre linux license

haoshs said:
Hi, okguy
Where is calibre.env ?
I cann't find it in my install directory.
thanks

The file is called : calibre_env
You can find it easily.
 

how to find calibre servers

maybe caused by linux system, so you can try to install lib.so.6 to this system, or try another linux system
 

ld_assume_kernel 2.4.1 + rhel5

I found it
thank you
but when I open a help webpage in cdsdoc, there is also the
massege like following:
Copyright © 2000-2003, Cadence Design Systems, Inc.
libgcc_s.so.1 must be installed for pthread_cancel to work

Anyone can help me!

Thanks a lot
 

calibre

Hello!!!
I use Calibre on RedHat 5.0.
The variable LD_ASSUME_KERNEL=2.4.1 set is impossible !!!
Therefore script of calibre was corrected.
Calibre v2005.3_6.10
Linux 2.6.18-8.el5
$MGC_HOME/pkgs/calibre_base.ixl/bin/calibre_env
replace "LD_ASSUME_KERNEL=2.4.x" on "LD_ASSUME_KERNEL=2.6.18"
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top