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
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-08 17:29 UTC] rasmus
This was missing a -lphp
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 12:01:29 2024 UTC