On Fri, Dec 28, 2012 at 10:31:22PM -0800, Michael Robinson wrote: > I want to access a remote postgresql database via an apache php enabled > web server. I need the postgresql libs and the appropriate php support, > but not the whole entire postgresql database locally. Any tips on how > to install just the libraries for postgresql??? >
No idea how to enable php, but for the client install I'm doing the following (I'm still on 9.1) : configure, make, make check in the normal way (check cannot be run as root), then as root make -C src/bin install make -C src/include install make -C src/interfaces install make install-docs [ and chown the html to root:root ] as for the server install. This was lifted from gentoo. But I don't link anything to it on the client - for the moment I just run psql in a term - so I suppose it is possible that it might not always be adequate. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
