More on PostgreSQL

Yesterday, I did more experimenting with PostgreSQL. First I upgraded to the most recent release to fix a problem with pgaccess, the tcl-based GUI provided with the package. The eventual goal is to set up an interface between Apache and PostreSQL via mod_perl. Unfortunately, it appears that the mod_perl binary is defective in the Red Hat 6.0 for Sparc release. I installed it and then configured Apache to use it in the usual way – which consists of adding two lines to httpd.conf to load the modules and then uncommenting the mod_perl stuff in srm.conf. Apache segfaulted on startup. I grabbed the updated RPMs from the Red Hat ftp server that look like they’ll be used in the 6.1 release but the results were the same. Since we don’t plan on running Apache and mod_perl on the Sparc in the production system, I decided to stop short of attempting a comlete rebuild from the source RPMs. But if anybody has any insight into what’s causing Apache to dump core on startup, I’d be curious.

Leave a Reply

Your email address will not be published. Required fields are marked *