php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12295 Unable to compile Verisign Payflowpro
Submitted: 2001-07-21 01:34 UTC Modified: 2002-01-08 01:53 UTC
From: edwardg at interaccess dot com Assigned:
Status: Closed Package: Verisign Payflow Pro related
PHP Version: 4.0.5 OS: Sun/Solaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 - 5 = ?
Subscribe to this entry?

 
 [2001-07-21 01:34 UTC] edwardg at interaccess dot com
I am trying to compile Verising Payflowpro module for PHP/Apache, here are the commands I used:

copied libpfpro.so and pfpro.h to the same directory /usr/local/verisign/payflowpro/solaris/lib

config statement for php:
=============================================
./configure --with-mysql --with-apache=../apache-1.3.19 --enable-track-vars --with-pfpro=/usr/local/verisign/payflowpro/solaris/lib

make
make install
=============================================

changed directory to apache-1.3.19 and ran the following config:
============================================
./configure --activate-module=src/modules/php4/libphp4.a
make
============================================

make fails with the following errors:
============================================
gcc  -DSOLARIS2=280 -I/usr/local/src/php-4.0.5 -I/usr/local/src/php-4.0.5/main -
I/usr/local/src/php-4.0.5/main -I/usr/local/src/php-4.0.5/Zend -I/usr/local/src/
php-4.0.5/Zend -I/usr/local/src/php-4.0.5/TSRM -I/usr/local/src/php-4.0.5/TSRM -
I/usr/local/src/php-4.0.5 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci
`    \
      -o httpd buildmark.o modules.o  modules/php4/libphp4.a  modules/standard/l
ibstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a  lib/expat-lite/libe
xpat.a  -R/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3 -R/us
r/local/verisign/payflowpro/solaris/lib  -L/usr/ucblib -L/usr/local/lib/gcc-lib/
sparc-sun-solaris2.8/2.95.3 -L/usr/local/verisign/payflowpro/solaris/lib -Lmodul
es/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4  -lpam  -ldl -lpfpro -l
resolv -lresolv -lm -ldl -lcrypt -lnsl -lsocket  -lsocket -lgcc   -lsocket -lnsl
Undefined                       first referenced
 symbol                             in file
PNInit                              modules/php4/libphp4.a(pfpro.o)
PNVersion                           modules/php4/libphp4.a(pfpro.o)
ProcessPNTransaction                modules/php4/libphp4.a(pfpro.o)
PNCleanup                           modules/php4/libphp4.a(pfpro.o)
ld: fatal: Symbol referencing errors. No output written to httpd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `target_static'
Current working directory /usr/local/src/apache-1.3.19/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /usr/local/src/apache-1.3.19
*** Error code 1
make: Fatal error: Command failed for target `build'
===============================

Please advise.

Thanks in advance.

Edward Greenspan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-18 06:43 UTC] lobbin@php.net
Have you tried this against 4.0.6 or maybe 4.1.0?


R.
 [2002-01-08 01:53 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC