Return-Path: owner-postman Delivery-Date: Tue, 12 Apr 94 10:34:07 -0700 Return-Path: owner-postman Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id FAA05644 for postgres-redist; Tue, 12 Apr 1994 05:17:46 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199404121217.FAA05644@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from cs.few.eur.nl (root@kaa.cs.few.eur.nl [130.115.1.95]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id FAA05635 for ; Tue, 12 Apr 1994 05:17:44 -0700 Received: from argon.cs.few.eur.nl by cs.few.eur.nl (5.67/EUR) id AA16728; Tue, 12 Apr 94 14:17:32 +0200 From: Vincent Schenkelaars Received: by argon.cs.few.eur.nl (5.67/EUR/BSD) id AA26461; Tue, 12 Apr 94 14:17:31 +0200 Date: Tue, 12 Apr 94 14:17:31 +0200 Message-Id: <9404121217.AA26461@argon.cs.few.eur.nl> To: postgres@postgres.Berkeley.EDU Subject: Re: postgres 4.2 beta installation Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Tue, 12 Apr 94 05:17:46 -0700 Resent-XMts: smtp > I have tried to build and install postgres 4.2 on sparc 10's running > 4.1.3 on several occasions with varying degrees of success. > > In each case, initdb completes successfully. In each case when > postmaster is run it core dumps. In each case if I run postmaster > by specifying its full path length, postmaster will run. > I have the same problems. I'm runiing on a Sparc IPC running SunOS 4.1.3 looks like there is something strange with the SunOS port. I noticed that there is no longer a reference to PGHOST and PGDATA envirinment variablkes in the instalation guide. Are these no longer needed? > In most cases when I attempt to run createdb, I am given an error > message stating that the database model template1 does not exist > (even though initdb completed without complaint). Running > createuser has essentially the same effect. The case in which I > was able to successfully run createuser and createdb was on a > machine I did not have root access on, hence I had to set the > variables BINGRP, BINOWN, LIBGRP, LIBOWN, MANGRP, and MANOWN. > I have not noticed this behaviour. But i did not set all these environment variables. I installed the system undfer user postgres. > Has anyone had similar problems? I suspect my next step may be to try > building postgres with the aforementioned variables set to > postgres. > >