geniusstation
Newbie level 4
ic5141 ubuntu
Hi all,
I have installed IC5141usr4 on Ubuntu 7.10 successful,and can work.
But when i run PDRACULA ,there is a error :
/tools/cds5/tools/dracula/bin/32bit/PDRACULA: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
Below is my .bashrc file:
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
export CDSDIR=/tools/cds5
export CDS_ROOT=/tools/cds5/
export CDS_INST_DIR=/tools/cds5/
export CDS_INSTALL_DIR=/tools/cds5/tools/dfII
export CDS_LIC_FILE=$CDS_ROOT/share/license/license.dat
export PATH=$CDS_ROOT/tools/bin:$CDS_INSTALL_DIR/bin:$CDS_ROOT/tools/spectre/bin:/usr/sbin:/sbin:/lib:/tools/cds5/tools/dfII/bin:/tools/cds5/tools/plot/bin:/tools/cds5/tools/dracula/bin:$PATH
export CDS_Netlisting_Mode Analog
export LD_LIBRARY_PATH=$CDS_ROOT/tools.lnx86/lib:$LD_LIBRARY_PATH
is this right?
Below is my result after type $ldd PDRACULA
zephyr@B1953:/tools/cds5/tools/dracula/bin/32bit$ ldd ./PDRACULA
linux-gate.so.1 => (0xffffe000)
libg2c.so.0 => /tools/cds5//tools.lnx86/lib/libg2c.so.0 (0xb7f64000)
libm.so.6 => /tools/cds5//tools.lnx86/lib/libm.so.6 (0xb7f3f000)
libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7f19000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7f15000)
libgdbm.so.2 => not found
libtermcap.so.2 => not found
libgcc_s.so.1 => /tools/cds5//tools.lnx86/lib/libgcc_s.so.1 (0xb7f0d000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dc2000)
/lib/ld-linux.so.2 (0xb7f85000)
who can tell me how to solve this problem? Thanks a lot!!
Hi all,
I have installed IC5141usr4 on Ubuntu 7.10 successful,and can work.
But when i run PDRACULA ,there is a error :
/tools/cds5/tools/dracula/bin/32bit/PDRACULA: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
Below is my .bashrc file:
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
export CDSDIR=/tools/cds5
export CDS_ROOT=/tools/cds5/
export CDS_INST_DIR=/tools/cds5/
export CDS_INSTALL_DIR=/tools/cds5/tools/dfII
export CDS_LIC_FILE=$CDS_ROOT/share/license/license.dat
export PATH=$CDS_ROOT/tools/bin:$CDS_INSTALL_DIR/bin:$CDS_ROOT/tools/spectre/bin:/usr/sbin:/sbin:/lib:/tools/cds5/tools/dfII/bin:/tools/cds5/tools/plot/bin:/tools/cds5/tools/dracula/bin:$PATH
export CDS_Netlisting_Mode Analog
export LD_LIBRARY_PATH=$CDS_ROOT/tools.lnx86/lib:$LD_LIBRARY_PATH
is this right?
Below is my result after type $ldd PDRACULA
zephyr@B1953:/tools/cds5/tools/dracula/bin/32bit$ ldd ./PDRACULA
linux-gate.so.1 => (0xffffe000)
libg2c.so.0 => /tools/cds5//tools.lnx86/lib/libg2c.so.0 (0xb7f64000)
libm.so.6 => /tools/cds5//tools.lnx86/lib/libm.so.6 (0xb7f3f000)
libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7f19000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7f15000)
libgdbm.so.2 => not found
libtermcap.so.2 => not found
libgcc_s.so.1 => /tools/cds5//tools.lnx86/lib/libgcc_s.so.1 (0xb7f0d000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dc2000)
/lib/ld-linux.so.2 (0xb7f85000)
who can tell me how to solve this problem? Thanks a lot!!