Mailinglisten-Archive |
ich schrieb: > > Versuch mal --with-pdflib=/usr/local > > > > Dann sollte allerdings libpdf.so /usr/local/lib und pdf.h in > > /usr/local/include liegen. > > Jetzt geht's weiter! Er heult zwar noch wegen (zlib/jpeg/tiff), aber das > sollte man (Frau) ja in den Griff gekommen. Denkste Puppe! Da muß wohl doch ein Mann ran! Ich habe mir aus dem Netz die zlib, jpeg-lib und tiff-lib gesaugt und so getan: tar -xzf tarballs/jpegsrc_v5a_tar.gz tar -xzf tarballs/tiff-v3_5_5_tar.gz tar -xzf tarballs/zlib_tar.gz cd jpeg-5a_src ./configure make make test make install cd ../tiff-v3.5.5 ./configure make make install cd ../zlib-1.1.3 ./configure make test make install Dann ins PHP-Verzeichnis und: ./configure --with-mysql --enable-track-vars --with-pdflib=/usr/local --> keine libs gefunden - also nochmal: ./configure --with-mysql --enable-track-vars --with-pdflib=/usr/local --with-zlib-dir=/usr/local --with-tiff-dir=/usr/local/ --with-jpeg-dir=/usr/local bringt das: checking whether to include zlib support... no checking whether to include pdflib support... yes checking for zlib (needed by pdflib 2.0)... checking for deflate in -lz... yes checking for libjpeg (needed by pdflib 2.0)... yes checking for jpeg_read_header in -ljpeg... no no checking for libtiff (needed by pdflib 2.0)... yes checking for TIFFOpen in -ltiff... no no checking for PDF_new in -lpdf... no configure: error: Check if zlib libjpeg and libtiff has been found. If not specify --with-zlib-dir=<DIR> --with-jpeg-dir=<DIR> and --with-tiff-dir=<DIR>. Gibt es hier jemanden, der mir helfen kann? Ciao Laura
php::bar PHP Wiki - Listenarchive