Opened 8 years ago

Closed 8 years ago

#705 closed bug (fixed)

siInit does not accept libSingular.so from Ubuntu package

Reported by: lorenz@… Owned by: hannes
Priority: minor Milestone: 4-1-0 and higher
Component: dontKnow Version: 4-0-1
Keywords: ubuntu, package, libsingular Cc:

Description

In the polymake interface to singular we initialize singular with siInit("/path/to/libSingular.so");, this was from the libsingular howto / example programs.

Usually this works fine, but in the Ubuntu package the library libSingular-4.0.2.so is not marked as executable and I get an error: Bug >>Could not get expanded executable from /usr/lib/libSingular.so"<< at feResource.cc:423 even though this is the correct path (a symlink to the correct library).

If I do chmod +x /usr/lib/libSingular-4.0.2.so the error disappears.

Change History (5)

comment:1 Changed 8 years ago by Oleksandr

Owner: changed from somebody to Oleksandr

package building will change completely for Debian

comment:2 Changed 8 years ago by Oleksandr

Owner: changed from Oleksandr to somebody

comment:3 Changed 8 years ago by ren

Owner: changed from somebody to hannes

comment:4 Changed 8 years ago by hannes

now the existence of the file will be enough (ab23dcda702726a207b05ce2427acc7936ba4cd0)

comment:5 Changed 8 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.