Skip to content

p_Procs_FieldZp.so: undefined symbol: omFreeToPageFault #1

@jdemeyer

Description

@jdemeyer

I cannot get the library interface to work (within Sage at least).

Singular version is

                     SINGULAR                                 /
 A Computer Algebra System for Polynomial Computations       /   version 4.1.0
                                                           0<
 by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann     \   Nov 2016
FB Mathematik der Universitaet, D-67653 Kaiserslautern        \

Trying to run a basic Singular command, I get this:

In [1]: from PySingular import RunSingularCommand, InitializeSingular

In [2]: InitializeSingular("usr/local/src/sage-config/local/lib")
Out[2]: True

In [3]: RunSingularCommand( "ring r;" )
// ** Could not find dynamic library: p_Procs_FieldZp.so (path /usr/local/src/sage-config/local/bin/../libexec/singular/MOD:/usr/local/src/sage-config/local/libexec/singular/MOD)
// ** Error message from system: /usr/local/src/sage-config/local/bin/../libexec/singular/MOD/p_Procs_FieldZp.so: undefined symbol: omFreeToPageFault
// ** Singular will work properly, but much slower.
// ** See the INSTALL section in the Singular manual for details.

To be clear: the library /usr/local/src/sage-config/local/libexec/singular/MOD/p_Procs_FieldZp.so does exist, but it contains the unresolved symbol omFreeToPageFault, which is what the error message complains about.

I don't know what the argument to InitializeSingular should be, so I'm just guessing that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions