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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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 Apr 25 21:01:36 2024 UTC