From owner-freebsd-database@FreeBSD.ORG Wed Oct 17 08:33:02 2007 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3FA816A419 for ; Wed, 17 Oct 2007 08:33:02 +0000 (UTC) (envelope-from rihad@mail.ru) Received: from mx34.mail.ru (mx34.mail.ru [194.67.23.200]) by mx1.freebsd.org (Postfix) with ESMTP id 8B51C13C459 for ; Wed, 17 Oct 2007 08:33:02 +0000 (UTC) (envelope-from rihad@mail.ru) Received: from [217.25.20.88] (port=24934 helo=[217.25.20.88]) by mx34.mail.ru with esmtp id 1Ii4Kq-000N9s-00 for freebsd-database@freebsd.org; Wed, 17 Oct 2007 12:33:00 +0400 Message-ID: <4715C89B.4050207@mail.ru> Date: Wed, 17 Oct 2007 13:32:27 +0500 From: rihad User-Agent: Icedove 1.5.0.12 (X11/20070607) MIME-Version: 1.0 To: freebsd-database@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PostgreSQL 8.3 beta? X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2007 08:33:02 -0000 Hi, After installing PostgreSQL 8.3b1 port on FreeBSD 6.2 and then running # /usr/local/etc/rc.d/postgresql initdb initdb: file "/usr/local/share/postgresql/snowball_create.sql" does not exist This means you have a corrupted installation or identified the wrong directory with the invocation option -L. In /etc/rc.conf there's only one postgresql_* line: postgresql_enable="YES" Thanks.