php3 mit Oracle- und pdf-Unterstützung installieren
Vorher muß installiert sein:
- Oracle 8.0.5
- PDFlib 2.0.1
- zlib 1.0.4
- libpng 1.0.3
- gd 1.6.3
(oder spätere Versionen)
ln -s /usr/local/lib/libpdf.2.0.1.so /usr/local/lib/libpdf.so
./configure --with-apache=/usr/local/src/packages/SOURCES/apache_1.3.9
--with-oracle=/opt/oracle/oracle-8.0.5
--with-pdflib=/usr/local
--with-zlib=/usr/lib
--with-config-file-path=/etc/httpd
--with-jpeg-dir=/usr/lib
--with-tiff-dir=/usr/lib
--with-zlib-dir=/usr/lib
make
make install
(die Optionen bei ./configure müssen natürlich in einer
Zeile stehen)