Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2001041

[PHP-DEV] PHP 4.0 Bug #10170: configure breaks with fdf support in version 4.0.4pl1 From: jorge <email protected>
Date: 04/04/01

From: jorge <email protected>
Operating system: GNULinux RedHat 6.2
PHP version: 4.0.4pl1
PHP Bug Type: *Install and Config
Bug description: configure breaks with fdf support in version 4.0.4pl1

When I try to compile PHP 4.0.4pl1 with fdf support, it breaks from the configure.

My configure line:

 ./configure --with-mysql=/usr/ --with-pgsql --with-apache=../apache_1.3.19 --enable-track-vars --with-imap --with-fdftk --with-gd

These are the last 4 lines of the result ...

checking for fdftk support... yes
checking for fdftk in default path... found in /usr/local
checking for FDFOpen in -lFdfTk... no
configure: error: fdftk module requires fdftk 2.0

I have compiled PHP with fdf support correctly with previous versions without any trouble. Now the common procedure doesn't work.

Thanks.

Jorge Reteguín

I installed FDF as usual:

tar -zvxf fdftk4_05_C.tar.Z
cp fdftk4_05/lib/C/fdftk.h /usr/local/include/FdfTk.h
cp fdftk4_05/lib/C/Unix/i586-linux/GNU3.0/libFdfTk.so.3.0 /usr/local/lib/libFdfTk.so.3.0
cp -f fdftk4_05/lib/C/Unix/i586-linux/GNU3.0/libFdfTk.so.3.0 /usr/local/lib/libFdfTk.so.a

-- 
Edit Bug report at: http://bugs.php.net/?id=10170&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>