[Quickfix-users] A couple questions
Brought to you by:
orenmnero
From: Mike P. <mi...@fo...> - 2004-11-11 19:15:16
|
What needs to be done to get the examples to use MySql for storing messages? I've a MySQL server running, and the schema has been loaded. I added both a MySQLLogPassword and MySQLStorePassword to the ordermatch.cfg config file. The docs seem to state that all the other MySQL related config parameters have defaults. Also, I can't get banzai to run. I get the following: Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/users/mikep/bu_exclude/quickfix/src/java/.libs/libquickfix_jni.so.9.0.0: /home/users/mikep/tmp/quickfix/src/C++/.libs/libquickfix.so.5: undefined symbol: _ZNKSt11logic_error4whatEv at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at Banzai.<clinit>(Unknown Source) Here are the libraries that were installed: libquickfix.la libquickfix.so.5 libquickfix_jni.la libquickfix_jni.so.9 quickfix.jar libquickfix.so libquickfix.so.5.0.0 libquickfix_jni.so libquickfix_jni.so.9.0.0 I saw some previous posts that seemed to imply the library versions were incorrect, but I'm not sure what the problem is here. Thanks, Mike |