PDFlib in PHP Compilen ?!
Posted: 2005-11-03 08:45
Hallo !
Ich versuche schon die ganze Zeit PDFlib 5.0.4 in mein php 4.3.10 reinzubauen.
Habe Suse 9.1 auf einem 1&1 mit Confixx.
Dabei bekomme ich immer beim Compilieren von php folgenden error:
Unter Suse 8.1 hat es immer Problemlos geklappt und ich konnte Prima PDF's erstellen.
Kann mir da vielleicht jemand helfen ?
Cu Sven
Ich versuche schon die ganze Zeit PDFlib 5.0.4 in mein php 4.3.10 reinzubauen.
Habe Suse 9.1 auf einem 1&1 mit Confixx.
Dabei bekomme ich immer beim Compilieren von php folgenden error:
Code: Select all
/zend_strtod.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lcrypt -lcrypt -lpdf -ltiff -lpng -ljpeg -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcrypt -lcrypt -o sapi/cli/php
ext/pdf/pdf.lo(.text+0xbe39): In function `zif_pdf_open':
/usr/local/src/php-4.3.10/ext/pdf/pdf.c:472: undefined reference to `PDF_open_fp'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
Code: Select all
./configure --prefix=/usr --datadir=/usr/share/php --mandir=/usr/share/man --bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --sysconfdir=/etc --with-_lib=lib --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --disable-debug --enable-inline-optimization --enable-memory-limit --enable-magic-quotes --enable-safe-mode --enable-sigchild --disable-ctype --disable-session --without-mysql --enable-cli --with-pear --with-openssl --with-apxs2=/usr/sbin/apxs2-prefork i586-suse-linux --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-tiff-dir=/usr/lib --with-pdflib=/usr/local/pdflib6Kann mir da vielleicht jemand helfen ?
Cu Sven