php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #612 No rule to make target 'libmodphp3-so.a' needed by 'libphp3.so'
Submitted: 1998-08-04 12:03 UTC Modified: 1998-08-04 16:42 UTC
From: dan at ultra-design dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.2a OS: Linux 2.0.34, i586, Redhat 5.1
Private report: No CVE-ID: None
 [1998-08-04 12:03 UTC] dan at ultra-design dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-04 16:42 UTC] rasmus
Building PHP with --with-shared-apache took care of this one.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC