Re: why does Apache depend on MySQL libs?

2001-02-19 Thread [EMAIL PROTECTED]

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




Re: why does Apache depend on MySQL libs?

2001-02-16 Thread brian moore
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.

-- 
CueCat decoder .signature by Larry Wall:
#!/usr/bin/perl -n
printf Serial: %s Type: %s Code: %s\n, map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack
'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= C x length; } /\.([^.]+)/g;