From:             nandesu at gmail dot com
Operating system: SuSE Enterprise 9
PHP version:      4.4.0
PHP Bug Type:     Compile Failure
Bug description:  configure: error: The pfpro extension requires version 2 or 3 
of the SDK

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 bug report at http://bugs.php.net/?id=34696&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34696&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34696&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34696&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34696&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34696&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34696&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34696&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34696&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34696&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34696&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34696&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34696&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34696&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34696&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34696&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34696&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34696&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34696&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34696&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34696&r=mysqlcfg

Reply via email to