Shared Library Error
Posted: 2009-07-19T13:09:39-07:00
I have tried to compile and run the "wand.c" sample for MagickWand. Compiling goes fine, but when I try to run the program, I get the following error message:
wand: error while loading shared libraries: libMagickWand.so.1: cannot open shared object file: No such file or directory
The file in question, libMagickWand.so.1, is present in the lib directory so I can only conclude that the wand program itself doesn't know to to look there.
How do I fix this?
wand: error while loading shared libraries: libMagickWand.so.1: cannot open shared object file: No such file or directory
The file in question, libMagickWand.so.1, is present in the lib directory so I can only conclude that the wand program itself doesn't know to to look there.
How do I fix this?