Page 1 of 1

Corrupt or incomplete installation

Posted: 07 Mar 2018, 02:59
by kundor
After I constructed a 4-dimensional polytope from vertices, I wanted to get its symmetry group, so I tried:

Code: Select all

$GP = linear_symmetries($P);
Then I got the message

Code: Select all

polymake: ERROR: Corrupt or incomplete installation: shared module /usr/lib/polymake/bundled/sympol/lib/common.so missing
The same error occured both with version 3.1-5 from the Ubuntu repositories, and also on shell.polymake.org.

Indeed, the only file in /usr/lib/polymake/bundled/sympol/lib/ is called polytope.so.

Is there a fix for this and, also, is there another way to compute the symmetry group? Thanks!

Re: Corrupt or incomplete installation

Posted: 07 Mar 2018, 04:08
by kundor
It seems that creating a symlink in /usr/lib/polymake/bundled/sympol/lib/ from common.so to polytope.so allows it to work.

Re: Corrupt or incomplete installation

Posted: 07 Mar 2018, 09:32
by gawrilow
Which polymake version are you using? If it's not the recently released 3.2, would you mind migrating to it?