I am building Monetdb using the stable nightly builds. I would like to write queries against Monetdb using PHP. I came across this in the docs and have two questions about it: ---------------- The unix configure process normally tries to detect if you have PHP including developer packages installed and builds the PHP module only if you have it. With the --with-php option you could tell 'configure' where to find the PHP installation. ---------------- 1) Regarding "detect if you have PHP including developer packages" - can you please tell me what packages exactly MonetDB will look for. Obviously it wants the main php package. But I am not sure what development packages I need to install so that Monetdb will build in the PHP support and make me the DB/monetdb.php file. I am using Fedora 8. What yum packages (or equiv) should I have installed for this? 2) Regarding the "--with-php" compile option - which of the PHP base directories would I want to point the build .sh script for MonetDb at? Thanks!