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

ID: 10170
Updated by: sniper
Reported By: jorge <email protected>
Old-Status: Open
Status: Closed
Bug Type: *Install and Config
Assigned To:
Comments:

Fixed in CVS.

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2001-04-04 18:34:26] jorge <email protected>
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

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10170&edit=2

-- 
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>