Re: Hello out there...
Tom Wiebe <[email protected]>
| Newsgroups | gmane.comp.apache.mod-log-sql |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, June 11, 2003, at 12:22 AM, Anders Boegh Mortensen wrote: > Hey there > > I am trying to compile mod_log_sql 1.18 on a mac os x server 10.2.6. > > I cant seem to locate "libmysqlclient.so", are these the right ones on > os x: > > /usr/lib/mysql/libmysqlclient.a > /usr/lib/mysql/libmysqlclient.la > > if not, where can i acquire them? > > Anders, I was successful in compiling mod_log_sql on OS X Client, and it's working fine on 10.2.6. Here's what I did to make it work. I'm using the Mysql.com (formerly Mark Liyange's) OS X Binary Installer. On OS X Server, some of the files are undoubtably in different locations, but you should be able to modify those locations in the makefile as needed. > The only changes I had to make were to where I had the various > libraries installed. > > here's the changes I made to the head of the Makefile: > > APACHESOURCE = /usr/local/src/apache_1.3.27 (Wasn't sure if this > was really needed or not, so I downloaded the Apache source just in > case) > APACHEINSTALLED = /usr/sbin > APACHEHEADERS = /usr/include/httpd > APXS = $(APACHEINSTALLED)/apxs > > MYSQLLIBRARIES = /usr/local/mysql/lib > MYSQLHEADERS = /usr/local/mysql/include > > I'm using a binary installation of MySQL and the default apache > installation on OS X Client 10.2.3, the locations of these files may > vary depending on how you've installed MySQL and will almost certainly > be different if you're using OS X Server. > Tom Wiebe __________________________________________________________________ Reminder: to unsubscribe, send email to <[email protected]> with the words "unsubscribe mod_log_sql" in the body (w/o quotes). The module homepage is http://www.grubbybaby.com/mod_log_sql/