[Mono-list] mono1.0.4 & nGallery

Simon J sjen5@bigpond.com
Wed, 17 Nov 2004 19:06:59 +1100


There was a posting on here a week or so ago about mono1.0.4 and nGallery
not working.  It was complaining about gdiplus.dll not being found

I have fixed that issue with the following on FC2.

Added
<dllmap dll="gdiplus.dll" target="libgdiplus.so"/>
To
/etc/mono/config

I then did 
Rpm -qa | grep libgd
To see if the libgdiplus rpm was installed.

It wasn't so I used yum to install libgdiplus 1.0.4-1.ximian.8.1.i386

Yum -C install libgdiplus  (you might not need to -C)

It then resolved 2 dependencies so I installed them aswell
Libpixman 0.1.2-1.ximian.8.1.i386 &
Cairo 0.2.0-1.ximian.8.1.i386

It now seems to be running fine.

Simon