Skip to content

Liblzma not linking? #24

Description

@jwlodek

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?

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