On Tue, 2008-01-15 at 11:02 +0000, Azhar Ali Shah Syed wrote: > I have installed httpd 2.2.6 with PHP 5.2.5 and PostgreSQL 8.2.6 on my CentOS 4.5 machine. When trying to start apache server with apachectl command gives this message: > > apachectl: Configuration syntax error, will not run "restart": > Syntax error on line 6 of /etc/httpd/conf.d/auth_pgsql.conf: > Cannot load /etc/httpd/modules/mod_auth_pgsql.so into server: libpq.so.3: cannot open shared object file: No such file or directory Either one of: up2date -i postgresql-libs or yum install postgresql-libs should see you right. If they don't, the question becomes "where did you install Apache from? A CentOS repository, locally compiled, something else?" What's happening is that the mod_auth_pgsql module is linked against a library you don't have installed. Graeme --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx