Quote:
Originally Posted by Retributi0n
getting a database error on a debian linux server setup..
"error while loading shared libraries:lib.pq.so"
anyone know the problem 
|
Is this the first setup of the MySQL server? It sounds to me (although I should say I am not a Linux expert) like you've custom-compiled the MySQL application and are missing the dependancy which lib.pq.so is a part of, which at a guess, would be that you've compiled it with postegreSQL support but not installed the necessary dependency.