Hi,
auf meinem Suse 10.1 x64 Server mit PHP5 möchte ich die PDFlib Lite installieren.
Die Installation im System hat ja auch soweit geklappt.
Hab diese mittes diesem rpm file gemacht: http://download.opensuse.org/reposi..._10.1/x86_64/PDFlib-Lite-7.0.2-8.1.x86_64.rpm
Nur bei der Installation in PHP bekomme ich immer diese Fehlermeldung:
wär super wenn mir jemand helfen könnte, danke
auf meinem Suse 10.1 x64 Server mit PHP5 möchte ich die PDFlib Lite installieren.
Die Installation im System hat ja auch soweit geklappt.
Hab diese mittes diesem rpm file gemacht: http://download.opensuse.org/reposi..._10.1/x86_64/PDFlib-Lite-7.0.2-8.1.x86_64.rpm
Nur bei der Installation in PHP bekomme ich immer diese Fehlermeldung:
Code:
s15280762:~ # pear5 install /root/tmp/pdflib-2.1.4.tgz
10 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20050922
Zend Extension Api No: 220051025
path to pdflib installation? : /usr/lib64
building in /var/tmp/pear-build-root/pdflib-2.1.4
running: /tmp/tmpH1oGQz/pdflib-2.1.4/configure --with-pdflib=/usr/lib64
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext
checking for PHP extension directory... /usr/lib64/php5/extensions
checking for PHP installed headers prefix... /usr/include/php5
checking for re2c... no
configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for PDFlib support... yes, shared
configure: error: pdflib.h not found! Check the path passed to --with-pdflib=<PATH>. PATH should be the install prefix directory.
ERROR: `/tmp/tmpH1oGQz/pdflib-2.1.4/configure --with-pdflib=/usr/lib64' failed
wär super wenn mir jemand helfen könnte, danke