Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
preview-10.8-MDEV-25785-openssl3.0 7cd965af9 |
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
|
Attachments
Issue Links
- is caused by
-
MDEV-25785 Add support for OpenSSL 3.0
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Assignee | Sergei Golubchik [ serg ] | Elena Stepanova [ elenst ] |
Assignee | Elena Stepanova [ elenst ] | Sergei Golubchik [ serg ] |
Component/s | Compiling [ 11001 ] | |
Component/s | SSL [ 10112 ] | |
Component/s | Storage Engine - ColumnStore [ 17600 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Key |
|
|
Affects Version/s | N/A [ 14700 ] | |
Workflow | MariaDB v4 [ 161531 ] | MariaDB ColumnStore workflow [ 161546 ] |
Project | MariaDB Server [ 10000 ] | MariaDB ColumnStore [ 10902 ] |
Assignee | Sergei Golubchik [ serg ] |
Assignee | Roman [ drrtuy ] |
Assignee | Roman [ drrtuy ] | Leonid Fedorov [ JIRAUSER48443 ] |
Rank | Ranked higher |
Rank | Ranked higher |
Rank | Ranked lower |
Component/s | Build [ 13518 ] | |
Fix Version/s | 7.1.1 [ 26904 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 22.08.1 [ 28206 ] | |
Fix Version/s | 22.08 [ 26904 ] |
build with OpenSSL 3.0 will be fixed in this PR
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/2274