Have a DA server we just took over - 2 issues (both shared libraries)

- on using imagmagick to thumbnail you get error:

/usr/local/bin/convert: error while loading shared libraries: libMagickCore.so.1: cannot open shared object file: No such file or directory

Status: 127 (expected 0)
Error: Unable to make thumbnail (0)

The faq suggests that /user/local/bin is the wrong path - but it works fine from ssh:

# /usr/local/bin/convert
Version: ImageMagick 6.4.2 2008-09-29 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2008 ImageMagick Studio LLC

the contents of ld.so.conf which seems to have the correct path also:

# cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
/usr/local/bin

also installatron now produces error , when trying to repair:

# curl -O http://data1.liquenox.com/installatron/repair
curl: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory

Both seem to be linked. please put your details below if you are experienced and confident on the detials I have given.