[PHP-DEV] Bug #612: No rule to make target 'libmodphp3-so.a' needed by 'libphp3.so' From: dan <email protected>
Date: 08/04/98

From: dan <email protected>
Operating system: Linux 2.0.34, i586, Redhat 5.1
PHP version: 3.0.2a
PHP Bug Type: Installation problem
Bug description:
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.