From owner-freebsd-questions Mon Jul 2 9:12:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from my.usask.ca (my.usask.ca [128.233.65.7]) by hub.freebsd.org (Postfix) with ESMTP id 802E237B401 for ; Mon, 2 Jul 2001 09:12:26 -0700 (PDT) (envelope-from kek971@mail.usask.ca) Received: (from nobody@localhost) by my.usask.ca (8.11.0/8.11.0) id f62GCIJ07182; Mon, 2 Jul 2001 10:12:18 -0600 To: Jim Freeze Subject: Re: php install and ./configure -with-mysql Message-ID: <994090337.3b409d617fd3e@my.usask.ca> Date: Mon, 02 Jul 2001 10:12:17 -0600 (CST) From: Cc: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs X-WebMail-Service: My.USask.CA X-Originating-IP: 24.71.108.209 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 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