Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PostgreSQL support

Status
Not open for further replies.

Crundy

Programmer
Jul 20, 2001
305
GB
Hello,
Is there any way I can install postgres support without recompiling PHP? I installed from an RPM. C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
 
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. -------------------

Current reading --
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top