php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24936 FDFInitialize not defined
Submitted: 2003-08-04 13:10 UTC Modified: 2003-08-05 06:22 UTC
From: ceo at l-i-e dot com Assigned:
Status: Closed Package: FDF related
PHP Version: 4.3.2 OS: Mandrake 8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ceo at l-i-e dot com
New email:
PHP Version: OS:

 

 [2003-08-04 13:10 UTC] ceo at l-i-e dot com
Description:
------------
Compiling from source Apache 1.3.28 + PHP 4.3.2 --with-fdftk=shared + libfdftk.so installed and displayed by "ldconfig -v", yields:

/usr/local/apache/bin/httpd: relocation error:
/usr/lib/php/extensions/fdf.so: undefined symbol: FDFInitialize


Attempting a static compilation yielded:

phpinfo() then showed me that FDF was there:
fdf
FDF Support  enabled
FdfTk Version  5.0

Alas, attempting to use fdf_create() yielded:

FDF Error: An internal FDF Library error occurred


Previously, using RPMs of PHP 4.2.3 and Apache 1.3.26 and then compiling the PHP fdf.so from source and tossing it in the extensions directory, I was able to use FDF.

So I'm reasonably certain that the FDFTK is working correctly.

But I need fdf_open_string and fdf_enum_values from PHP 4.3+

A much more long-winded version of this problem is at:
http://marc.theaimsgroup.com/?l=php-general&m=105976533301489&w=2



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-04 13:56 UTC] iliaa@php.net
Did tell php to load the fdf extension?
 [2003-08-05 06:22 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 16:01:29 2024 UTC