From owner-freebsd-questions Mon Jan 15 10:25:02 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29139 for questions-outgoing; Mon, 15 Jan 1996 10:25:02 -0800 (PST) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA29131 for ; Mon, 15 Jan 1996 10:24:57 -0800 (PST) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.6.12/8.6.12) id TAA14264; Mon, 15 Jan 1996 19:25:00 +0100 Message-Id: <199601151825.TAA14264@btp1da.phy.uni-bayreuth.de> Subject: Re: Mini SQL Server To: narvi@haldjas.folklore.ee (Narvi) Date: Mon, 15 Jan 1996 19:24:59 +0100 (MET) From: "Werner Griessl" Cc: questions@freebsd.org In-Reply-To: from "Narvi" at Jan 15, 96 04:37:56 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk Hi Narvi To load the msql-port to your machine do: 1) Ftp to "btp1da.phy.uni-bayreuth.de" or any official freebsd-server 2) Login as user ftp and use your email-address as the password 3) cd to "pub/FreeBSD/ports" 4) get distfiles/msql-1.0.7.tar.gz to your /usr/ports/distfiles 5) get all files in databases/msql/ to your /usr/ports/databases/msql/ To build the port do: 1) cd /usr/ports/databases/msql 2) make; make install This should install and register the port under /usr/local/Minerva/. Read carefully the documentation coming with the port. The most important file is the /usr/local/Minerva/msql.acl file and do'nt forget to start the msqld (I do it from my /etc/rc.local on boot time). Good luck Werner P.S.: Feel free to ask me if you have problems !