i im trying to run openjpa through mysql cluster and clusterj bindings for
cluster 7.1.2a-beta
i compile the server with openjpa-2.0.0.beta3 and all went fine except that
i has to change two lines of cluster jar's source to get compiled with
openjpa beta 3
in the ConnectionImpl of the clusterj it tries to load an .so library
using:
loadSystemLibrary("ndbclient");
i've pointed to my mysql libs dir.. and the library could be loaded.. but
something is missing since im getting this error:
*/usr/lib/mysql/lib/mysql/libndbclient.so.4.0.0:
/usr/lib/mysql/lib/mysql/libndbclient.so.4.0.0: undefined symbol:
__cxa_pure_virtual*
*
*
*
*
*anyone successfully run (mysql-cluster 7.1.2 + openjpa 2 beta3 +
clusterj)?*
*
*
*is there a linux dinamic library missing wich could provide this symbol?*
*
*
*thanks in advance,*
*
*
*Fabio Kaminski*
*
*