I am trying to compile my php with payflow pro from verisign. To do this you download the verisign library (for redhat 9 in my case) and copy the library to /usr/local/lib and the include to /usr/local/include and then add --with-pfpro to the configure (which i added to the configure.php).
I did:
./build update
./build clean
./build all
and I even see this in the php configuration part:
checking for Verisign Payflow Pro support... yes
checking for pfproInit in -lpfpro... (cached) yes
But I get this error
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
Make Complete
Installing php...
Installing PHP SAPI module: apache
[activating module `php4' in /etc/httpd/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/libphp4.so
chmod 755 /usr/lib/apache/libphp4.so
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
cp /etc/httpd/conf/httpd.conf.new /etc/httpd/conf/httpd.conf
rm /etc/httpd/conf/httpd.conf.new
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing PEAR environment: /usr/local/lib/php/
[PEAR] Archive_Tar - already installed: 1.1
[PEAR] Console_Getopt - already installed: 1.2
[PEAR] PEAR - already installed: 1.3.2
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
make[1]: *** [install-pear-packages] Segmentation fault
make: *** [install-pear] Error 2
*** The install has failed, do you want to try to install it again? (y,n):
Is there a way to find out where the actual problem is and more importantly fix it?
I do know if I take out the --with-pfpro from the configure.php file it works just fine.
-Barry
I did:
./build update
./build clean
./build all
and I even see this in the php configuration part:
checking for Verisign Payflow Pro support... yes
checking for pfproInit in -lpfpro... (cached) yes
But I get this error
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
Make Complete
Installing php...
Installing PHP SAPI module: apache
[activating module `php4' in /etc/httpd/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/libphp4.so
chmod 755 /usr/lib/apache/libphp4.so
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
cp /etc/httpd/conf/httpd.conf.new /etc/httpd/conf/httpd.conf
rm /etc/httpd/conf/httpd.conf.new
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing PEAR environment: /usr/local/lib/php/
[PEAR] Archive_Tar - already installed: 1.1
[PEAR] Console_Getopt - already installed: 1.2
[PEAR] PEAR - already installed: 1.3.2
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
make[1]: *** [install-pear-packages] Segmentation fault
make: *** [install-pear] Error 2
*** The install has failed, do you want to try to install it again? (y,n):
Is there a way to find out where the actual problem is and more importantly fix it?
I do know if I take out the --with-pfpro from the configure.php file it works just fine.
-Barry