DMarkD
Results
2
comments of
DMarkD
It still doesn't work. Here is the new example. _#include int main() { hazelcast::client::HazelcastClient hz; hazelcast::client::IMap map = hz.getMap("themap"); return 0; }_ **Steps to reproduce the behaviour:** _g++ -w main.cpp...
It compiles. but now when I run it complains about open ssl. **This is what I get at run time.** _./a.out: symbol lookup error: /au/markd/hazelcast/cpp/Linux_64/hazelcast/lib/tls/libHazelcastClient3.12.1_64.so: undefined symbol: SSL_library_init_ **Here is...