![]() |
Recompiling PHP under FC4 --with-pfpro (Verisign Payflow Pro)
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 |
Basically, it works like this:
Download PHP, then unpack it: Code:
tar xvfz php-5.0.4.tar.gzCode:
./configure --helpCode:
make |
PHP already installed
Do I need to uninstall/remove PHP first?
R |
Quote:
|
It worked !
This worked and I am almost ready to go Live with the store.
|
Do you have SSL enabled in your Apache? Is there a line
Code:
Listen 443 |
Listen 443 added
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 |
| All times are GMT +2. The time now is 18:38. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.