Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17241 Discussions

Design Space Explorer II crashing on Ubuntu 15.10

Altera_Forum
Honored Contributor II
1,840 Views

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.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
840 Views

I've seen errors similar to this when a library used by an application is present but isn't the right version. The library might have been built with settings other than what the application is expecting. 

 

Ubuntu isn't a supported OS for Quartus, but you might search the forums for instructions on how to make it work.
0 Kudos
Altera_Forum
Honored Contributor II
840 Views

@Janco, Did you find a solution? I have a similar problem (ubuntu 3.11.10.12, with the opencl compiler) 

Solutions(for a similar problem) suggested in this tread did not work for me. 

http://www.alteraforum.com/forum/showthread.php?t=47420&highlight=inconsistency+detected+ld.so%3a+dl-close.c%3a+759%3a+_dl_close%3a+assertion+failed!
0 Kudos
Reply