Re: [users@httpd] Building apr_dbd_mysql

2011-04-25 Thread Nick Kew
On 26 Apr 2011, at 01:24, Jon Drukman wrote: > What is the trick to get apache to build and install apr_dbd_mysql when > compiling from source? I've manually cd'd into srclib/apr-util and manually > run > ./configure --with-mysql; make; make install > > but it's not actually putting the > DBD d

[users@httpd] Building apr_dbd_mysql

2011-04-25 Thread Jon Drukman
What is the trick to get apache to build and install apr_dbd_mysql when compiling from source? I've manually cd'd into srclib/apr-util and manually run ./configure --with-mysql; make; make install but it's not actually putting the DBD driver somewhere where apache can use it. I manually copied t