[Mono-list] [mono-list]DLL Import errors

Joe Shaw joe at joeshaw.org
Fri Apr 20 14:31:36 EDT 2007


Hi,

On 4/18/07, Eric Morgan <ehmorgan at gmail.com> 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


More information about the Mono-list mailing list