Page 1 of 1

ImageMagick per SSH Installation

Posted: Fri 25. Feb 2005, 10:59
by osinski
Hallo alle zusammen,

habe nun seit einigen Tagen einen vServer mit SSH Zugang und allem drum und dran.
Nun würde ich gerne zusätzliche Software installieren wie z.B. ImageMagick.

Das Problem: Habe noch nie mit SSH Zugang gearbeitet
und habe daher nicht den blassesten Schimmer
wie man darüber etwas auf dem Server installieren soll :cry:

Kann mir irgend emand helfen? z.B. ne kurze Anleitung schreiben?

Gruß, Flo

PS: Es ist ein Linux Server und ich habe Putty und CuteFTP

- - -

Hey everyone,

a few days ago I got my own vServer with SSH Access.
I'd like to install new software on that Server like ImageMagick
but I don't have a clue how to do it.

Is there anyone who can help me?

It is a Linux Server and I have putty and CuteFTP

Cheers, Flo

Re: ImageMagick per SSH Installation

Posted: Fri 25. Feb 2005, 14:12
by Paal
osinski wrote:Hallo alle zusammen,

habe nun seit einigen Tagen einen vServer mit SSH Zugang und allem drum und dran.
Nun würde ich gerne zusätzliche Software installieren wie z.B. ImageMagick.

Das Problem: Habe noch nie mit SSH Zugang gearbeitet
und habe daher nicht den blassesten Schimmer
wie man darüber etwas auf dem Server installieren soll :cry:

Kann mir irgend emand helfen? z.B. ne kurze Anleitung schreiben?

Gruß, Flo

PS: Es ist ein Linux Server und ich habe Putty und CuteFTP

- - -

Hey everyone,

a few days ago I got my own vServer with SSH Access.
I'd like to install new software on that Server like ImageMagick
but I don't have a clue how to do it.

Is there anyone who can help me?

It is a Linux Server and I have putty and CuteFTP

Cheers, Flo

2 question:

- Linux disribution &version?
- Have you root acces?

Paul

Re: ImageMagick per SSH Installation

Posted: Tue 1. Mar 2005, 01:12
by osinski
Yes I have root access with ssh but I'm not sure about my Linux version.

Flo

Re: ImageMagick per SSH Installation

Posted: Wed 2. Mar 2005, 10:28
by Neelix
osinski wrote:but I'm not sure about my Linux version
try this in your terminal

Code: Select all

uname -a

Posted: Wed 2. Mar 2005, 11:15
by Goran
Try this:

1. log in to your box..
2. su - (enter password if asked)
3. wget http://mesh.dl.sourceforge.net/sourcefo ... 0-3.tar.gz
4. tar xvzf ImageMagick-6.2.0-3.tar.gz
5. cd ImageMagick-6.2.0-3
6. ./configure
7. make
8. make install
9. cd PerlMagick
10. perl Makefile.PL
11. make
12. make install

Posted: Wed 2. Mar 2005, 14:13
by Karla
This was for an older version of Imagemagick... but same principle should apply:
http://www.phpwcms.de/forum/viewtopic.php?p=5089#5089