php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48132 configure fails to test curl ssl support if --disable-rpath is set
Submitted: 2009-05-02 18:55 UTC Modified: 2009-05-02 19:55 UTC
From: lomo74 at gmail dot com Assigned: jani (profile)
Status: Closed Package: Compile Failure
PHP Version: 5.2.9 OS: debian etch
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: lomo74 at gmail dot com
New email:
PHP Version: OS:

 

 [2009-05-02 18:55 UTC] lomo74 at gmail dot com
Description:
------------
in configure script:
since $ld_runpath_switch can be = "" if --disable-rpath was set, this line:

LDFLAGS="`$CURL_CONFIG --libs` $ld_runpath_switch$CURL_DIR/$PHP_LIBDIR"

from "configure:25277: checking for SSL support in libcurl", should read:

LDFLAGS="`$CURL_CONFIG --libs`"
test -n "$ld_runpath_switch" && LDFLAGS="$LDFLAGS $ld_runpath_switch$CURL_DIR/$PHP_LIBDIR"


cheers - Lorenzo -


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-02 19:55 UTC] jani@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 13:01:33 2024 UTC