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
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
ImageMagick per SSH Installation
Re: ImageMagick per SSH Installation
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
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
Yes I have root access with ssh but I'm not sure about my Linux version.
Flo
Flo
Re: ImageMagick per SSH Installation
try this in your terminalosinski wrote:but I'm not sure about my Linux version
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-
Warning: I have no foggiest idea of English/German, but I do
-ha{p}{p}y day/night/dia/noche-
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
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
This was for an older version of Imagemagick... but same principle should apply:
http://www.phpwcms.de/forum/viewtopic.php?p=5089#5089
http://www.phpwcms.de/forum/viewtopic.php?p=5089#5089