Skip to content

function/symbol 'Osi_getNumCols' not found in library '/usr/local/lib/libCbc.so': Undefined symbol "Osi_getNumCols" #426

Description

@yurivict

Osi_getNumCols exists in the shared lib libCbcSolver instead:

[yuri@yv /usr/ports/math/cbc]$ nm ./work/stage/usr/local/lib/libCbcSolver.so.3.10.13 | grep Osi_getNumCols
000000000007f520 T Osi_getNumCols
[yuri@yv /usr/ports/math/cbc]$ nm ./work/stage/usr/local/lib/libCbc.so.3.10.13 | grep Osi_getNumCols

There is some sort of confusion.

Version: 2.0.0
cbc-2.10.13 (latest release)
Python-3.12
FreeBSD 15.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions