AYUDA CON LA INSTALACION DEL POSTGRESQL - Mailing list pgsql-sql

From Steph Frias
Subject AYUDA CON LA INSTALACION DEL POSTGRESQL
Date
Msg-id 20050612205624.40132.qmail@web41014.mail.yahoo.com
Whole thread Raw
Responses Re: AYUDA CON LA INSTALACION DEL POSTGRESQL  (Nahum Castro <nahumcastro@gmail.com>)
List 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@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 



pgsql-sql by date:

Previous
From: Larry Meadors
Date:
Subject: Looking for info on 8.1 features, and some examples
Next
From: Sophie Yang
Date:
Subject: Set Membership operator -- test group membership