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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
17 + 18 = ?
Subscribe to this entry?

 
 [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: Fri Apr 26 14:01:29 2024 UTC