php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1355 Extra configuration options, that makes gcc fail
Submitted: 1999-04-27 16:09 UTC Modified: 1999-09-03 12:55 UTC
From: bug at nowhere dot no dot place dot for dot bat dot ru Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.7 OS: BSD/OS 3.1
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: bug at nowhere dot no dot place dot for dot bat dot ru
New email:
PHP Version: OS:

 

 [1999-04-27 16:09 UTC] bug at nowhere dot no dot place dot for dot bat dot ru
Configuring php3 with DSO support and mySQL adds to Makefile
the following line:

APXS_LDFLAGS =  -Wl,'-rpath /usr/local/lib/mysql'

This is reasonable for compilers (linkers), that support true
dynamic loading, but with systems, like BSDI 3.1, that has
static dynamic loading and dl-style loading this is extra.

This line makes compiling fail during linking. Removing it
solves problem.

Solution: Some sanity check before adding this :>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-12 14:50 UTC] jim at cvs dot php dot net
The configure script tests for this. Not sure
why it doesn't work.
 [1999-09-03 12:55 UTC] rasmus at cvs dot php dot net
This should be all cleaned up in 3.0.12
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 21 02:01:27 2024 UTC