4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: godboko on March 13, 2003, 05:51:58 AM

Title: ImageMagik not detected and NetPBM not working.
Post by: godboko on March 13, 2003, 05:51:58 AM
First of all, ImageMagik isnt found by the program at /usr/local/bin .. its found in a different program at the same dir.

Secondly, NetPBM is not being found at /usr/local/netpbm. Its foudn but does not work at that dir on another program. It always reports back that it is missing a shared object.

Any ideas on why either will do that.

NOTES:
PHP 4.2.1 woth openbasedir in effect.
Title: ImageMagik not detected and NetPBM not working.
Post by: V@no on March 13, 2003, 10:26:04 AM
First:
u can not use just path to ImageMagic directory. That how it should be:
/usr/local/bin/convert

Second:
dont know about NetPBM. What does your host sais about it?
Title: ImageMagik not detected and NetPBM not working.
Post by: godboko on March 14, 2003, 05:35:08 AM
Ok fixed have to add the file name silly me... Hope next virsion auto detects.

I am my host hehe.

 BTW V@no I would be more then willing to set up an account on my server so you can zip up your mods and offer then for download.

Anyway V@no thank you for the help.
Title: same problem ...different issue
Post by: alanbaeza on March 17, 2003, 07:18:45 PM
hi:
im gettin an error when i try to make the thumbnails with ImageMagik....well im using the path to it that my server provided me that is /usr/local/bin/convert  and well everything seems to go ok untill i try to run it and i get the error creating em.... so now i would like someone to please help me to figure this out cuz seems pretty odd to me
ps: i ve checked the CHMOD and is set in all files and folders to 0777
TIA

SAVE THE FROG!!
Title: ImageMagik not detected and NetPBM not working.
Post by: ThReCa on March 17, 2003, 10:26:32 PM
I had had the same problem:
Try with using only convert instead of /usr/local/bin/convert ...
And if that don't solve your problem, try to set system variables in bashrc:
Code: [Select]

export MAGICK_HOME=/usr/local/ImageMagick/ <--- Your Pathes
export TMPDIR=/tmp/
export LD_LIBRARY_PATH=/usr/local/ImageMagick/lib/ <--- Your Pathes


I 've SuSE 8.0 and there is this file in /etc/bash.rc.local

I hope I could help you...

Mike
Title: aint working
Post by: alanbaeza on March 20, 2003, 12:32:50 PM
ive tried to make it following step by step the instructions provided but it aint workin still
Title: This Trick May Help Using ImageMagick
Post by: birwin on March 26, 2003, 07:09:20 AM
I had the same problem using imagemagick.  I am running the latest version of it and
/usr/local/bin/convert

Did not work for me, however, the following path did work:

/usr/local/bin/mogrify

Just a different file name.

Give it a try and post back to let us know.

Hope this helps.
Brian-