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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 23:01:26 2024 UTC