|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-08-04 16:42 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 12:00:01 2025 UTC |
I'm attempting to build Apache 1.3.1 with mod_perl and php3.0.2a. I'm using the following config: ./configure --prefix=/usr/local/apache \ --enable-module=most \ --activate-module=src/modules/php3/libphp3.a \ --activate-module=src/modules/perl/libperl.a \ --enable-shared=php3 \ --enable-shared=perl \ --enabled-shared=max \ && make \ && make install Make always dies with: No rule to make target 'libmodphp3-so.a' needed by 'libphp3.so' I've also tried the configure statement without the switches of --enable-module=most and --enabled-shared=max, but this hasn't changed the results. I can build this with only mod_perl and everything works fine. With PHP, configure works, but not make. Ideas? Thanks.