Skip to content

ND2 SDK version 3.0 throws OSError loading libnd2ReadSDK.so #14

@stevendbrown

Description

@stevendbrown

if i replace the SDK included with this package with the most recently released SDK, i get the following error:

OSError: /home/sdbrown/.local/lib/python2.7/site-packages/pims_nd2/ND2SDK/linux/libnd2ReadSDK.so: undefined symbol: _ZN20CLxPicBufAPI_PreProc16DistanceFunctionEP9SLxPicBufj

looking at the library with readelf i can see the undefined symbol, and if i run ldd -r libnd2ReadSDK.so there is a single undefined symbol warning matching the error above. i've been trying to use strip and objcopy to remove the offending symbol above, but haven't had much success yet.

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