AYUDA CON LA INSTALACION DEL POSTGRESQL

From: Steph Frias <lero999(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: AYUDA CON LA INSTALACION DEL POSTGRESQL
Date: 2005-06-12 20:56:24
Message-ID: 20050612205624.40132.qmail@web41014.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Inicie la instalacion del PostgreSQL 7.3.10 como dice
el install:

./configure
gmake
su
gmake install
adduser postgres
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
/usr/local/pgsql/bin/postmaster -D
/usr/local/pgsql/data >logfile 2>&1 &
/usr/local/pgsql/bin/createdb test
/usr/local/pgsql/bin/psql test

Pero al llegar a la penultima linea me sale:
[postgres(at)C41-13 postgres]$
/usr/local/pgsql/bin/createdb test
psql: could not connect to server: No existe el
fichero o el directorio
Is the server running locally and accepting
connections on Unix domain socket
"/tmp/.s.PGSQL.5432"?
createdb: database creation failed

Que es lo que debo hacer?
TanX


__________________________________
Discover Yahoo!
Find restaurants, movies, travel and more fun for the weekend. Check it out!
http://discover.yahoo.com/weekend.html

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Daniel Roth 2005-06-13 02:16:44 Re: predicate locking
Previous Message Tom Lane 2005-06-12 15:04:02 Re: predicate locking