Comment 2 for bug 648473

Revision history for this message
Daniel Györke (daniel-gyorke) wrote :

I've successfully solved it.

The problem was caused by the libpq.so.5 library, it was also used by zend-server-ce and by postgresql-8.4, but of course not the same and not on the same place.

The solution:
cd /etc/ld.so.conf.d
sudo gedit postgresql-8.4.conf
<<adding following line: /usr/lib and save the file>>
ldconfig

After that PostgreSQL-8.4. can be started.

Regards,
Roscos