I'm using the Red Hat 8.0 version and the packages it came with. It ships with apache 2, postgresql 7.2 and php 4.2 etc.. I can't get the pgsql.so module to load. I know its reading my /etc/php.ini because I turned shortags on and register_globals and some other things. I am absolutely sure that I uncommented the line and that calls pgsql.so. I am also sure that the module is in the php modules directory. I have restarted apache. Also, in the phpinfo(), I see php is built with pgsql. I am also using the conf.d directory for my configuration for httpd(if that makes a difference) The error I get is pg_connect function undefined, this indicates to me the module isn't working for some reason. Has anybody had this happen? Might I be missing something obvious? Thanks in advance for any help.