Forum Discussion
Altera_Forum
Honored Contributor
8 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 👍
TFisc4
New Contributor
7 years ago- All message in dmesg are older than the command executed.
- "uname -r " is '4.9.0-5-amd64'
However I made a mistake, I am not running on a virtual machine but on lxc.
It seems to come from the flexlm, other people suffered from flexlm issues with docker/lxc/virtual-machine and also on amazon cloud too.