Altera_Forum
Honored Contributor
7 years agoQuartus Prime Lite Edition 17.1 not running in Docker (Linux)
I can install the Software inside docker. But when i start the application, i get this error: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> abc@xrdp_server:/opt/altera_lite/quartus/bin$ ./q...
- 7 years ago
I have followed the solution of https://forums.intel.com/s/question/0D50P00003yyTA4SAM/quartus-failed-to-run-inside-docker-linux?language=en_US
Installed the package libtcmalloc-minimal4:
apt-get install libtcmalloc-minimal4Pre-load the corresponding library:
export LD_PRELOAD=/usr/lib/libtcmalloc_minimal.so.4Now quartus seems to run smoothly 👍