Hi,
We have recently upgraded the NDB from 7.1.15 to 7.2.5.
we also use NDB API in our application.
After upgrade, the compilation went succesful ( Seems Fortunate :) ).
However, while in runtime, the linking of libmysqlclient_r.so failed due to
re-location error from dl_open().
The error message is "symbol __1cNNdbScanFilter2t6MpnMNdbOperation__v_: referenced symbol not found"
One thing we want to know is that, any change went in NDB API especially in NDBScanFilter Class from 7.1.x to 7.2.5 or is it some thing we should do in linking process.
We followed the step as written in http://dev.mysql.com/doc/ndbapi/en/ndb-start-linker-options.html
Please help me ASAP.
We have recently upgraded the NDB from 7.1.15 to 7.2.5.
we also use NDB API in our application.
After upgrade, the compilation went succesful ( Seems Fortunate :) ).
However, while in runtime, the linking of libmysqlclient_r.so failed due to
re-location error from dl_open().
The error message is "symbol __1cNNdbScanFilter2t6MpnMNdbOperation__v_: referenced symbol not found"
One thing we want to know is that, any change went in NDB API especially in NDBScanFilter Class from 7.1.x to 7.2.5 or is it some thing we should do in linking process.
We followed the step as written in http://dev.mysql.com/doc/ndbapi/en/ndb-start-linker-options.html
Please help me ASAP.