php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70629 EXTRA_LIBS typo in Makefile
Submitted: 2015-10-03 15:30 UTC Modified: 2020-11-29 04:22 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: peter at truenorth dot us Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.6.14 OS: Linux
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: peter at truenorth dot us
New email:
PHP Version: OS:

 

 [2015-10-03 15:30 UTC] peter at truenorth dot us
Description:
------------
When building PHP 5.6.14 from source for Apache 2.4.16 on Ubuntu 14.04 (LTS), I encountered build errors once I added --with-curl.  The compiler error included:

  "libcrypto.so.1.0.0: error adding symbols: DSO missing from command line"

When inspecting the Makefile, I saw that the declaration for EXTRA_LIBS included -lcrypt twice.  Changing one of them to -lcrypto fixed the problem.

My configure options included:

phpExtra="--with-mysql=${MYSQL_HOME} --with-pgsql=${PG_HOME}"
phpExtra="$phpExtra --with-gd -with-png-dir=/usr/lib --with-jpeg-dir=/usr/lib"
phpExtra="$phpExtra --enable-mbstring --with-curl"



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-11-18 14:31 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-11-18 14:31 UTC] cmb@php.net
I assume this has been fixed in the meantime; it was likely
related to OpenSSL 1.1 not being supported at that time.
 [2020-11-29 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 23:01:29 2024 UTC