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
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.
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.
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 :!:
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?
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 . :!:
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.
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"