Deadline 3.1 or 4.0 - Problems under Centos 5.4

I think I solved the problem, Deadline is running now!!! :slight_smile:

I found something that looks like my problem here:
mono-project.com/DllNotFoundException

So, after compiling libgdiplus and mono (2.6), I’ve added the path “/usr/local/lib/” to /etc/ld.so.conf and run “ldconfig” as root.

Now, deadline is working… I’ll format my system again to see if that’s the solution!

Thanks.

Just to let you know, to compile libgdiplus I’ve installed giflib thru yum. After that, ./configure and make works.

Awesome! Glad to hear you got it working, and thanks for posting your solution.

Cheers,

  • Ryan

Problem really solved!

After a clean install…

Installed all dependencies… libgdiplus, mono, etc…
Fixed ldconfig problem…

Deadline working.

Thanks.

I think you should add to documentation to download giflib on centos installation prior to libgdiplus complie. And than, the ldconfig thing.

See ya