Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2001 13:45:15 -0700
From:      "Mark" <mw@lanfear.com>
To:        "'Gerardo Amaya G.'" <jogegabsd@yahoo.com>, <freebsd-questions@freebsd.org>
Subject:   RE: apache and php instalation
Message-ID:  <000301c13d5e$29105180$0200000a@redmond.corp.microsoft.com>
In-Reply-To: <20010914181016.95080.qmail@web20102.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help


	you NEED to read the PHP instructions in the INSTALL (in the
php-4.0.6 directory, read the VERBOSE INSTRUCTIONS) to make this work
properly.  I did this a few weeks back without serious problems,
although it took me a couple of tries because I skip skimming over the
instructions and missing things :-)

	mark.


-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerardo Amaya
G.
Sent: Friday, September 14, 2001 11:10 AM
To: freebsd-questions@freebsd.org
Subject: apache and php instalation


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


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?000301c13d5e$29105180$0200000a>