From owner-freebsd-database Tue Aug 25 12:01:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14734 for freebsd-database-outgoing; Tue, 25 Aug 1998 12:01:19 -0700 (PDT) (envelope-from owner-freebsd-database@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 MAA14724 for ; Tue, 25 Aug 1998 12:01:14 -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 PAA17044 for ; Tue, 25 Aug 1998 15:02:33 -0400 (EDT) Message-Id: <199808251902.PAA17044@mail.cduniverse.com> From: "Todd R. Butler" To: Subject: Fw: Postgres-6.3.2 Date: Tue, 25 Aug 1998 15:03:09 -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-database@FreeBSD.ORG Precedence: bulk ---------- > From: Todd R. Butler > To: freebsd-questions@FreeBSD.ORG > Subject: Postgres-6.3.2 > Date: Tuesday, August 25, 1998 2:04 PM > > 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-database" in the body of the message