php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #374 Compile/module build problem
Submitted: 1998-05-13 11:02 UTC Modified: 1998-05-21 13:44 UTC
From: sindau at hotmail dot com Assigned: rasmus (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0 Release Candidate 4 OS: FreeBSD v2.2.5
Private report: No CVE-ID: None
 [1998-05-13 11:02 UTC] sindau at hotmail dot com
I grabbed apache1.3b6 and the php3.0rc4 releases.  Undid them and followed every last piece of installation advice I could and this bugger just refuses to cooperate.  I saw in the FAQ that my make is most likely outdated because I had to move the *.o files into the functions directory.  I solved this before seeing the faq.  I'm doing the --with-apache build and after moving the object files it does complete the compile and performs the 'make install' without warnings. The problem is that I don't think it's really finishing.  For instance it does not create the mod_php.o file at all.  libphp3.a is referenced in numerous places in the apache documentation but it simply doesn't exist. libmodphp3.a does however.  When trying to compile apache with the php3 goodies it will either quit because there is no object file for php or it will start blurping about unknown identifiers(_modphp etc etc).  I've searched the entire source tree to see if the mod_php.o exists so I'm very sure it's not being built.  If there is anything specific you would like me to give you information on please let me know and I'll send everything you would like to see.  In the mean time I'll be upgrading my make just in case that's the entire source of my troubles. I know this is a really simple fix for someone who knows the core of how the linking and such is done but I am very very stuck after three days of fighting with it.


Thanks in advance!


Tony 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-21 13:44 UTC] rasmus
There is nothing concrete in this report to go on.  Follow the instructions in the
INSTALL file in the PHP3 distribution.  Go step by step, and when you hit a step
that produces an error or doesn't do what you expect, let us know by sending 
mail to php-dev@php.iquest.net.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC