Re: Installation question

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Cc: Andrew Sullivan <andrew(at)libertyrms(dot)info>
Subject: Re: Installation question
Date: 2003-03-10 22:02:38
Message-ID: 20030310170238.R1802@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 10, 2003 at 04:22:09PM -0500, Andrew Sullivan wrote:
> Looks like you don't have adduser on your system, or that it;s not in
> your path (I suspect the latter). Possibly postgres is getting
> installed in a location not in your path?

I know, I know, replying to myself, but reading that over, it didn't
even make sense to me. What I _meant_ to say was that you probably
don't have adduser in a location on your path. You could add it
explicitly before trying to install postgres. e.g.

$ PATH=$PATH:/path/to/adduser; export PATH
$ sudo [stuff to install postgres]

My guess is that adduser is in /sbin/ or /usr/sbin.

A

--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Charles Hauser 2003-03-10 22:27:43 Re: Installation question
Previous Message scott.marlowe 2003-03-10 21:59:38 Re: Installation question