php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2448 Apache 1.3.9, with mod_ssl 2.4.5, compile fails with missing modules/php3.o
Submitted: 1999-10-05 18:22 UTC Modified: 2000-07-06 19:57 UTC
From: auto15764 at hushmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.12 OS: Linux (Slackware 4, Kernel 2.2.1
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: auto15764 at hushmail dot com
New email:
PHP Version: OS:

 

 [1999-10-05 18:22 UTC] auto15764 at hushmail dot com
===> src/modules/php3
gcc -c  -I../../os/unix -I../../include   -DLINUX=2 -DMOD_SSL=204105 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../../lib/expat-lite `../../apaci`  mod_php3.c
cp libmodphp3.a libphp3.
ar r libphp3. mod_php3.o
ranlib libphp3.
cp libphp3. libphp3.a
<=== src/modules/php3
<=== src/modules
gcc -c  -I./os/unix -I./include   -DLINUX=2 -DMOD_SSL=204105 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I./lib/expat-lite `./apaci` modules.c
gcc -c  -I./os/unix -I./include   -DLINUX=2 -DMOD_SSL=204105 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I./lib/expat-lite `./apaci` buildmark.c
gcc  -DLINUX=2 -DMOD_SSL=204105 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I./lib/expat-lite `./apaci` -L/usr/local/ssl/lib   \
      -o httpd buildmark.o modules.o modules/php3.o modules/standard/libstandard.a modules/ssl/libssl.a modules/php3/libphp3.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a  -lm  -lssl -lcrypto
gcc: modules/php3.o: No such file or directory
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/src/apache_1.3.9/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.9'
make: *** [build] Error 2

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-14 18:25 UTC] sas at cvs dot php dot net
How did you configure Apache and PHP?
 [2000-02-23 14:11 UTC] sas at cvs dot php dot net
Status change
 [2000-07-06 19:57 UTC] rasmus at cvs dot php dot net
This combination works fine.  Just do things in the right order.  Install mod_ssl following the mod_ssl instructions and then install PHP using apxs once your mod_ssl install is working.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jul 02 07:00:02 2026 UTC