View Full Version : Recompiling PHP under FC4 --with-pfpro (Verisign Payflow Pro)
Roman
15th August 2005, 06:59
Just installed Fedora Core 4, Apache, MySQL and PHP on my server. Everything runs great, but then I found out that I have to recompile PHP with Verisign's Payflow Pro module.
Anybody did this and knows how to?
Roman
falko
15th August 2005, 12:33
Basically, it works like this:
Download PHP, then unpack it:
tar xvfz php-5.0.4.tar.gz
cd php-5.0.4/
./configure --with-apxs=/path/to/apxs --enable-track-vars --enable-sockets --with-config-file-path=/etc --enable-ftp --with-mysql=/usr --with-pfpro=/path/to/PayFlowProDirectory [... a lot of other options]
You can find out all configuration options by running
./configure --help
Then run
make
make install
Roman
15th August 2005, 16:05
Do I need to uninstall/remove PHP first?
R
falko
15th August 2005, 16:25
Do I need to uninstall/remove PHP first?
R
No, you don't.
Roman
20th August 2005, 17:31
This worked and I am almost ready to go Live with the store.
falko
20th August 2005, 17:54
Do you have SSL enabled in your Apache? Is there a line
Listen 443
in your Apache configuration?
Roman
20th August 2005, 18:01
I have added "Listen 443" into httpd.conf file just before the SSLCert.....
Still doesn't work but comes up with a different error:
The connection has terminated unexpectedly. Some data may have been transferred.
Do I need to tell apache where to look for https content? Or setup a virtual host?
Roman
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.