From owner-freebsd-questions Tue Aug 25 11:02:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05641 for freebsd-questions-outgoing; Tue, 25 Aug 1998 11:02:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.cduniverse.com (mail.cduniverse.com [205.139.72.136]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05636 for ; Tue, 25 Aug 1998 11:02:41 -0700 (PDT) (envelope-from todd@traksys.com) Received: from netadmin ([192.0.0.55]) by mail.cduniverse.com (8.9.1/8.9.1) with ESMTP id OAA16586 for ; Tue, 25 Aug 1998 14:04:03 -0400 (EDT) Message-Id: <199808251804.OAA16586@mail.cduniverse.com> From: "Todd R. Butler" To: Subject: Postgres-6.3.2 Date: Tue, 25 Aug 1998 14:04:38 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Just finished compiling Postgres 6.3.2 on FreeBSD 2.2.6 without error. I have also modified my ENV to : $ env crt=24 USER=postgres HOME=/usr/postgres PGLIB=/usr/local/pgsql/lib PAGER=more ENV=/usr/postgres/.shrc LOGNAME=postgres BLOCKSIZE=K TERM=ansi PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/postgres/bin:/usr/loc al/p gsql/bin SHELL=/bin/sh PGDATA=/usr/local/pgsql/data MANPATH=:/usr/local/pgsql/man EDITOR=vi But when type initdb to init Postgres I receive the following errors: $ initdb initdb: using /usr/local/pgsql/lib/local1_template1.bki.source as input to creat e the template database. initdb: using /usr/local/pgsql/lib/global1.bki.source as input to create the glo bal classes. initdb: using /usr/local/pgsql/lib/pg_hba.conf.sample as the host-based authenti cation control file. ld.so failed: Can't find shared library "libpq.so.1.1" [: syntax error ld.so failed: Can't find shared library "libpq.so.1.1" ld.so failed: Can't find shared library "libpq.so.1.1" [: syntax error We are initializing the database system with username postgres (uid=). This user will own all the files and must also own the server process. initdb: creating template database in /usr/local/pgsql/data/base/template1 Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1 ERROR: pg_atoi: error in "f": can't parse "f" ERROR: pg_atoi: error in "f": can't parse "f" Segmentation fault - core dumped initdb: could not create template database initdb: cleaning up by wiping out /usr/local/pgsql/data/base/template1 Please Help :-) Thanks in Advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message