icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Choosing Surpass » Signed Up? » ImageMagick

Signed Up? If you're new with a question, ask here!

Reply
 
LinkBack Thread Tools Search this Thread
Old June 12th, 2006, 8:22 PM   #1 (permalink)
Registered User
Fresh Surpasser
 
Pathfinder's Avatar
 
Joined in Jun 2006
19 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
ImageMagick

I just moved my site and after some bumps it appears to be working except fot Gallery. I cleared all the php references out of the .htaccess and I was able to get in to the configuration. It can't find ImageMagick or NetPBM.
I tried /usr/bin/convert and usr/bin/X11/ and neither worked. Any place else they may be hidden?
__________________
coming to you from SH99
Pathfinder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 12th, 2006, 8:37 PM   #2 (permalink)
is scientific.
Resident.
 
David's Avatar
 
Joined in Mar 2004
Lives in fear of Obama.
Hosted on Pass 7
13,136 posts
Gave thanks: 8
Thanked 34 times
/usr/bin/X11/
/usr/local/bin/
/usr/bin/
/usr/X11R6/bin/


Try these. If those don't work, contact support and ask them what the path is.

http://desk.surpasshosting.com
__________________
Quote:
Originally Posted by removed View Post
Internet Explorer rules.
David is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
This user thanks David for this great post!
xblackstatic (January 28th, 2007)
Old June 12th, 2006, 8:41 PM   #3 (permalink)
Surpass Fan
Excelling Contributor
 
cowboy's Avatar
 
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
Quote:
Originally Posted by Pathfinder
I just moved my site and after some bumps it appears to be working except fot Gallery. I cleared all the php references out of the .htaccess and I was able to get in to the configuration. It can't find ImageMagick or NetPBM.
I tried /usr/bin/convert and usr/bin/X11/ and neither worked. Any place else they may be hidden?
Make a php file and name it graph.php and upload to public_html directory with this in it:

PHP Code:
<?PHP
system
('whereis convert');
echo 
"<br>";
system('whereis pnmscale');
?>
then run it and it will return the paths of both.

most likely ImageMagick at -->/usr/bin/
and netPBM at --> /usr/bin/netpbm/
jhead should be /usr/bin/

do not use the name of the file, just the directory.
__________________
Where would you be if you were at the highest court in the land (US)?
cowboy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
This user thanks cowboy for this great post!
xblackstatic (January 28th, 2007)
Old June 12th, 2006, 8:53 PM   #4 (permalink)
Registered User
Fresh Surpasser
 
Pathfinder's Avatar
 
Joined in Jun 2006
19 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
/usr/bin/ did it Thanks all!
__________________
coming to you from SH99
Pathfinder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 13th, 2006, 12:07 AM   #5 (permalink)
is scientific.
Resident.
 
David's Avatar
 
Joined in Mar 2004
Lives in fear of Obama.
Hosted on Pass 7
13,136 posts
Gave thanks: 8
Thanked 34 times
Quote:
Originally Posted by cowboy
Make a php file and name it graph.php and upload to public_html directory with this in it:

PHP Code:
<?PHP
system
('whereis convert');
echo 
"<br>";
system('whereis pnmscale');
?>
then run it and it will return the paths of both.

most likely ImageMagick at -->/usr/bin/
and netPBM at --> /usr/bin/netpbm/
jhead should be /usr/bin/

do not use the name of the file, just the directory.
Good tip.
__________________
Quote:
Originally Posted by removed View Post
Internet Explorer rules.
David is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 13th, 2006, 12:48 AM   #6 (permalink)
Registered User
Fresh Surpasser
 
Pathfinder's Avatar
 
Joined in Jun 2006
19 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
I got it working but I tried that php file and came up with this

convert: /usr/bin/convert /usr/share/man/man1/convert.1.gz
pnmscale:

Beats me!
__________________
coming to you from SH99
Pathfinder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 13th, 2006, 12:59 AM   #7 (permalink)
Surpass Fan
Excelling Contributor
 
cowboy's Avatar
 
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
Quote:
Originally Posted by Pathfinder
I got it working but I tried that php file and came up with this

convert: /usr/bin/convert /usr/share/man/man1/convert.1.gz
pnmscale:

Beats me!
It found 2 convert's: one the working convert (/usr/bin/), and a convert package (gzip) that is just sitting on the server.

Since pnmscale is empty, netPBM is not installed. I suggest you ask support to install it on your server for your installation of Gallery.
__________________
Where would you be if you were at the highest court in the land (US)?
cowboy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 29th, 2006, 1:18 PM   #8 (permalink)
AxE
Surpass Fan
Comfy Contributor
 
Joined in Oct 2003
Lives in Richmond, VA
Hosted on PASS2
169 posts
Gave thanks: 0
Thanked 0 times
/usr/bin/ was good. Now, if we can get ImageMagick 6 installed, it would be usable for my site!
AxE is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

« Bad? | Refund? »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On