ImageMagick per SSH Installation

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
osinski
Posts: 20
Joined: Tue 15. Feb 2005, 03:54

ImageMagick per SSH Installation

Post 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
Paal
Posts: 204
Joined: Wed 6. Oct 2004, 19:54
Location: Budapest, Hungary
Contact:

Re: ImageMagick per SSH Installation

Post 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
osinski
Posts: 20
Joined: Tue 15. Feb 2005, 03:54

Re: ImageMagick per SSH Installation

Post by osinski »

Yes I have root access with ssh but I'm not sure about my Linux version.

Flo
Neelix
Posts: 80
Joined: Wed 29. Sep 2004, 12:06
Location: España

Re: ImageMagick per SSH Installation

Post by Neelix »

osinski wrote:but I'm not sure about my Linux version
try this in your terminal

Code: Select all

uname -a
Erfahrung ist das, was man besitzt, kurz nach dem es gebraucht wurde.
Warning: I have no foggiest idea of English/German, but I do
-ha{p}{p}y day/night/dia/noche-
Goran
Posts: 81
Joined: Thu 27. Nov 2003, 11:43
Location: Zagreb, Croatia
Contact:

Post 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
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Post 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
Post Reply