[Mono-winforms-list] the eternal gdiplus from ...

Peter Dennis Bartok peter at novonyx.com
Wed Jun 15 11:57:48 EDT 2005


Try running the app after setting the following env vars:
export MONO_LOG_LEVEL=debug
export MONO_LOG_MASK=dll

The resulting output should tell you what libs it's looking for, and your
basic unix skills should allow you to check if what it is looking for is
there or not.

Cheers,
 Peter


-----Original Message-----
From: "Stefan Elwesthal" <elwis at linuxmail.org>
To: <mono-winforms-list at lists.ximian.com>
Date: Wednesday, 15 June, 2005 09:48
Subject: [Mono-winforms-list] the eternal gdiplus from ...


Hi all!

I have two machines, both running Suse 9.3 with an install of mono winforms 
from Yast cd's. All's well on machine number 1, but mahine number 2 
complains about missing DLL's. I managed to wrestle some of them out, but 
that gdiplus is a nasty piece to handle for sure ;)
I found a webpage saying that one could map libgdiplus manually using 
/etc/mono/config

<dllmap dll="gdiplus" target="/usr/local/lib/libgdiplus.so"/>
<dllmap dll="libX11" target="/usr/X11/lib/libX11.so.6.2"/>

and then add the path for libgdiplus in ld's conf and run ldconifg.

Well, that didn't help. So one wonders.. It really bothers me that I got 
mono working on the other mahcine.

Amnyway, is there something else one could do to tell the system where 
gdiplus resides?
I can't go to sleep with that line "System.DllNotFoundException: 
gdiplus.dll" in my brain...


Regards
Stefan

-- 
_______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list




More information about the Mono-winforms-list mailing list