Altera_Forum
Honored Contributor
10 years agoDesign Space Explorer II crashing on Ubuntu 15.10
Design Space Explorer II in Quartus 15.1.1 on Ubuntu 15.10 keeps crashing with following message:
--- Quote Start --- ➜ bin ./quartus_dsew Inconsistency detected by ld.so: dl-close.c: 764: _dl_close: Assertion `map->l_init_called' failed! quartus_dsew: relocation error: /usr/lib/x86_64-linux-gnu/libssl.so: symbol EVP_aes_128_cbc_hmac_sha256, version OPENSSL_1.0.2 not defined in file libcrypto.so.1.0.0 with link time reference --- Quote End --- The libssl.so apparently does contain the EVP_aes_128_cbc_hmac_sha256 function: --- Quote Start --- ➜ bin readelf -s /usr/lib/x86_64-linux-gnu/libssl.so | grep EVP_aes_128_cbc_hmac_sha 37: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EVP_aes_128_cbc_hmac_sha2@OPENSSL_1.0.2 (7) 72: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EVP_aes_128_cbc_hmac_sha1@OPENSSL_1.0.1 (9) --- Quote End --- It crashes a couple of seconds after opening a project. I am using Version 15.1.1 Build 189 12/02/2015 SJ Lite Edition. Has anybody else seen this behavior? I am not sure but I think I have managed to run DSE successfully a couple a months ago, maybe the recent updates to OpenSSL library changed something.