On Fri, Feb 16, 2001 at 09:42:08AM -0600, [EMAIL PROTECTED] wrote: >> I would like to install Apache without any MySQL libs. Why does Apache >> depend on MySQL in the first place? Seems like if it depended on any DB it > >should be Postgres. :-)
>Um, apache doesn't depend on MySQL. Hrmm.. dselect shows me the following: -* Opt web apache Versatile, high-performance HTTP server -* Opt web apache-commo Support files for all Apache webservers -* Opt libs libmysqlclie mysql database client library -* Opt misc mysql-common mysql database common files (e.g. /etc/mysql/my.c apache depends on apache-common (>= 1.3.14-2) apache-common depends on libmysqlclient10 libmysqlclient10 depends on mysql-common Am I missing something? -Ian