Hello Steve One question regarding the versioned symbols: How do I check if your patch worked?
$ nm libmysql/.libs/libmysqlclient.so.15.0.0 | grep mysql_query 0000e310 T mysql_query I had expected this to be "T mysql_query__MYSQL_4.1" or similar like I saw in some other libraries. Your symbol is present though, is this enough? $ nm libmysql/.libs/libmysqlclient.so.15.0.0 | grep MYSQL_ 00000000 A MYSQL_4.1 (I just applied the patch to the 5.0 source tree, of course I have to change the version number yet *g*) bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

