[Mono-dev] MacOS Mono can't find DLL problem

Alex Chudnovsky alexc at majestic12.co.uk
Fri Feb 10 13:20:05 EST 2006


Hi

I am trying to use software that runs okay under Linux and FreeBSD's 
Mono on Mac OS using Mono v1.1.13.2.

Unfortunately it refuses to run due to  System.DllNotFoundException: 
libsqlite3.0.dylib - this is SQLite 3. Under Linux I keep the file 
either named sqlite3 or sqlite3.dll and it all works, I renamed it to be 
libsqlite3.0.dylib and still its not found under Mac OS 10.3.9 (Darwin I 
think).

To be sure I set and exported the following env vars with path to the 
directory where software with libsqlite3.0.dylib resides: 
DYLD_LIBRARY_PATH and LD_LIBRARY_PATH

Nothing helps however - that DLL is still not found, the question is 
what else am I missing?!?!

cheers

Alex



More information about the Mono-devel-list mailing list