Author Topic: More Image Majick Fun Mike!  (Read 927 times)

0 Members and 1 Guest are viewing this topic.

Offline matt_rogers

  • album.pl Hacker
  • ****
  • Posts: 117
  • Karma: +2/-0
  • Currently sitting in front of a computer.
    • Three Steps To A Reef Aquarium
More Image Majick Fun Mike!
« on: January 17, 2003, 03:13:01 »
My ISP installed the convert binary for me.

I entered the path to the binary in the config:

/usr/local/bin

However it gives me the following error:

Image Magick Error: ld.so.1: /usr/local/bin/convert: fatal:
 libMagick-5.5.3.so.0: open failed: No such file or directory


I asked my ISP and they said it is because it doesn't know where the library is.

They told me to put this in album.pl somewhere:

$ENV{'LD_LIBRARY_PATH'} = "/usr/lib:/usr/local/lib";


So I did, right near the top.

Now I don't get the error, but it doesn't make thumbnails, any suggestions Mike??









Offline matt_rogers

  • album.pl Hacker
  • ****
  • Posts: 117
  • Karma: +2/-0
  • Currently sitting in front of a computer.
    • Three Steps To A Reef Aquarium
Re:More Image Majick Fun Mike!
« Reply #1 on: January 18, 2003, 03:51:01 »
Ends up my ISP didn't have giflib and jpglib or something installed. Works now. Cool.