[PHP] Installing Verisign PFPro Support

2001-02-04 Thread Brady J. Horenstein

Hello!

I'm trying to configure PHP with Verisign PayFlow PRO support on my server.
I'm running FreeBSD 4, Apache 1.3.12, mod_ssl, openSSL, and mySQL 3.23.32.

I downloaded the newest release of PHP (4.0.4pl2) and tried compiling it,
using the ./configure --with-pfpro=[dir] thing and I get the following
error:

/usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
`pthread_mutex_unlock'
/usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
`pthread_self'
/usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
`pthread_mutex_destroy'
/usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
`pthread_mutex_lock'
/usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
`pthread_mutex_init'

I've never done anything like this before, so I'm not really sure what's
goin' on.

Any insight into the problem would be greatly appreciated!

Thanks!

-brady

--
Brady J. Horenstein
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Installing Verisign PFPro Support

2001-02-04 Thread John Donagher


Brady-

Regardless of your compilation problems, Verisign has not yet released their
fixed SDK for BSD. They've only released it for Linux (libc5  glibc2) and
Solaris. You're kind of SOL until they do. See the user comments on
www.php.net/pfpro for why you're SOL.

John

On Sun, 4 Feb 2001, Brady J. Horenstein wrote:

 Hello!
 
 I'm trying to configure PHP with Verisign PayFlow PRO support on my server.
 I'm running FreeBSD 4, Apache 1.3.12, mod_ssl, openSSL, and mySQL 3.23.32.
 
 I downloaded the newest release of PHP (4.0.4pl2) and tried compiling it,
 using the ./configure --with-pfpro=[dir] thing and I get the following
 error:
 
 /usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
 `pthread_mutex_unlock'
 /usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
 `pthread_self'
 /usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
 `pthread_mutex_destroy'
 /usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
 `pthread_mutex_lock'
 /usr/home/arcwebn/signio/freebsd3/lib/libpfpro.so: undefined reference to
 `pthread_mutex_init'
 
 I've never done anything like this before, so I'm not really sure what's
 goin' on.
 
 Any insight into the problem would be greatly appreciated!
 
 Thanks!
 
 -brady
 
 --
 Brady J. Horenstein
 [EMAIL PROTECTED]
 
 
 

-- 

John Donagher
Application Engineer
Intacct Corp. - Powerful Accounting on the Web
408-395-0989
720 University Ave.
Los Gatos CA 95032
www.intacct.com

Public key available off http://www.keyserver.net
Key fingerprint = 4024 DF50 56EE 19A3 258A  D628 22DE AD56 EEBE 8DDD


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]