cmake . -DPLUGIN_COLUMNSTORE=YES -DWITH_SSL=/home/jenkins/openssl-inst -DOPENSSL_SSL_LIBRARY=/home/jenkins/openssl-inst/lib64/libssl.so -DOPENSSL_CRYPTO_LIBRARY=/home/jenkins/openssl-inst/lib64/libcrypto.so
|
|
[ 47%] Linking CXX executable ../../bin/end_to_end_test
|
/usr/bin/ld: ../../lib/libjoblist.so: undefined reference to `EVP_CIPHER_key_length'
|
/usr/bin/ld: ../../lib/libjoblist.so: undefined reference to `EVP_CIPHER_iv_length'
|
/usr/bin/ld: ../../lib/libjoblist.so: undefined reference to `EVP_CIPHER_block_size'
|
collect2: error: ld returned 1 exit status
|
make[2]: *** [storage/columnstore/columnstore/utils/cloudio/CMakeFiles/end_to_end_test.dir/build.make:128: storage/columnstore/columnstore/bin/end_to_end_test] Error 1
|
make[1]: *** [CMakeFiles/Makefile2:7842: storage/columnstore/columnstore/utils/cloudio/CMakeFiles/end_to_end_test.dir/all] Error 2
|
make: *** [Makefile:163: all] Error 2
|