PDA

View Full Version : IDA in linux


hock
12-13-2010, 03:01 AM
i am trying to debug a linux program using ida5.5 windows version in remote linux debugger mode.
when i run ./linux_server on remote machine i get this error.

./linux_server: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

dose any one know how to solve this error?

hock

hock
12-20-2010, 07:49 AM
Done. updated all the tools to latest version using yum.
the error is due to the incomplete c++ lib.

hock