php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69785 BSD operating systems don't have -ldl
Submitted: 2015-06-09 12:58 UTC Modified: 2016-03-04 18:17 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: software-php at interfasys dot ch Assigned: jimjag (profile)
Status: Closed Package: gnupg (PECL)
PHP Version: 5.5.25 OS: FreeBSD
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: software-php at interfasys dot ch
New email:
PHP Version: OS:

 

 [2015-06-09 12:58 UTC] software-php at interfasys dot ch
Description:
------------
On FreeBSD, the configure script fails at the step where it's looking for -lgpgme, but it's not that library which is the problem, but -ldl which is not required on FreeBSD.

I suggest you fix this doing something like this:
https://github.com/lifanov/primecoin/commit/148497f758a7cd9519bdd988fc071df1d6fc0c1f

Expected result:
----------------
The extension should be compiled

Actual result:
--------------
The configure step fails

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-09-09 11:36 UTC] jimjag@php.net
Thx. The fix is actually required i config.m4. I will be working on it.
 [2015-09-09 11:37 UTC] jimjag@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: jimjag
 [2016-03-04 18:17 UTC] jimjag@php.net
-Status: Assigned +Status: Closed
 [2016-03-04 18:17 UTC] jimjag@php.net
closed Committed revision 338679.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 22 10:01:28 2024 UTC