Add required libraries for Debian 7#1
Open
harrisonpage wants to merge 1 commit intocouchbase:masterfrom
harrisonpage:patch-1
Open
Add required libraries for Debian 7#1harrisonpage wants to merge 1 commit intocouchbase:masterfrom harrisonpage:patch-1
harrisonpage wants to merge 1 commit intocouchbase:masterfrom
harrisonpage:patch-1
Conversation
Added required libraries to the Debian install README. For a fresh Debian 7.0 install, icu-config, libsnappy-dev, cloog-ppl and libcurl4-openssl-dev are not included. For icu-config, configure fails like so: ``` checking for icu-config... no *** The icu-config script could not be found. Make sure it is *** in your path, and that taglib is properly installed. *** Or see http://ibm.com/software/globalization/icu/ configure: error: Library requirements (ICU) not met. ``` For libsnappy-dev, configure fails like so: ``` checking for libsnappy... no configure: error: Failed to locate snappy-c.h make: *** [couchstore/Makefile] Error 1 ``` For libcurl, configure fails like so: ``` checking for libcurl... no checking if libcurl has CURLOPT_USERNAME... no configure: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel. configure: error: libcurl is required for libconflate make: *** [libconflate/Makefile] Error 1 ``` For cloog-ppl, configure fails like so: ``` libmemcached/protocol/ascii_handler.c: In function 'parse_ascii_key': libmemcached/protocol/ascii_handler.c:16:17: sorry, unimplemented: Graphite loop optimizations can only be used if the libcloog-ppl0 package is installed libmemcached/protocol/ascii_handler.c: In function 'ascii_get_response_handler': libmemcached/protocol/ascii_handler.c:116:1: sorry, unimplemented: Graphite loop optimizations can only be used if the libcloog-ppl0 package is installed make[3]: *** [libmemcached/protocol/libmemcached_libmemcachedprotocol_la-ascii_handler.lo] Error 1 make[3]: Leaving directory `/root/couchbase/libmemcached' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/root/couchbase/libmemcached' make[1]: *** [install] Error 2 make[1]: Leaving directory `/root/couchbase/libmemcached' make: *** [make-install-libmemcached] Error 2 ``` For libv8, configure fails like so: ``` checking for v8.h... no configure: error: Could not find the V8 JavaScript engine library. make: *** [couchdb/Makefile] Error 1 ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added required libraries to the Debian install README. For a fresh Debian 7.0 install, icu-config, libsnappy-dev, cloog-ppl and libcurl4-openssl-dev are not included.
For icu-config, configure fails like so:
For libsnappy-dev, configure fails like so:
For libcurl, configure fails like so:
For cloog-ppl, configure fails like so:
For libv8, configure fails like so: