php - How do I install PostgreSQL driver on Apache? -
i need able connect (ubuntu + apache) web server remote postgresql database, unfortunately, version of php on web server doesn't have php_pgsql.dll library , throws error if try , uncomment section of php.ini.
i've searched internet , found lots of advice on how install postgresql on server, don't need run database service on web server, need allow php connect remote service.
can give me step-by-step noob guide installing driver?
try this:
sudo apt-get install php5-pgsql
Comments
Post a Comment