Imagick & Imagemagick

Fragen zu allen Themen rund ums Programmieren außerhalb von phpBB können hier gestellt werden - auch zu anderen Programmiersprachen oder Software wie Webservern und Editoren.
Antworten
Benutzeravatar
mgutt
Mitglied
Beiträge: 2999
Registriert: 31.08.2004 16:44
Wohnort: Hennef
Kontaktdaten:

Imagick & Imagemagick

Beitrag von mgutt »

Kann ich das nachträglich bei Strato installieren?

ich habe da diesen Link gefunden:

http://pecl.php.net/package/imagick

Das ist der Text der Installationsanweisung:
We'll assume that your PHP sources are in
/usr/src/php

1) make sure the path to Magick-config (the ImageMagick configuration
script) is in your PATH environment variable
2) cd /usr/src/php/ext
3) untar the imagick tar
4) if the directory created is anything other then imagick, rename it to
imagick
5) cd /usr/src/php/ext/imagick
6) phpize

If phpize produces this:

aclocal: macro `AC_ADD_LIBPATH' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_LIBRARY_WITH_PATH' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_LIBRARY' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_INCLUDE' defined in acinclude.m4 but never used
You should update your `aclocal.m4' by running aclocal.

Don't worry. Everything should still compile fine.

7) cd /usr/src/php
8) rm ./configure
9) ./buildconf
10) run configure as you normally would and add --with-imagick
If Imagemagick is installed in a non standard dir, add this dir to --with-imagick=dir
If you want GraphicsMagick instead of ImageMagick as backend, add --with-imagick-gm
11) make
12) make install

You're all set.
Ich vermute mal nicht, weil ich keinen Server sondern nur ein Premium Paket besitze. Oder kann ich einfach dieses usr Verzeichnis erstellen?
meine Foren: http://www.maxrev.de/communities.htm
Ich kaufe Dein Forum! Angebote bitte an marc at gutt punkt it
Das Tom
Mitglied
Beiträge: 64
Registriert: 15.08.2004 17:25
Wohnort: Bad Dürrenberg
Kontaktdaten:

Re: Imagick & Imagemagick

Beitrag von Das Tom »

mgutt hat geschrieben:Ich vermute mal nicht, weil ich keinen Server sondern nur ein Premium Paket besitze.
Da vermutest Du richtig.

Gruß,
Tom
Antworten

Zurück zu „Coding & Technik“