Performing C++ SOURCE FILE Test _SSL_LEAK_SUPPRESS_AVAILABLE failed with the following output: Change Dir: /accts/mlweber1/instance-2/output/build/libcpprestsdk-v2.10.1/Release/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ac75e/fast" make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/libcpprestsdk-v2.10.1/Release/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_ac75e.dir/build.make CMakeFiles/cmTC_ac75e.dir/build make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/libcpprestsdk-v2.10.1/Release/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ac75e.dir/src.cxx.o /accts/mlweber1/instance-2/output/host/bin/i686-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static -std=c++11 -fno-strict-aliasing -D_SSL_LEAK_SUPPRESS_AVAILABLE -DNDEBUG -o CMakeFiles/cmTC_ac75e.dir/src.cxx.o -c /accts/mlweber1/instance-2/output/build/libcpprestsdk-v2.10.1/Release/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_ac75e /accts/mlweber1/instance-2/output/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac75e.dir/link.txt --verbose=1 /accts/mlweber1/instance-2/output/host/bin/i686-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static -std=c++11 -fno-strict-aliasing -D_SSL_LEAK_SUPPRESS_AVAILABLE -DNDEBUG -static -rdynamic CMakeFiles/cmTC_ac75e.dir/src.cxx.o -o cmTC_ac75e /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libssl.a /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_expand_block': c_zlib.c:(.text+0x4f): undefined reference to `inflate' /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_compress_block': c_zlib.c:(.text+0xb7): undefined reference to `deflate' /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a(c_zlib.o): In function `bio_zlib_free': c_zlib.c:(.text+0xf2): undefined reference to `inflateEnd' c_zlib.c:(.text+0x10f): undefined reference to `deflateEnd' /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_finish': c_zlib.c:(.text+0x167): undefined reference to `inflateEnd' c_zlib.c:(.text+0x172): undefined reference to `deflateEnd' /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_init': c_zlib.c:(.text+0x1f3): undefined reference to `inflateInit_' c_zlib.c:(.text+0x23d): undefined reference to `deflateInit_' /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a(c_zlib.o): In function `bio_zlib_ctrl': c_zlib.c:(.text+0x3af): undefined reference to `deflate' c_zlib.c:(.text+0x3e7): undefined reference to `zError' /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a(c_zlib.o): In function `bio_zlib_write': c_zlib.c:(.text+0x66b): undefined reference to `deflateInit_' c_zlib.c:(.text+0x6eb): undefined reference to `deflate' c_zlib.c:(.text+0x715): undefined reference to `zError' /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a(c_zlib.o): In function `bio_zlib_read': c_zlib.c:(.text+0x7d0): undefined reference to `inflateInit_' c_zlib.c:(.text+0x7f5): undefined reference to `inflate' c_zlib.c:(.text+0x820): undefined reference to `zError' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_ac75e] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/libcpprestsdk-v2.10.1/Release/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ac75e/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/libcpprestsdk-v2.10.1/Release/CMakeFiles/CMakeTmp' Source file was: #include int main() { ::SSL_COMP_free_compression_methods(); }