I'm trying to build apr_dbd_mysql on on Apache 2.2.0 / OS X 10.4.5 so
I can use the mysql driver for mod_authn_dbd. I installed Apache2 via
darwin ports and I downloaded apr_dbd_mysql.c from http://
apache.webthing.com/svn/apache/apr/apr_dbd_mysql.c. I'm not sure that
I'm correctly building the module. I'm using this command:
/opt/local/apache2/bin/apxs -c apr_dbd_mysql.c -a -I /opt/local/
include/apr-1 -L /opt/local/lib
What I get for output is:
/opt/local/share/apr-1/build/libtool --silent --mode=compile gcc -
prefer-pic -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -
g -O2 -I/opt/local/include -I/opt/local/apache2/include -I/opt/local/
include/apr-1 -I/opt/local/include/apr-1 -I/opt/local/include -c -
o apr_dbd_mysql.lo apr_dbd_mysql.c && touch apr_dbd_mysql.slo
/opt/local/share/apr-1/build/libtool --silent --mode=link gcc -o
apr_dbd_mysql.la -rpath /opt/local/apache2/modules -module -avoid-
version apr_dbd_mysql.lo -a -I /opt/local/include/apr-1 -L /opt/
local/lib
ranlib: warning for library: .libs/apr_dbd_mysql.a the table of
contents is empty (no object file members in the library define
global symbols)
I've looked around for instructions on building apr_dbd_mysql and I
can't find anything on the web. Any help would be greatly appreciated.
- Fred
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]