Re: Trouble with RPM

From: Gilles DAROLD <gilles(at)darold(dot)net>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Trouble with RPM
Date: 2000-07-17 14:03:52
Message-ID: 39731248.5E05DF4A@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Please don't use RPM if you don't want to have a Win$ based install.
It's remember me a very old question: Where are the DLL ?

The better way is to get the tarball and do a fresh compilation, you will
learn more about postgres (see the INSTALL file and other documentation).
And then all your files will go in /usr/local/pgsql by default !

Note: I use rh6.2 :-)

Larry Rogers wrote:

> Hi All,
>
> I'm trying to get postgresql running on my Redhat 6.2 system.
>
> I downloaded the 7.0.2 binary RPM from the postgresql site, but after installing
> the package, the postmaster command file is nowhere to be found. When I query
> the RPM package itself, the file is not in the package; I only see
> postmaster.html docs that are to be placed in the /usr/doc directory.
>
> Without the postmaster command, I cannot even start the database manager. Am I
> missing something?
>
> Thanks in advance,
>
> Larry Rogers

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Heaven 2000-07-17 14:07:01 ordering of 'where' sub clauses
Previous Message Alex Bolenok 2000-07-17 13:35:44 Re: urgent help on function/trigger