Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stevendbrown opened this issue Jun 2, 2016 · 1 comment
Open

Comments

@stevendbrown
Copy link

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.

@caspervdw
Copy link
Member

It was on my list to test the new SDK. Are there improvements? I think this issue is something that should be solved by Nikon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants