Hi, I try to use PostgreSQL's libpq in an Apache2 module. The test module, without libpq works fine and the test application for libpq works fine, too.
I put the libpq code lines in my module and it compiles fine, without errors. But after restarting the Apache2 server it complains that it does not find the module. The new version of the test module is in the APACHE_HOME\modules folder and the httpd.conf is OK. I put the folders POSTGRESQL_HOME\include and POSTGRESQL_HOME\lib in my system's PATH but without results. What is wrong? Can somebody help me? Laci