From:             ceo at l-i-e dot com
Operating system: Mandrake 8
PHP version:      4.3.2
PHP Bug Type:     FDF related
Bug description:  FDFInitialize not defined

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



-- 
Edit bug report at http://bugs.php.net/?id=24936&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24936&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24936&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24936&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24936&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24936&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24936&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24936&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24936&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24936&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24936&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24936&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24936&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24936&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24936&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24936&r=gnused

Reply via email to