php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #632 can't compile 3.0.2a with 2.0.1 as described in the FAQ
Submitted: 1998-08-08 12:38 UTC Modified: 1998-08-08 17:29 UTC
From: ich at ulf dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.2a OS: Linux
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: ich at ulf dot de
New email:
PHP Version: OS:

 

 [1998-08-08 12:38 UTC] ich at ulf dot de
I set up Apache 1.3.0 (and 1.3.1) as described in the
FAQ (howto run 2.0.1 and 3.0.x at the same time), but
get the following error when compiling:

gcc -c  -I./os/unix -I./include   -DLINUX=2 -DUSE_HSREGEX  buildmark.c
gcc  -DLINUX=2 -DUSE_HSREGEX     \
      -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/extra/libextra.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a  -lm
modules/extra/libextra.a(mod_php.o): In function `send_parsed_php':
mod_php.o(.text+0x1c1): undefined reference to `apache_php_module_main'
make: *** [target_static] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-08 17:29 UTC] rasmus
This was missing a -lphp
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 23:00:01 2026 UTC