I have a shared library written in C++ that I\'d like to use with Mono under Linux, I follow this guide http://www.mono-project.com/Interop_with_Native_Libraries
I got i
I think you have to use the environment variable LD_LIBRARY_PATH when launching your program:
LD_LIBRARY_PATH=. mono yourapp.exe