[PHP-DEV] Bug #2645: modphp3_module / apache compile-time error From: chemlab <email protected>
Date: 10/31/99

From: chemlab <email protected>
Operating system: Linux 2.2.11
PHP version: 3.0.12
PHP Bug Type: Compile Failure
Bug description: modphp3_module / apache compile-time error

Building PHP works fine, and building Apache without mod_php3 works fine, but when I build Apache with php support I get this:

...
gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci` \
      -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/php3/libphp3.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a -lm -lcrypt
modules.o(.data+0x48): undefined reference to `modphp3_module'
modules.o(.data+0x98): undefined reference to `modphp3_module'
collect2: ld returned 1 exit status

and then make aborts.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>