Fail when execute .sh file for docker image of Polymake

Discussions on installation issues go here.
yi yao
Posts: 1
Joined: 12 Nov 2024, 14:56

Fail when execute .sh file for docker image of Polymake

Postby yi yao » 12 Nov 2024, 15:23

I want to use the docker image of polymake. https://polymake.org/doku.php/install/dockerimage
Follow the instruction, run the .sh file in WSL2 https://polymake.org/lib/exe/fetch.php/ ... ntainer.sh
but got an error :(

root@MicroStar1:/home/yy# chmod +x polymake-in-container.sh
root@MicroStar1:/home/yy# ./polymake-in-container.sh
Looks like it's the first time you are using polymake with docker
Try to check your access rights to docker...
Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1
You are in the docker group, the default setup should do
latest: Pulling from polymake/nightly
8ee087424735: Pulling fs layer
...
...__________________everything are alright___________________
...
Successfully copied 24.6MB to /home/yy/.polymake/resources/
Welcome to polymake version 4.13
Copyright (c) 1997-2024
Ewgenij Gawrilow, Michael Joswig, and the polymake team
Technische Universität Berlin, Germany
https://polymake.org

This is free software licensed under GPL; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Loading applications now...polymake: ERROR: "/usr/local/share/polymake/perllib/Polymake/Core/CPlusPlus.pm", line 1785: Can't load shared module /usr/local/lib/polymake/lib/common.so: libmongoc-1.0.so.0: cannot open shared object file: No such file or directory

Return to “Installing polymake”