[Mono-list] gdiplus.dll not found

jherraiz jherraiz at zignux.com
Thu Jan 9 16:50:29 UTC 2014


I know this is an old post, but i've had this issue right now, and I have
fixed it really easily.

I'm running mono on BeagleBoneBlack, and I had the same problem of missing
libgdiplus.

I've fixed it by just creating a simbolic link to "libgdiplus.so.0.0.0" as
follows:

ln -s /usr/lib/libgdiplus.so.0.0.0 /usr/lib/libgdiplus.so

I know there is already a link named "libgdiplus.so.0", but it seems like
mono is looking for "libgdiplus.so" instead.

I hope it can help someone else.

Regards,
Javier



--
View this message in context: http://mono.1490590.n4.nabble.com/gdiplus-dll-not-found-tp1506186p4661670.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list