Couchdb installation not working on Mac OSX -


i trying couchdb on mac osx machine per following guide link.

http://guide.couchdb.org/draft/mac.html

i received following errors onscreen.

192-168-182-129:~ andywong$ brew install couchdb warning: seem have osx-gcc-installer installed. homebrew doesn't support osx-gcc-installer. causes many builds fail , unlicensed distribution of old xcode files. please install clt or xcode 5.1.1. ==> downloading https://downloads.sf.net/project/machomebrew/bottles/couchdb-1.6 downloaded: /library/caches/homebrew/couchdb-1.6.1_1.mountain_lion.bottle.tar.gz ==> pouring couchdb-1.6.1_1.mountain_lion.bottle.tar.gz ==> caveats test couchdb run:     curl http://127.0.0.1:5984/  reply should like:     {"couchdb":"welcome","uuid":"....","version":"1.6.1","vendor":{"version":"1.6.1-    1","name":"homebrew"}}  have launchd start couchdb @ login:     ln -sfv /usr/local/opt/couchdb/*.plist ~/library/launchagents load couchdb now:     launchctl load ~/library/launchagents/homebrew.mxcl.couchdb.plist or, if don't want/need launchctl, can run:     couchdb /usr/bin/install_name_tool: object:     /usr/local/cellar/couchdb/1.6.1_1/lib/couchdb/erlang/lib/couch-    1.6.1/priv/lib/couch_icu_driver.so malformed object (unknown load command 8) error: failed fix install names formula built, may encounter issues using or linking other formula against it. ==> summary 🍺  /usr/local/cellar/couchdb/1.6.1_1: 636 files, 16m 192-168-182-129:~ andywong$ couchdb /usr/local/bin/couchdb: line 301: /users/andywong/@@homebrew_prefix@@/opt/erlang/bin/erl:     no such file or directory 

the error pointing line

/usr/local/cellar/couchdb/1.6.1_1/lib/couchdb/erlang/lib/couch-1.6.1/priv/lib/couch_icu_driver.so malformed object (unknown load command 8) 

has seen type of error before? being not compatible spidermonkey library version?

any appreciated!

thanks.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -