Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2001 11:10:16 -0700 (PDT)
From:      "Gerardo Amaya G." <jogegabsd@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   apache and php instalation
Message-ID:  <20010914181016.95080.qmail@web20102.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010914181016.95080.qmail>