-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
After following the mac os X instructions I got the following error:
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.
make: *** [couchdb/Makefile] Error 1
Which I fixed by doing
export PATH=brew --cellar icu4c
/51.1/bin:$PATH
instead of
export PATH=brew --cellar icu4c
/bin:$PATH
as specified in https://github.com/membase/manifest/blob/master/README.markdown
Metadata
Metadata
Assignees
Labels
No labels