Find the answer to your Linux question:
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 ...
  1. #1
    Just 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??

  2. #2
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...