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
[root@10-19-77-130 terarkdb]# make -C rocksdb shared_lib DEBUG_LEVEL=0 snappy is required but can not detected make: Entering directory /root/terarkdb/rocksdb' Makefile:177: *** "/root/terarkdb/rocksdb/build_tools/build_detect_platform failed". Stop. make: Leaving directory /root/terarkdb/rocksdb' [root@10-19-77-130 terarkdb]# rpm -qa|grep snappy snappy-1.1.0-1.el6.x86_64
/root/terarkdb/rocksdb' Makefile:177: *** "/root/terarkdb/rocksdb/build_tools/build_detect_platform failed". Stop. make: Leaving directory
The text was updated successfully, but these errors were encountered:
You should install snappy-devel:
snappy-devel
sudo yum install snappy-devel
Sorry, something went wrong.
EXTRA_CFLAGS='-I/path/to/snappy/include' make xxxx
No branches or pull requests
[root@10-19-77-130 terarkdb]# make -C rocksdb shared_lib DEBUG_LEVEL=0
snappy is required but can not detected
make: Entering directory
/root/terarkdb/rocksdb' Makefile:177: *** "/root/terarkdb/rocksdb/build_tools/build_detect_platform failed". Stop. make: Leaving directory
/root/terarkdb/rocksdb'[root@10-19-77-130 terarkdb]# rpm -qa|grep snappy
snappy-1.1.0-1.el6.x86_64
The text was updated successfully, but these errors were encountered: