Thread: Question about PostGreSQL

Question about PostGreSQL

From
Alejandro Fernandez Peral
Date:
Hello

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=20

./configure
gmake
su
gmake install
adduser postgres -> in this pass in the console appear: bash: adduser:comma=
nd not found

and I can't installing the PostGreSQL software, What can I do?=20

kindly,=20

Alejandro Fern=E1ndez
_________________________________________________________________
Busca desde cualquier p=E1gina Web con una protecci=F3n excepcional. Consig=
ue la Barra de herramientas de Windows Live hoy mismo y GRATUITAMENTE.
http://www.toolbar.live.com

Re: Question about PostGreSQL

From
Heikki Linnakangas
Date:
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
inthe 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

Re: Question about PostGreSQL

From
"Kevin Grittner"
Date:
>>> On Wed, Sep 26, 2007 at  4:52 PM, in message
<BAY124-W1524B99010337AC8749558B5B00@phx.gbl>, Alejandro Fernandez Peral
<fernanperal@hotmail.com> wrote:=20

> I am installing PostGreSQL 7.4.18
=20
You should consider installing 8.2.5 instead.  There are many
enhancements, bug fixes, and performance improvements.
=20
> in a version of linux=20
> suse 10.2, my probles ins that when I put in the console=20
>=20
> ./configure
> gmake
> su
> gmake install
> adduser postgres -> in this pass in the console appear: bash: adduser:com=
mand=20
> not found
=20
Did you try useradd instead?
=20
Please note that issues like this are better suited to a list like
admin than bugs.
=20
-Kevin
=20