Date: Mon, 02 Jul 2001 10:12:17 -0600 (CST) From: <kek971@mail.usask.ca> To: Jim Freeze <jim@freeze.org> Cc: <questions@freebsd.org> Subject: Re: php install and ./configure -with-mysql Message-ID: <994090337.3b409d617fd3e@my.usask.ca>
next in thread | raw e-mail | index | archive | help
i installed them "static type"... i installed whole things with sources...
the sequence of installing them as follows :
1.mysql
2.mod_ssl
3.mod_perl
4.apache(pre)
5.php4
6.zend-optimizer
7.apache
8.jdk1.2
9.tomcat
...in detail
1mysql : ./configure --prefix=/usr/local/mysql
2.mod_ssl: ./configure --with-apache=/path/to/apache
3.mod_perl:perl Makefile.PL APACHE_SRC=/path/to/apache \
DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1
4.apache(pre): ./configure --prefix=/path/to/apache
5.php4: ./configure --with-mysql=/usr/local/mysql --with-apache=/path/to/apache \
...(add some more options)...
6.apache:./configure --prefix=/path/to/apache --activate-module=src/modules/perl/libperl.a \
--activate-module=src/modules/php4/libphp4.a
...and you can get some good references about tomcat and jdbc at "http://kjkoster.org/java/"....
also you'd be satisfied with your apache on freebsd box...
"Operating system choice is largely a matter of local concerns. But a general guideline is to always apply the
latest vendor TCP/IP patches. HTTP serving completely breaks many of the
assumptions built into Unix kernels up through 1994 and even 1995. Good choices include recent FreeBSD, and
Linux. "
Apache reference
good luck
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?994090337.3b409d617fd3e>
