php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9063 Configure gives errors regarding Payflow Pro
Submitted: 2001-02-01 19:04 UTC Modified: 2001-06-08 10:56 UTC
From: mike at futuredesigns dot net Assigned:
Status: Closed Package: Verisign Payflow Pro related
PHP Version: 4.0.4pl1 OS: FreeBSD 4.2-STABLE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mike at futuredesigns dot net
New email:
PHP Version: OS:

 

 [2001-02-01 19:04 UTC] mike at futuredesigns dot net
PHP configure:
./configure --with-mysql=/usr/local
--with-apache=../apache_1.3.17 --enable-track-vars
--enable-bcmath --disable-debug --with-pfpro

The debug.log that follows the configure:
gcc -o conftest -g -O2   -R/usr/local/lib/mysql
-L/usr/local/lib/mysql -R/usr/local/lib -L/usr/local/lib
conftest.c -lpfpro -lmysqlclient -lm -lcrypt  1>&5

/usr/local/lib/libpfpro.so: undefined reference to
`pthread_mutex_unlock'
/usr/local/lib/libpfpro.so: undefined reference to
`pthread_self'
/usr/local/lib/libpfpro.so: undefined reference to
`pthread_mutex_destroy'
/usr/local/lib/libpfpro.so: undefined reference to
`pthread_mutex_lock'
/usr/local/lib/libpfpro.so: undefined reference to
`pthread_mutex_init'

When I put -pthread in CFLAGS, I did not receive this error,
and both php and apache compiled, but when apache was
started, it kept spawning more processes, and ate resources
until I did a 'killall -KILL httpd'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-08 10:56 UTC] sniper@php.net
Please update both PHP and pfpro to newer versions.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 08:01:30 2024 UTC