[Mod_log_sql] Installation problems on Mac OS X

Clay Loveless clay at killersoft.com
Fri Jul 16 12:44:09 EST 2004


On 7/16/04 10:05 AM Pacific Time, Edward Rudd (urkle at outoforder.cc) wrote:

> The mysql client library isn't being loaded into apache. most likely it
> can't find it as it's not in the library path.  the easiest solution is
> to add this before loading the mod_log_sql_mysql module
> 
> LoadFile /usr/local/mysql/libmysqlclient.so
> 
> except replace the path with the path to the mysql client lib that you
> linked with.

Alright, now this seems strange -- there wasn't a libmysqlclient.so on my
system, at least not that I can find.

MySQL is installed in /usr/local/mysql ... No libmysqlclient.so files to be
found anywhere in there, even though we already got over the hurdle of a
dynamically loadable MySQL (so I thought), since we finally got the
mod_log_sql_mysql.so file during the mod_log_sql build.

The deeper into all of this I get, the more I start thinking "It's time to
just go get a FreeBSD box." OS X is *almost* a regular UNIX citizen, but
it's just not quite _enough_ of a regular UNIX citizen.

Thanks for your patience, Edward ... Can you suggest how
mod_log_sql_mysql.so would have built successfully in the absence of a
libmysqlclient.so file?

Thanks,
-Clay

-- 
Killersoft.com





More information about the Mod_log_sql mailing list