From:             [EMAIL PROTECTED]
Operating system: Linux i386
PHP version:      4.0 Latest CVS (28/04/2001)
PHP Bug Type:     FDF related
Bug description:  Case sensitivity in configure script

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?



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



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