ID:               34696
 Updated by:       [EMAIL PROTECTED]
 Reported By:      nandesu at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: SuSE Enterprise 9
 PHP Version:      4.4.0
 New Comment:

What can you find in config.log when this happens??



Previous Comments:
------------------------------------------------------------------------

[2005-10-02 04:43:38] nandesu at gmail dot com

rm config.cache && ./configure --disable-all --disable-cgi 
--with-pfpro 

Still bombs out at the same spot in php-4.4.0, php-4.3.10, 
php-4.3.11, and php4-STABLE-200510011444.  

I don't understand what is so different about SuSE 
Enterprise 9 (x86) that would cause this. 

Any new suggestions are greatly appreciated.

------------------------------------------------------------------------

[2005-10-02 00:16:02] [EMAIL PROTECTED]

Passing path with /lib in it to any PHP configure option is not
supported. f.e. --with-mcrypt=/usr/local/lib is wrong.
Try with this configure line:

# rm config.cache && ./configure --disable-all --disable-cgi
--with-pfpro 

If that doesn't work, reopen.


------------------------------------------------------------------------

[2005-10-01 19:11:39] nandesu at gmail dot com

Still bombs at the same spot. 
I have the files pfpro.h and libpfpro.so copied to /usr/local/
lib and /usr/local/include respectively.  I have also tried 
pointing to my verisign untared location.  (i.e., --pfpro=/
usr/local/verisign/payflowpro/linux) and still not a go.  

Any other suggestions are greatly appreciated!

------------------------------------------------------------------------

[2005-10-01 10:30:23] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

------------------------------------------------------------------------

[2005-10-01 01:03:07] nandesu at gmail dot com

Description:
------------
PHP-4.4.0 will not even configure with verisign's PayFlowPro 
on SuSE Linux Enterprise 9. However, it works just fine (exact 
same tarballs) in Slackware-10.x.

Reproduce code:
---------------
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-bcmath
--with-curl --with-mysql=/usr/local/mysql --with-mcrypt=/usr/local/lib 
--with-openssl=/usr/local/ssl --without-pear --disable-cgi --with-gd
--with-zlib --with-jpeg-dir=/usr/local/lib --with-pfpro --enable-xml

Expected result:
----------------
I expect it to read:
checking for pfproInit in -lpfpro... yes
So I can go on about my life.  ~grins

Actual result:
--------------
checking for Verisign Payflow Pro support... yes
checking for pfproInit in -lpfpro... no
checking for PNInit in -lpfpro... no
configure: error: The pfpro extension requires version 2 or 3 
of the SDK


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34696&edit=1

Reply via email to