Re: [ADMIN] Data dir

1999-01-10 Thread Gregg Berkholtz
Have you run "initdb" as the PostgreSQL superuser? If you are just installing 6.3.2 you may want to download the latest version (6.4.2) from www.postgresql.org Francisco Javier wrote: > Hi there ... I'm trying to install postgresql-6.3.2 on a Linux machine. > Everything seems to be good but the

[ADMIN] Data dir

1999-01-10 Thread Francisco Javier
Hi there ... I'm trying to install postgresql-6.3.2 on a Linux machine. Everything seems to be good but the install process (configure, make all, make install) do not create the data directory in my psql directory. As postgres superuser I do ... ./configure --prefix=/home/service/postgres make