From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 Description of problem: Using mod_auth_pgsql to authenticate users accessing my cgi-s directory, I get a segmentation fault(11) in the child process when apache tries to fork. There is no problem with the same set up on RedHat Linux 9.0. Version-Release number of selected component (if applicable): httpd-2.0.46-26ent/mod_auth_pgsql-2.0.1-3.ent How reproducible: Always Steps to Reproduce: 1.Go to static welcome page 2. Click on Member's Entry Point 3. Enter username and password 4. Nothing happens so check /etc/httpd/logs/error_log and get error message (does not log into the /usr/local/apache/cpro/logs/error_log) Actual Results: As reported Expected Results: Should have seen a page generated by a perl cgi script. Additional info: