php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1108 Installation failure as a shared Apache Module
Submitted: 1999-02-01 05:39 UTC Modified: 1999-02-07 13:18 UTC
From: Mathias dot Herberts at ago dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.6 OS: RedHat Linux 5.2
Private report: No CVE-ID: None
 [1999-02-01 05:39 UTC] Mathias dot Herberts at ago dot fr
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-07 13:18 UTC] rasmus
This has been cleaned up in the current CVS and will be in 3.0.7
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC