[Opensim-users] [To sered secondlife] About gdiplus error
Mao Jiayin
maojiayin at gmail.com
Sat Sep 29 10:04:15 UTC 2007
I am sorry I can't reply to the thread "gdiplus error" since i just
subscribed this maillist.
I've encountered this problem too, and I found this is a dependency problem
caused by mono, not OpenSim.
Your mono looked for gdiplus.dll, but failed to find it.
First, run "ldconfig -p | grep gdiplus" to find out what kind of gdiplus lib
you have.
Then, modify /etc/mono/config, add a mapping like this:
*********************************************************************
<dllmap dll="gdiplus.dll" target="libgdiplus" os="!windows"/>
*********************************************************************
Replace the target with the lib name on your system.
At last, run
MONO_LOG_LEVEL=debug mono Opensim.exe
to see if it works.
Maybe you also need to change the name (or create symbolic name) of other libs,
such as libexif and libexpat.
On my machine, I need to do the following since my libgdiplus is looking for
wrong versions of those libs
*********************************************************************
ln -s libexif.so.12 libexif.so.9
ln -s libexpat.so.1 libexpat.so.0
*********************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20070929/c5fad8ff/attachment.html>
More information about the Opensim-users
mailing list