[Mono-devel-list] Re: Problems with System.Drawing

Alexandre Pigolkine pigolkine at gmx.de
Thu Feb 26 03:03:19 EST 2004


Hello Chris,

Please try to do following:

$ export LD_DEBUG=libs
$ mono <you app name here>

You should get an output from loader - which dlls and from where get loaded.
I hope that this information will help you to identify and resolve the
problem.

Alexandre Pigolkine


>Does nobody have any ideas?
>
>I installed from Fedora Core 1 RPMs, so I would imagine other people 
>with a similar setup might experience this problem?
>
>Can someone please at least acknowledge my question?
>
>Chris Seaton
>
Chris Seaton wrote:
>> I'm using System.Drawing to make thumbnails of images. I can reference 
>> the assembly System.Drawing but when I use anything in it I get the error
>> 
>> ** (bin/Club.exe:10139): WARNING **: Failed to load library 
>> ./libgdiplus.dll.so (gdiplus.dll): ./libgdiplus.dll.so: cannot open 
>> shared object file: No such file or directory
>> 
>> libgdiplus.dll.so is located in /usr/local/lib, where I would expect it 
>> to be. Why isn't Mono finding it?
>> 
>> I'm curious as to why it is looking for "./libgdiplus.dll.so", and not 
>> just "libgdiplus.dll.so". Is that the problem?
>> 
>> I'm pretty sure this is a setup issue as I can't find more than one 
>> other reference to this problem (there was no solution given).
>> 
>> Thanks,
>> 
>> Chris Seaton





More information about the Mono-devel-list mailing list