On 2013-10-06 14:36, Nick Kew wrote:
>
> On 6 Oct 2013, at 11:38, olli hauer wrote:
>
>> Has anyone tested to build apr-util-1.5.2
>> with mariadb-5.5.33a instead of mysql-5.5.34?
>
> Is it supposed to work as a drop-in replacement?
> Do you think it could/should work with the same
> driver in APR?
Yes, mariadb should work as drop in replacement.
>> checking for mysql_init in -lmysqlclient_r… no
>
> Evidently it doesn't. Is that because the API is different,
> or the library name? Either way, if that were the only
> incompatibility it should be easy to work around.
The strange thing I see with the `nm' command the same symbols.
> nm /usr/local/lib/mysql/libmysqlclient_r.a | grep mysql_init
U mysql_init_character_set
00000000000012b0 T mysql_init
0000000000003af0 T mysql_init_character_set
--
olli