"error while loading shared libraries:" with ddd

Hi!! everyone,

I am debugging with DDD.
But I can not do.

because ddd made error "error while loading shared libraries: XXXX.so: cannot open shared object file: No such file ro directory",
but I appened "XXXX.so" on LD_LIBRARY_PATH befor running DDD.
and I compiled with "XXXX.so"

Help me!!

PS. This program is running well without "error while loading ,,,,".
And I run DDD same evironment.
Last edited on
So what does ldd say?

If your program executable is 'foo', then type

ldd foo

and see what the output is.
Topic archived. No new replies allowed.