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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
18 - 6 = ?
Subscribe to this entry?

 
 [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: Fri Mar 29 13:01:29 2024 UTC