-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Not working in snappy compressions #609
Comments
Here link why i think so: fastogt/fastonosql#63 |
You probably built the project without having snappy installed. Snappy is an optional dependency and the build can succeed without it, resulting in a binary that can't compress / decompress data blocks. |
In Cmake i see you looking snappy like: On Windows i have:
On Linux i have:
On MacOSX i have:
here sources: https://github.com/fastogt/fastonosql/blob/master/build/build_env.py#L52 here stackoverflow issue: https://stackoverflow.com/questions/49620421/unable-to-compile-leveldb-with-snappy-support |
Here my fix if you are interesting: fastogt@dd6e5ad |
I couldn't find snappy_compress in |
Hello, i think now master branch not working with snappy compressed data, can you recheck it?
The text was updated successfully, but these errors were encountered: