[Mono-osx] System.DllNotFoundException: libc.dylib

Rudloff rudloff at strasweb.fr
Thu Mar 17 20:42:38 EDT 2011


You have to edit the launch script
(yourappbundle.app/Contents/MacOS/yourappname) and replace
export
DYLD_FALLBACK_LIBRARY_PATH="$MONO_FRAMEWORK_PATH/lib:$DYLD_FALLBACK_LIBRARY_PATH"
by
export
DYLD_FALLBACK_LIBRARY_PATH="$MONO_FRAMEWORK_PATH/lib:$DYLD_FALLBACK_LIBRARY_PATH:/usr/lib".

--
View this message in context: http://mono.1490590.n4.nabble.com/System-DllNotFoundException-libc-dylib-tp3327299p3385966.html
Sent from the Mono - OSX mailing list archive at Nabble.com.


More information about the Mono-osx mailing list