g18c wrote:
I'm not supprised its failing given the above file is missing, but my question relates to resolving this in a WHM installed environment. Am i better to remove mono in Easy::Apache and install this manually via 'yum', or are there other options for getting libgdiplus.so onto my system?
Sorry for the slightly premature post, i installed libgdiplus via 'yum install libgdiplus', i now have the following installed on my CentOS 5.1 box:
root@host [/usr/local/lib]# find / -name libgdiplus*
/var/cache/yum/dag/packages/libgdiplus-1.0.5-1.2.el4.rf.i386.rpm
/var/cache/yum/dag/headers/libgdiplus-1.0.5-1.2.el4.rf.i386.hdr
/usr/lib/libgdiplus.so.0.0.0
/usr/lib/libgdiplus.so.0
/usr/share/doc/libgdiplus-1.0.5
However when i run:
root@host [/usr/local/lib]# ldconfig -p |grep libgdiplus
libgdiplus.so.0 (libc6) => /usr/lib/libgdiplus.so.0
I can see the lib is linked, but i still get same 'System.DllNotFoundException: gdiplus.dll' exception.
Any pointers much appreciated.
Regards,
Chris