Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i am developing a web based application on slack and slack has php already installed on it.. but not with postgres support.. so i downloaded the php4 package and configured with
./configure --with-pgsql
option (because this is what most of the documentation suggested)..
but postgres is still not working with php and i checked in phpinfo() but i could not find --with-pgsql there.. this means that php did not get configured with pgsql..
now is that because php was already installed on the system and i needed to remove the old distribution and install php --with-pgsql again??
what is the methodology to make php postgres compatible in my case??
thanks tink... yes i did do make and make install as well .. i m not very sure what else i need to do because there is not much documentation available for pgsql and php.. even the books are so few !! do you want to suggest something else or any particular knowledge source for configuration of php with pgsql..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.