ID: 12662 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Verisign Payflow Pro related Operating System: Linux 2.4.4 PHP Version: 4.0.6 New Comment:
No feedback was provided for this bug, so it is being suspended. If you are able to provide the information that was requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2002-01-11 17:10:54] [EMAIL PROTECTED] Can you - try this with 4.1.1 - provide some more information about the compile ------------------------------------------------------------------------ [2001-08-08 16:56:30] [EMAIL PROTECTED] Trying to get PayFlowPro going with mod_ssl according to the latest thinking on the forums. I put the PayFlowPro shared library and include in a directory as: > ls -l /home/src/pfpro/lib > total 676 > -rw-r--r-- 1 brent users 683104 Aug 8 15:13 libpfpro.so > -rw-r--r-- 1 brent users 514 Aug 8 15:13 pfpro.h I configure PHP 4.0.6: > ./configure --with-pgsql \ > --with-apache=../apache_1.3.20 \ > --enable-track-vars \ > --with-pfpro=shared,/home/src/pfpro/lib Then the apache 1.3.20+mod_ssl config: > SSL_BASE=../openssl-0.9.6b > ./configure \ > --enable-module=ssl \ > --prefix=/home/apache \ > --activate-module=src/modules/php4/libphp4.a Everything configs, compiles and starts up nicely, but when I try to use the pfpro functions, I get: > Fatal error: Call to undefined function: pfpro_version() in .... Further clues: in the PHP source directory, the stuff in the ext/pfpro is all nicely compiled into the pfpro.o, but when I go to the libs directory and do an "ar t libphp4.a | grep pfpro", there is no pfpro.o in there. This makes me think it's a PHP build problem, not an apache problem. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12662&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]