Date: 04/27/99
- Next message: bug <email protected>: "[PHP-DEV] Bug #1356: Not coherent hyperwave support"
- Previous message: jesusmc <email protected>: "[PHP-DEV] Bug #1354: XML parser does not undersat attributes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: bug <email protected>
Operating system: BSD/OS 3.1
PHP version: 3.0.7
PHP Bug Type: Compile Failure
Bug description: Extra configuration options, that makes gcc fail
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 :>
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: bug <email protected>: "[PHP-DEV] Bug #1356: Not coherent hyperwave support"
- Previous message: jesusmc <email protected>: "[PHP-DEV] Bug #1354: XML parser does not undersat attributes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

