How do I compile PHP4 without mysql support? For whatever reason, the PHP folks seem to think everybody uses it, I don't. I do want PostgreSQL support, though.
Thats very simple for disabling any package just use --without-PACKAGE or --with-mysql=no or --disable-PACKAGE
for your case the options will be --without-mysql=[DIR] --with-pgsql=[DIR]
much appreciated.