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
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: 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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC