[Mono-devel-list] gdiplus downloaded but still says missing from mono

Ravindra Kumar rkumar at novell.com
Wed Nov 3 22:36:27 EST 2004


Hi dude,
Looks like you have all that you need. Only thing that could be wrong
is environment settings. I don't know what is the equivalent of
LD_LIBRARY_PATH environment variable on Ubuntu, but this is required to
set to include the directory that contains libgdiplus.so. Please check,
if your LD_LIBRARY_PATH (or it's equivalent) has this directory included
in it's value ? If not, you can try something like this, for example in
your case,

$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib

should solve the problem, if your variable does not include this
directory already. Please let us know, if this variable includes the
required directory and you are still facing problems.

FYI, gdiplus.dll is a MS library and we have implemented the same
functionality in libgdiplus.so.

- Ravi

>>> Gerardo Santovena <gsantovena at gmail.com> 11/04/04 4:53 AM >>>
I have Ubuntu, I have libgdiplus installed as well, and that's true:
there isnt libgdiplus.dll installed in my box:

[santo at criseida santo]$ dpkg -L libgdiplus
/.
/usr
/usr/lib
/usr/lib/libgdiplus.so.0.0.0
/usr/lib/pkgconfig
/usr/lib/pkgconfig/libgdiplus.pc
/usr/share
/usr/share/doc
/usr/share/doc/libgdiplus
/usr/share/doc/libgdiplus/changelog.gz
/usr/share/doc/libgdiplus/copyright
/usr/share/doc/libgdiplus/changelog.Debian.gz
/usr/lib/libgdiplus.so
/usr/lib/libgdiplus.so.0


On Wed, 3 Nov 2004 15:15:32 -0800 (PST), Doug <dougpostman at yahoo.com>
wrote:
> I have Cairo installed and libgdiplus installed.
> There is no libgdiplus.dll - is there supposed to be?
> Libgdiplus installed ok.
>   Also I downloaded gdiplus.dll from the internet.
>  as it is nowhere in the mcs mono areas.
> 
> 
> 
> --- Jackson Harper <jackson at ximian.com> wrote:
> 
> > On Wed, 2004-11-03 at 14:54 -0800, Doug wrote:
> > > For now just trying to pull up a Hello World Basic
> > > form - nothing else.  I have tried placing the
> > > gdiplus.dll in the /usr/lib and also made sure
> > > /usr/lib was in my LD_LIBRARY_PATH with same
> > problem -
> > > the libgdiplus.dll was not found.
> >
> >   Do you have cairo installed?
> >
> > Jackson
> >
> > >
> > > --- Paul <paul at all-the-johnsons.co.uk> wrote:
> > >
> > > > Hi,
> > > >
> > > > > I have downloaded the gdiplus.dll file and
> > placed
> > > > it
> > > > > in various locations in my path.
> > > >
> > > > It only needs to be in /usr/lib
> > > >
> > > > > Unhandled Exception:
> > > > > System.TypeInitializationException: An
> > exception
> > > > was
> > > > > thrown by the type initializer for
> > > > > System.Windows.Forms.ThemeEngine --->
> > > >
> > > > What types of objects (messagebox etc) are you
> > > > trying to call? Not
> > > > everything is implemented yet.
> > > >
> > > > TTFN
> > > >
> > > > Paul
> > > > --
> > > > "Trust me, I know what I'm doing" - Det.
> > > > Sledgehammer
> > > >
> > >
> > > > ATTACHMENT part 2 application/pgp-signature
> > > name=signature.asc
> > >
> > >
> > > _______________________________________________
> > > Mono-devel-list mailing list
> > > Mono-devel-list at lists.ximian.com 
> > >
> >
> http://lists.ximian.com/mailman/listinfo/mono-devel-list 
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com 
> >
> http://lists.ximian.com/mailman/listinfo/mono-devel-list 
> >
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com 
> http://lists.ximian.com/mailman/listinfo/mono-devel-list 
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list