Results 1 to 2 of 2
I have two machines. One is for web server and the other is for database server.
I need to install php in the web server and postgresql in the database ...
- 10-18-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 1
installation of php in linux platform with remote postgresql support
I have two machines. One is for web server and the other is for database server.
I need to install php in the web server and postgresql in the database server.
I installed postgresql. But could not install php as it needs postgresql library during configuration steps.What is its solution??
- 10-22-2010 #2Just Joined!
- Join Date
- Oct 2010
- Location
- Reston, VA
- Posts
- 26
et001,
You'll need to install the library to enable those features in PHP. How you use those features is a separate issue.
I would simply:
yum install php
Allow it to install the dependancies.
In your php code you can specify the remote server.
-Gooney0


Reply With Quote