That\'s what I was asking for, errors at runtime. you stated that you built the software so I assumed that that meant no compile errors.
That message seems to mean that mysql isn\'t running, or that you didn\'t have libmysql installed at ./configure time.
I\'m not sure how to install libmysql on windows, but with linux it\'s packaged with the mysql server. Or, you may have it, but MinGW doesn\'t know that it\'s there to compile in.
josePhoenix