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?
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
Basically, it works like this:
Download PHP, then unpack it:
Code:
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
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?
Recent comments
2 days 17 hours ago
3 days 2 hours ago
3 days 5 hours ago
3 days 6 hours ago
3 days 8 hours ago
3 days 9 hours ago
3 days 11 hours ago
3 days 12 hours ago
4 days 4 hours ago
4 days 5 hours ago