we want to use MongoDB for one of our projects. According to best practices, the query router of a sharded cluster shall stay with the app servers (Java). These are running on Solaris 10 (Intel, 64bit).
I downloaded the Solaris build 2.4.9, added thr 64bit stdc++ lib to LD_LIBRARY_PATH and tried to start the query router. It fails with undefined symbol: ZNSt3tr18_detail12__prime_listE .
Does anyone know how to solve this without compiling everything on our own?
Thanks & Regards, Dirk