From: | Heikki Linnakangas <heikki(at)enterprisedb(dot)com> |
---|---|
To: | Alejandro Fernandez Peral <fernanperal(at)hotmail(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Question about PostGreSQL |
Date: | 2007-10-01 17:32:31 |
Message-ID: | 47012F2F.5010703@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Alejandro Fernandez Peral wrote:
> My name is Alex and I am installing PostGreSQL 7.4.18 in a version of linux suse 10.2, my probles ins that when I put in the console
>
> ./configure
> gmake
> su
> gmake install
> adduser postgres -> in this pass in the console appear: bash: adduser:command not found
>
> and I can't installing the PostGreSQL software, What can I do?
You have to be root to use adduser. Or maybe you're missing a package
that provides it.
However, if you're starting to work an a new application, you should
choose a more recent release of Postgres. 8.2.5 is currently the latest one.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2007-10-01 19:23:59 | Re: Question about PostGreSQL |
Previous Message | Tom Lane | 2007-10-01 15:34:54 | Re: BUG #3645: regular expression back references seem broken |