Hi, On 4/18/07, Eric Morgan <[EMAIL PROTECTED]> wrote: > The library is clearly there, but both mono and this dltest is saying that > it doesn't exist. I've tried copying the library directly into the folder > with dltest, and it still can't find it, even though is literally right > there.
Generally the dynamic linker doesn't look in the current directory. It only looks in directories defined in /etc/ld.so.conf, the paths passed in to -rpath at link-time, and the contents of the LD_LIBRARY_PATH variable at run time. If you set LD_LIBRARY_PATH to /home/rengeo/RenegadeGeophysics/SeismicStudioLinux64/lib, is it found? Joe _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
