[PHP-DEV] Bug #1108: Installation failure as a shared Apache Module From: Mathias.Herberts <email protected>
Date: 02/01/99

From: Mathias.Herberts <email protected>
Operating system: RedHat Linux 5.2
PHP version: 3.0.6
PHP Bug Type: Installation problem
Bug description: Installation failure as a shared Apache Module

PHP 3.0.6 is configured with-shared-apache (1.3.4+ssl_1.31).
Compilation goes OK, installation also.

When configuring Apache with activate-module=src/modules/php3/libphp3.a and enable-shared=php3 everything goes OK, but when compilin Apache it fails on the shared module due to a -Wl,-rpath option being passed to ld (instead of gcc).

Fixing src/modules/php3/Makefile to suppress -Wl,-rpath and replace it with -rpath solves the problem, but this is non trivial for beginners.

I don't really know if this is a PHP problem or an Apache one.

Thanks for your attention.

Mathias Hebrerts.

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