iriscouch / build-couchdb

Batteries-included CouchDB build system
227 stars 36 forks source link

On Ubuntu-11.10, libssl0.9.8 is required to run couchdb #22

Open marcenuc opened 12 years ago

marcenuc commented 12 years ago

On Ubuntu-11.10, if I uninstall libssl0.9.8 package, couchdb fails to start with the following error:

[error] [<0.93.0>] Unable to load crypto library. Failed with error:
"load_failed, Failed to load NIF library /home/boutique/CouchDB/lib/erlang/lib/crypto-2.0.4/priv/lib/crypto: 'libcrypto.so.0.9.8: cannot open shared object file: No such file or directory'"
OpenSSL might not be installed on this system.

Note that Ubuntu-11.10 uses libssl1.0.0 which is installed as a dependency of libssl-dev.