phpbar.de logo

Mailinglisten-Archive

[php] Kann GD-Library nicht kompilieren

[php] Kann GD-Library nicht kompilieren

Rolf Stoll Rolf-D.Stoll_(at)_t-online.de
Fri, 16 Jun 2000 08:30:03 +0200


Thomas Pletl wrote
> Ich versuche grad verzweifelt, die GD-Library zu installieren.

Zur Installation von GD sind zusätzlich
libpng (www.libpng.org/pub/png/libpng.html)
zlib (www.freesoftware.com/pub/infozip/zlib/zlib.html)
jpeg-6b oder neuer (www.ijg.org/)
erforderlich. Bei der Installation der Bibliotheken ist die Reihenfolge
zu beachten:

1. Installation von zlib
./configure
make test
make install

2. Installation von libpng
Die Installation erfordert eine bereits installierte zlib-Bibliothek.
Aus dem Unterverzeichnis scripts den für Dein System geeigneten Makefile
in das Verzeichnis /usr/local/libpng/libpng-1.0.6. kopieren. (z.B.
makefile.linux).
make test
make install

3. Installation von jpeg
./configure
make test
make install
make install-lib

4. Installation von GD
In Datei Makefile die Zeilen 18 und 27 wie folgt anpassen:
CFLAGS=-O -DHAVE_JPEG
LIBS=-lm -lgd -lpng -lz -ljpeg
make
make install

5. PHP neu übersetzen.
./configure --with-apache=/usr/local/apache_1.3.12 --with-gd=/usr/local 
--with-jpeg-dir=/usr/local  --enable-track-vars
make
make install

6. Apache-Webserver neu übersetzen.
./configure --prefix=/usr/local/apache --activate-module=src/modules/php
4/libphp4.a
make
make install




php::bar PHP Wiki   -   Listenarchive