FC5.  Using yum (which downloaded a few addition dependencies in the process) to install:
postgresql
postgresql-server
postgresql-libs
postgresql-docs
postgresql-contrib
postgresql-jdbd
postgresql-odbc
postgresql-pl
[EMAIL PROTECTED] ~]# /sbin/chkconfig postgresql on
[EMAIL PROTECTED] ~]# /sbin/service postgresql start
Initializing database: [ OK ]
Starting postgresql service: [FAILED]
[EMAIL PROTECTED] ~]# su - postgres
-bash-3.1$ psql template1
psql: FATAL: could not open file "global/pg_database": No such file or directory
-bash-3.1$

Reply via email to