php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #215 Build of library on Apache dies
Submitted: 1998-03-30 21:20 UTC Modified: 1998-03-31 11:35 UTC
From: jim at jaguNET dot com Assigned: rasmus (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS OS: A/UX and others
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jim at jaguNET dot com
New email:
PHP Version: OS:

 

 [1998-03-30 21:20 UTC] jim at jaguNET dot com
As per the directions, Configuration has

   AddModule modules/php3/mod_php3.o

Now when Apache is trying to build the required PHP3
library, it fails with the below error:

<=== modules/standard
===> modules/php3
make[2]: *** No rule to make target `libphp3.o', needed by `lib'.  Stop.
make[1]: *** [all] Error 1
make: *** [subdirs] Error 1

What is going on is that LIBEXT is incorrectly
being set to 'o' instead of 'a' because the extension
in the AddModule line is 'o', as it should be...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-31 11:35 UTC] rasmus
Fixed

For Apache-1.3, use: AddModule modules/php3/libphp3.a
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 15:01:30 2024 UTC