apr-util fails to compile on Solaris 10 because it detects the bundled
MySQL libraries in /usr/sfw, but the MySQL version (4.0.24) is
apparently too old.  apr_dbd_mysql.c is looking for MYSQL_STMT - which
doesn't appear in the 4.0.x client releases, but, AFAICT, appears only
in the 4.1+ releases.

Should we be refusing to accept MySQL versions <4.1 then?  Or, is it
trivial to support 4.0?  -- justin

Reply via email to