FAQ for mysql_wa
----------------

1. It doesn't work with ....

Verify that your program is dynamically linked with libmysqlclient. Run
this command :
	$ ldd `which myprog`

and check for the line :
	libmysqlclient.so.12 => /usr/lib/libmysqlclient.so.12 (0x40068000)

If you don't see this line, then your program is statically linked
