ID: 5108 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: FDF related Assigned To: Comments: You should copy the library from this directory in the package from Adobe: fdftk4_05/lib/C/Unix/i586-linux/GNU3.0/ Then it works. Also, get the latest CVS checkout of PHP to get the working fdf extension. --Jani Previous Comments: --------------------------------------------------------------------------- [2000-12-05 21:22:56] [EMAIL PROTECTED] Re-opened. This still happens in 4.0.4RC4, exactly as stated. --------------------------------------------------------------------------- [2000-09-03 18:17:26] [EMAIL PROTECTED] No feedback from user. Closed. --Jani --------------------------------------------------------------------------- [2000-08-20 03:58:11] [EMAIL PROTECTED] Does this problem still persist with more recent version of php (from CVS or http://snaps.php.net) ?? --Jani --------------------------------------------------------------------------- [2000-06-18 09:34:55] [EMAIL PROTECTED] Installed fdftk4_05 from Adobe. Copied the required header file fdftk.h into /usr/local/include/FdfTk.h and the library libfdftk.so into /usr/local/lib/libFdfTk.so Run configure as follow :- ./configure --with-apxs=/usr/sbin/apxs --with-fdftk Produce this error : checking whether to include fdftk support... yes checking for FDFOpen in -lFdfTk... no configure: error: fdftk module requires fdftk 2.0 The last section of my config.log contains the following statement :- configure:11472: checking whether to include fdftk support configure:11606: checking for FDFOpen in -lFdfTk configure:11625: gcc -o conftest -g -O2 -DEAPI=1 conftest.c -lFdfTk -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5 /usr/local/lib/libFdfTk.so: undefined reference to `_xstat' /usr/local/lib/libFdfTk.so: undefined reference to `__setjmp' /usr/local/lib/libFdfTk.so: undefined reference to `_fxstat' collect2: ld returned 1 exit status configure: failed program was: #line 11614 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char FDFOpen(); int main() { FDFOpen() ; return 0; } --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=5108&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]