php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24983 pfpro module requires -pthread on FreeBSD
Submitted: 2003-08-08 05:25 UTC Modified: 2003-08-13 05:33 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:2 (100.0%)
From: peter at guts dot nl Assigned:
Status: Wont fix Package: Verisign Payflow Pro related
PHP Version: 4.3.2 OS: FreeBSD
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-08-08 05:25 UTC] peter at guts dot nl
Description:
------------
running configure --with-pfpro on FreeBSD reports 'need SDK 2 or 3'. The SDK I downloaded was version 3. config.log showed linking errors regarding pthread.

CFLAGS=pthread ./configure .... worked.

Reproduce code:
---------------
run ./configure --with-pfpro=/path/to/lib on FreeBSD

Expected result:
----------------
configure running without errors

Actual result:
--------------
configure reporting that SDK 2 or 3 is required.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-08 05:42 UTC] peter at guts dot nl
I meant 'CFLAGS=-pthread'
 [2003-08-13 05:33 UTC] sniper@php.net
As you can easily workaround this, we're not going to waste any time trying to add some hacks around it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC