- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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!
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page