diff --git a/nodes/http_transaction_handler/CMakeLists.txt b/nodes/http_transaction_handler/CMakeLists.txt index ca65105..23488c7 100755 --- a/nodes/http_transaction_handler/CMakeLists.txt +++ b/nodes/http_transaction_handler/CMakeLists.txt @@ -73,6 +73,12 @@ execute_process ( ) install(FILES ${xml2} DESTINATION http_transaction_handler_service/lib) +execute_process ( + COMMAND sh -c "find /usr/lib* -name \"libmaxminddb.so*\" | awk '{printf \$0\";\"}'" + OUTPUT_VARIABLE maxminddb +) +install(FILES ${maxminddb} DESTINATION http_transaction_handler_service/lib) + gen_help( "--certs-dir " "Path to the hosts trusted ca directory" )