I have been attempting to setup a second system, duplicating what I have been using, on a second linux laptap running Ubuntu 10.04, and I've ran into a problem where shared libraries, .so files, are not being found. This works fine on the first laptop. When ruuning my app, I get:
"error loading shared libraries: libcv.so.2, cannot open shared object file: no such file or directory"
I have confirmed that libcv.so.2 is in the targetfs/lib/ directory, so I suspect that the library search path is not correctly set. How do I fix this? I'm using EZSDK 5.04.00.11. It appears to boot up ok.
Update:
It appears that the problem is not the default path, that seems to be ok, but the library itself. I rebuilt the opencv libraries and I am sudedenly getting files that Linux does not recognize as being libraries.
Lee