Author Topic: FYI: You don't need to have 'root' access to install Image Magick!  (Read 8508 times)

0 Members and 1 Guest are viewing this topic.

Offline matt_rogers

  • album.pl Hacker
  • ****
  • Posts: 117
  • Karma: +2/-0
  • Currently sitting in front of a computer.
    • Three Steps To A Reef Aquarium
Have shell access to your server but you have 'user' privileges and not 'root?'

NO PROBLEM. YOU CAN INSTALL IMAGE MAGICK!!!

Let's say you got unix going on your server... this install works:

------

Put the tar file where you want it to make the Image Magick folder, then...

> tar -xvzf ImageMagick-6.1.7-7.tar.tar


> ./configure --prefix=/my/home --with-perl-options='PREFIX=/my/home'

** CHANGE /my/home (both times) to YOUR directory where you'd like the Image Magick bin file to go. ***

> make

> make install

THAT'S IT!  8)


Then in album.cfg update the path to the Image Magick bin file to the path you indicated above (/my/home).


------


I just did this and thought it might help someone.

IT WORKS!

 :)

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: FYI: You don't need to have 'root' access to install Image Magick!
« Reply #1 on: January 03, 2005, 19:49:56 »
Sweet. We've been looking for a way to do this for literally years!

Thanks for the tip Matt, it's as useful as it is simple! :D

Offline matt_rogers

  • album.pl Hacker
  • ****
  • Posts: 117
  • Karma: +2/-0
  • Currently sitting in front of a computer.
    • Three Steps To A Reef Aquarium
Re: FYI: You don't need to have 'root' access to install Image Magick!
« Reply #2 on: January 04, 2005, 00:06:53 »
No problem Mike. Glad to help.  ;) :)

Offline frister

  • album.pl Donor
  • album.pl Hacker
  • ****
  • Posts: 230
  • Karma: +42/-0
  • half baked ideas are better than none
    • fristersoft travelogue
Re: FYI: You don't need to have 'root' access to install Image Magick!
« Reply #3 on: January 04, 2005, 11:41:24 »
You may be able to do this even without shell access!

If your FTP client and account allow you to issue SITE commands, you can do it. i.e.:
Quote
SITE tar -xvzf ImageMagick-6.1.7-7.tar.tar

or, use a site managment suite such as site-up, that also lets you execute programs on the server (http://www.indexsoft.com)

J.J.

Offline matt_rogers

  • album.pl Hacker
  • ****
  • Posts: 117
  • Karma: +2/-0
  • Currently sitting in front of a computer.
    • Three Steps To A Reef Aquarium
Re: FYI: You don't need to have 'root' access to install Image Magick!
« Reply #4 on: January 04, 2005, 11:50:30 »
CooL!

Offline davidguiza

  • album.pl User
  • *
  • Posts: 3
  • Karma: +0/-0
    • Bluehaired
Re: FYI: You don't need to have 'root' access to install Image Magick!
« Reply #5 on: September 01, 2006, 13:28:25 »
Any chance that this can be done on a Windows server???