Author Topic: ImageMagik not detected and NetPBM not working.  (Read 6687 times)

0 Members and 1 Guest are viewing this topic.

Offline godboko

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://www.vwchosting.com
ImageMagik not detected and NetPBM not working.
« 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.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
ImageMagik not detected and NetPBM not working.
« Reply #1 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?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline godboko

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://www.vwchosting.com
ImageMagik not detected and NetPBM not working.
« Reply #2 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.

Offline alanbaeza

  • Pre-Newbie
  • Posts: 4
    • View Profile
same problem ...different issue
« Reply #3 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!!

Offline ThReCa

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://DMike.de
ImageMagik not detected and NetPBM not working.
« Reply #4 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

Offline alanbaeza

  • Pre-Newbie
  • Posts: 4
    • View Profile
aint working
« Reply #5 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

Offline birwin

  • Pre-Newbie
  • Posts: 6
    • View Profile
This Trick May Help Using ImageMagick
« Reply #6 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-