php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1684 libmodphp3-so.a not created
Submitted: 1999-07-09 02:10 UTC Modified: 1999-07-09 02:14 UTC
From: ben at leedsnet dot ccom Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.11 OS: Linux 2.0.36
Private report: No CVE-ID: None
 [1999-07-09 02:10 UTC] ben at leedsnet dot ccom
When compiling php to make a module for Apache the
libmodphp3-so-a shared library is not made, but it can
be made manually with 
    make libmodphp3-so.a

Similarly, it is not copied to the Apache source tree.

This causes creation of the module during the Apache
build to fail (with helpful error messages).

I can also get error messages from ld similar to
those reported in bug 1683.

Do you want me to send a fix? I have been able to solve
my problem and do not consider this a major issue.

Ben.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-09 02:14 UTC] rasmus at cvs dot php dot net
Pilot error of some sort.  Check your PHP ./configure options.  You either didn't use the right --with-apache or 
--with-apxs switch, or you didn't do a make install or both.  Read the INSTALL or the INSTALL.DSO file
carefully.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 00:01:30 2024 UTC