On Thu, 2006-06-01 at 11:18 +0100, Joe Orton wrote:
> Did you try to link anything against that libaprutil? e.g. just try a
> "make -C test testall"
Yeah, I see this now. I just built the thing and that worked. It appears
to be referring to undefined symbol apr_dbd_mysql_driver due to:
#if APU_HAVE_MYSQL
DRIVER_LOAD("mysql", apr_dbd_mysql_driver, pool);
#endif
> Actually I guess the fact that this was working previously was just luck
> on FCx since it wasn't looking in the right place for mysql.h etc.
Yeah, the fix broke it :-)
Working on it...
--
Bojan