Hi Jan,
Thanks for your reply.
I neglected to state that the library did include the symbol:
'nm' reports: 00111fc4 D module_version
Regards,
Michael
- Compiled and linked against libmysqlclient.so.14.0 (built locally
with '-g'): 'ser' loads the file, reports the following error and then exits (debug=9): 0(9791) loading module /usr/local/lib/ser/modules/mysql.so.4.1.7.new 0(9791) ERROR: no version info in module </usr/local/lib/ser/modules/mysql.so.4.1.7.new>: Can't open file
This is strange, there should be "module_version" symbol in the library, try:
nm mysql.so | grep module_version
Jan.