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

Liblzma not linking? #24

Open
jwlodek opened this issue Dec 3, 2020 · 0 comments
Open

Liblzma not linking? #24

jwlodek opened this issue Dec 3, 2020 · 0 comments

Comments

@jwlodek
Copy link
Member

jwlodek commented Dec 3, 2020

I have run into an odd issue compiling a driver with ffmpegServer on Debian 8 - I get the following error during linking:

/usr/bin/ld: /eApps/utils/test/support/areaDetector/ffmpegServer/lib/linux-x86_64/libavcodec.a(tiff.o): undefined reference to symbol 'lzma_code@@XZ_5.0'
//lib/x86_64-linux-gnu/liblzma.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
/eApps/utils/test/base/configure/RULES_BUILD:212: recipe for target 'uvcApp' failed

I can fix this by simply adding PROD_SYS_LIBS += lzma under ADCore/ADApp/commonDriverMakefile. I don't recall having this issue in the past, has anyone seen this, and knows how to better resolve it?

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

1 participant