From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 04:57:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C30F71065673 for ; Sun, 4 Jan 2009 04:57:24 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 7D03A8FC16 for ; Sun, 4 Jan 2009 04:57:24 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id 126D634805 for ; Sat, 3 Jan 2009 23:57:24 -0500 (EST) Received: from teddy.fas.com (c-76-26-198-188.hsd1.sc.comcast.net [76.26.198.188]) by mailbackend.panix.com (Postfix) with ESMTP id E33DA1A730 for ; Sat, 3 Jan 2009 23:57:23 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1LJL3D-0007uH-00 for ; Sat, 03 Jan 2009 23:57:23 -0500 Date: Sat, 3 Jan 2009 23:57:23 -0500 From: stan To: freebsd-questions@freebsd.org Message-ID: <20090104045723.GA30339@teddy.fas.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <20090104010332.GA25704@teddy.fas.com> <20090104022927.GA13072@the-grills.com> <20090104031501.GA28244@teddy.fas.com> <20090104033518.GA13260@the-grills.com> <20090104035556.GB28994@teddy.fas.com> <20090104040943.GB13260@the-grills.com> <20090104042402.GA29640@teddy.fas.com> <20090104044236.GC13260@the-grills.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090104044236.GC13260@the-grills.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 23:54:35 up 237 days, 6:17, 1 user, load average: 0.03, 0.02, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Re: PHP setup question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2009 04:57:25 -0000 On Sat, Jan 03, 2009 at 10:42:37PM -0600, Kelly D. Grills wrote: > On Sat, Jan 03, 2009 at 11:24:02PM -0500, stan wrote: > > > > > > Looks as though you have a problem with your database. > > > > Probably. It's a new machine, and I have not got anything that depends on > > MySQL running yet. I figured when I got past the "Not Found" errors I'd see > > what I needed to do to get the conection the the DB going. I have not found > > anything in the docs about setting up the requisite tables yet, either. > > > > > > But the "Not Fond" error has to be corected before I get to that, right? > > Ampache requires MySQL 4.1 or higher, per the requirements at http://ampache.org/ > I believe the errors you're currently seeing are a result of the lack of a database. > > When you iniatially ran the web setup you should have been asked for database info. > You can insert the tables manually, see section 2.2 of the INSTALL document. > (/usr/local/www/ampache/docs/INSTALL) > Looking at this doc, I did find that I had incorectly copied ampache.cfg.php.dist to ampache.cfg.php So I removed thta. But I still get the The requested URL /install.php was not found on this server. error. It does look like if I gte past this, and can get the web installer running, I should be able to figure it out from thre. Thanks for the help. -- One of the main causes of the fall of the roman empire was that, lacking zero, they had no way to indicate successful termination of their C programs.