From owner-freebsd-questions Fri Sep 14 11:10:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20102.mail.yahoo.com (web20102.mail.yahoo.com [216.136.226.39]) by hub.freebsd.org (Postfix) with SMTP id EEDFC37B40A for ; Fri, 14 Sep 2001 11:10:16 -0700 (PDT) Message-ID: <20010914181016.95080.qmail@web20102.mail.yahoo.com> Received: from [216.230.153.217] by web20102.mail.yahoo.com via HTTP; Fri, 14 Sep 2001 11:10:16 PDT Date: Fri, 14 Sep 2001 11:10:16 -0700 (PDT) From: "Gerardo Amaya G." Subject: apache and php instalation To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I'm trying to install apache 1.3.20 and php 4.0.6 I'm doing the next steps: 1. gunzip apache_1.3.x.tar.gz 2. tar xvf apache_1.3.x.tar 3. gunzip php-x.x.x.tar.gz 4. tar xvf php-x.x.x.tar 5. cd apache_1.3.x 6. ./configure --prefix=/www 7. cd ../php-x.x.x 8. ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars 9. make 10. make install 11. cd ../apache_1.3.x 12. for PHP 3: ./configure --activate-module=src/modules/php3/libphp3.a for PHP 4: ./configure --activate-module=src/modules/php4/libphp4.a 13. make 14. make install This are the steps I got from php.net, but in the step 13 I get the next error. make: don't know how to make all. Stop I'm runnin all of the steps as root. What is the problem? thanks Gerardo Amaya __________________________________________________ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message