We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The build seems to be failing because it can't find functions in snappy:
CXX db/db_bench.o CXXLD db_bench /usr/bin/ld: db/db_bench.o: undefined reference to symbol '_ZN6snappy11RawCompressEPKcmPcPm' /usr/local/lib/libsnappy.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[1]: *** [db_bench] Error 1 make: *** [all] Error 2
... but snappy is installed, and is the most-recent version from git:
checking for snappy_compress in -lsnappy... yes checking snappy.h usability... yes checking snappy.h presence... yes checking for snappy.h... yes
The same problem happened when I used a recent snappy ubuntu package.
What am I missing?
The text was updated successfully, but these errors were encountered:
maybe #15 solves your problem
Sorry, something went wrong.
No branches or pull requests
The build seems to be failing because it can't find functions in snappy:
... but snappy is installed, and is the most-recent version from git:
The same problem happened when I used a recent snappy ubuntu package.
What am I missing?
The text was updated successfully, but these errors were encountered: