From owner-freebsd-database@FreeBSD.ORG Tue Aug 26 20:42:17 2003 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0A116A4BF for ; Tue, 26 Aug 2003 20:42:17 -0700 (PDT) Received: from mail.day-light.net (day-light.net [64.37.72.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE7143FE3 for ; Tue, 26 Aug 2003 20:42:16 -0700 (PDT) (envelope-from john@day-light.com) Received: from w1 (gabriel.day-light.net [216.162.118.203]) by mail.day-light.net (Postfix) with SMTP id 874B035269; Tue, 26 Aug 2003 22:42:15 -0500 (CDT) From: "John Brooks" To: "'Greg Magnusson'" Date: Tue, 26 Aug 2003 22:42:17 -0500 Message-ID: <009101c36c4d$36c3f780$c905010a@daylight.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <5.2.1.1.0.20030826203828.00a24470@mail.sasknow.com> X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal cc: freebsd-database@freebsd.org Subject: RE: mysql_install X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: john@day-light.com List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 03:42:17 -0000 Assuming the following: 1) you have root control of the box 2) you have correctly installed the 'ports system' 3) you have correctly updated ports via cvsup 4) you are able to properly configure the applications Note: the ports system compiles applications from source code, this is NOT installing pre-compiled binaries as would be the case with 'pkg_add' Follow these steps: 1) cd /usr/ports/databases/mysql40-server make make install 2) cd /usr/ports/www/apache13-modssl make make install 3) cd /usr/ports/www/mod_php4 make make install You would do well to read this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html -- John Brooks john@stlbsd.org -----Original Message----- From: Greg Magnusson [mailto:glm@cyborgspiders.com] Sent: Tuesday, August 26, 2003 10:06 PM To: john@day-light.com Cc: freebsd-database@freebsd.org Subject: RE: mysql_install re: ports system Correct, I have not installed mysql from the FreeBSD ports system. Currently, I am attempting to use a download from the mysql.org site that can be burned to a disk. http://www.mysql.com/downloads/mysql-3.23.html I just noticed that version 4 is stable now, so I am going to try the new one. http://www.mysql.com/downloads/mysql-4.0.html My current intention is to create a simplified installation procedure for FreeBSD - MySQL - Apache and PHP. I have attempted 42 installations to date without success. I have had FreeBSD and Apache working, but I have yet to have MySQL working standalone..... Is there a port that installs Apache-PHP and MySQL? Is there an easy way to install the above system with libmcrypt, open + mod_ssl? I have been using the pkg_add system for other applications, and it is a nice system. What I have been dreaming about is a simplified system of installing a FreeBSD-Apache-PHP-MySQL server. If this port exists, please advise. I am ready to hear about an easy way of doing this. >BTW, when installed properly, the 'mysql user' will have a UID of 88 and a >GID of 88 - it is unlikely that you have achieved that with 'adduser'. I choose user id 888. You have made me think that I could use a separate group. Currently my machine has only one group...default group of #14 I believe. Greg Magnusson glm@cyborgspiders.com