Re: [mod-security-users] Problem with Apache installation
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-11-24 11:39:32
|
Ramesh wrote: > hello, > > I had installed postgres successfully in my linux box and able to work with it > creating databases tables etc .... > > Butwhen i restarted Apache iam getting an error like > > httpd failed. The error was: Starting httpd: 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 > [FAILED] Hi Ramesh, This list is for discussions related to mod_security. We are unlikely to be able to help you with other problems, even if they are related to Apache. > The path of .so file is right unable to catch the error ..... > > Iam using apache 2.0.52 > > postgresql is 8.0.1 > > > server: libpq.so.3: i have libpq.so.4 in my lib directory > > This could make any difference ? I think so. I think you have a problem with mod_auth_pgsql.so compiled for one version of Postgres, but you have another version installed. Try recompiling mod_auth_pgsql. -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |