I have a similar problem in postgresql-8.4 after having done this:

sudo rm -r /var/lib/postgresql/8.4
sudo mkdir /var/lib/postgresql/data
sudo chown postgres /var/lib/postgresql/data
su postgres
/usr/sbin/initdb -D /var/lib/postgresql/data
sudo gedit /etc/postgresql/8.4/main/postgresql.conf 
   and I did this change: data_directory = '/var/lib/postgresql/data' 

After that, reset my computer and got this message in / var / log /
postgresql FATAL: could not load server certificate file "server.crt":
No such file or directory

As a workaround I did  #ssl = true in /
etc/postgresql/8.4/main/postgres.conf

Please help.

-- 
error processing postgresql-8.3 (--configure)
https://bugs.launchpad.net/bugs/483071
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to