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.

Laker error: cannot open shared object file - no such file

Status
Not open for further replies.

mdkcom2005

Newbie level 4
Joined
Apr 3, 2005
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,334
whiile i start laker, i meet the error,

[1] 5623
/home/jkwang/laker/platform/LINUX/bin/laker: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
 

libstdc++-libc6.2-2.so.3 laker

cd /home/jkwang/laker/platform/LINUX/bin/
ldd laker
Must are shown libraries needed for start the "laker"
And paths on libraries

Check veriable LD_LIBRARY_PATH

If it is necessary install libraries from disks
 

laker libstdc++-libc6.2-2.so.3

[jkwang@localhost bin]$ ldd laker
libnsl.so.1 => /lib/libnsl.so.1 (0xb75cb000)
libdl.so.2 => /lib/libdl.so.2 (0xb75c8000)
libstdc++-libc6.2-2.so.3 => not found
libm.so.6 => /lib/tls/libm.so.6 (0xb75a6000)
libc.so.6 => /lib/tls/libc.so.6 (0xb746f000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb75eb000)
 

laker problem

try symbolic link the old one with the new name
It may work if the export function from shared library does not change too much. Otherwise you need to update your standard C++ library .
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top