You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 runldd -r libnd2ReadSDK.so
there is a single undefined symbol warning matching the error above. i've been trying to usestrip
andobjcopy
to remove the offending symbol above, but haven't had much success yet.The text was updated successfully, but these errors were encountered: