when installing from rpm you dont have to compile anyting i think. Just rpm -Uvh postgres.blablayaddayadda.rpm mcvdmvs
-- "It never hurts to help" -- Eek the Cat
I think there is an RPM for PHP that includes postgres support. It's possible that the RPM you used already has postgres support, in which case all you have to do is install PostgreSQL. I know that RedHat and Mandrake both allow you to choose PHP with MySQL and postgres upon install.
Try running a PHP page with
Code:
<?php
phpinfo();
?>
Run this page in a browser and you will get all the info you need about your particular install of PHP, and what modules it supports. -------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.