ID: 10545
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: FDF related
PHP Version: 4.0 Latest CVS (28/04/2001)
Assigned To: 
Comments:

Fixed in CVS. This fix will be in PHP 4.0.6.
 
--Jani


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

[2001-04-28 22:43:26] [EMAIL PROTECTED]
This problem has been brought up before as compile problems but I think this needs to 
get resolved as lot of problems seem to be due to case sensitivity. Previous bug 
closures of 'works for me' sarn't dealing with I believe to be an underlaying issue.

The latest FDF library available from Adobe (4.05) contains (for compilation on linux) 
3 files necesaary for building fdf support into PHP.
These files are:
fdftk.h
libFdfTk.so.3.0
libfdftk.so

However, the PHP configure script expects to find FdfTk.h
and not fdftk.h as distributed.
Additionally, I found the same when doing a library chec. the configure script looks 
for FDFOpen in -lFdfTk, and this only couild be achieved by renaming libfdftk.so to 
libFdfTK.so.

There are a number of posts relating to problems building FDF support and they all 
seem to come down to a case issue.

Can we have some comment on this plase?


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



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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to