"Abhimanyu Pandey" on  wrote...
| ldd /usr/ImageMagick-6.3.1/bin/identify
|         libm.so.2 (SUNW_1.2) =>  (version not found)
| 
|         libgcc_s.so.1 =>         (file not found)
| 
|         libgcc_s.so.1 =>         (file not found)
| 
| 
| I tried sunfreeware, etc.  need to find libgcc_s.so.1 and libm.so.2
| (SUNW_1.2)
| 
| How do I solve this problem?
| 
Add an LD_LIBRARY_PATH to include the locations of those libraries.

OR re-compile IM with -R paths  in the final build to tell the binary
what to look for libraries.

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
   C code. C code run. Run. code, run ..... PLEASE!!!!      -- Jennifer Pick
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to