Installation refinement for Ubuntu 8.04
---------------------------------------
Key: COUCHDB-88
URL: https://issues.apache.org/jira/browse/COUCHDB-88
Project: CouchDB
Issue Type: Improvement
Components: Documentation
Affects Versions: 0.7.2
Environment: Ubuntu Hardy Heron 8.04
Reporter: Jeff Hinrichs
http://incubator.apache.org/couchdb/docs/installation.html
lists the following dependencies:
apt-get install build-essential erlang libicu36 libicu36-dev libmozjs-dev
However, libicu36-dev is no longer valid. It should be libicu-dev, making the
statement:
apt-get install build-essential erlang libicu36 libicu-dev libmozjs-dev
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.