php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10545 Case sensitivity in configure script
Submitted: 2001-04-28 22:43 UTC Modified: 2001-04-29 06:16 UTC
From: graeme at inetix dot com dot au Assigned:
Status: Closed Package: FDF related
PHP Version: 4.0 Latest CVS (28/04/2001) OS: Linux i386
Private report: No CVE-ID: None
 [2001-04-28 22:43 UTC] graeme at inetix dot com dot au
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?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-29 06:16 UTC] sniper@php.net
Fixed in CVS. This fix will be in PHP 4.0.6.
 
--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC