Revision 346466643634 () - Diff

Link to this snippet: https://friendpaste.com/7KqBEJN7StwYjY8I3zkR9p
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
You have configured Apache CouchDB, time to relax.

Run `make && sudo make install' to install.
OllieG5:CouchDB-0.9.1 ollie$ make dev && utils/run
make all-recursive
Making all in bin
sed -e "s|%ERL%|/opt/local/bin/erl|g" \
-e "s|%ICU_CONFIG%|/opt/local/bin/icu-config|g" \
-e "s|%bindir%|/usr/local/bin|g" \
-e "s|%localerlanglibdir%|/usr/local/lib/couchdb/erlang/lib|g" \
-e "s|%couchdbebindir%|couch-0.9.1/ebin|g" \
-e "s|%mochiwebebindir%|mochiweb-r97/ebin|g" \
-e "s|%ibrowseebindir%|ibrowse-1.4.1/ebin|g" \
-e "s|%defaultini%|default.ini|g" \
-e "s|%localini%|local.ini|g" \
-e "s|%localconfdir%|/usr/local/etc/couchdb|g" \
-e "s|%localstatelogdir%|/usr/local/var/log/couchdb|g" \
-e "s|%localstatelibdir%|/usr/local/var/lib/couchdb|g" \
-e "s|%localstatedir%|/usr/local/var|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|0.9.1|g" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \
couchdb < couchdb.tpl
chmod +x couchdb
sed -e "s|%locallibbindir%|/usr/local/lib/couchdb/bin|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|0.9.1|g" \
-e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" > \
couchjs < couchjs.tpl
chmod +x couchjs
sed -e "s|%locallibbindir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/src/couchdb|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|0.9.1|g" \
-e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" > \
couchjs_dev < couchjs.tpl
chmod +x couchjs_dev
touch couchdb.1
if test -x "/opt/local/bin/help2man"; then \
make -f Makefile couchdb; \
/opt/local/bin/help2man --no-info --help-option="-h" --version-option="-V" \
--name="Apache CouchDB database server" ./couchdb --output couchdb.1; \
fi
make[3]: `couchdb' is up to date.
touch couchjs.1
if test -x "/opt/local/bin/help2man"; then \
make -f Makefile couchjs; \
/opt/local/bin/help2man --no-info --help-option="-h" --version-option="-V" \
--name="Apache CouchDB JavaScript interpreter" ./couchjs --output couchjs.1; \
fi
make[3]: `couchjs' is up to date.
Making all in etc
Making all in couchdb
sed -e "s|%bindir%|/usr/local/bin|g" \
-e "s|%localconfdir%|/usr/local/etc/couchdb|g" \
-e "s|%localdatadir%|/usr/local/share/couchdb|g" \
-e "s|%localstatelibdir%|/usr/local/var/lib/couchdb|g" \
-e "s|%localstatelogdir%|/usr/local/var/log/couchdb|g" \
-e "s|%couchprivlibdir%|/usr/local/lib/couchdb/erlang/lib/couch-0.9.1/priv/lib|g" \
-e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" \
< default.ini.tpl > default.ini
sed -e "s|%bindir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/bin|g" \
-e "s|%localconfdir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/etc/couchdb|g" \
-e "s|%localdatadir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/share|g" \
-e "s|%localstatelibdir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/tmp/lib|g" \
-e "s|%localstatelogdir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/tmp/log|g" \
-e "s|%couchprivlibdir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/src/couchdb/.libs|g" \
-e "s|%couchjs_command_name%|`echo couchjs_dev | sed 's,x,x,'`|g" \
< default.ini.tpl > default_dev.ini
Making all in default
make[3]: Nothing to be done for `all'.
Making all in init
make[3]: Nothing to be done for `all'.
Making all in launchd
make[3]: Nothing to be done for `all'.
Making all in logrotate.d
make[3]: Nothing to be done for `all'.
if test "../build-aux/install-sh -c -d"; then \
../build-aux/install-sh -c -d launchd; \
else \
if test ! -d launchd; then \
mkdir launchd; \
fi \
fi
sed -e "s|%configure_input%|launchd/org.apache.couchdb.plist. Generated from launchd/org.apache.couchdb.plist.tpl by configure.|" \
-e "s|%bindir%|/usr/local/bin|" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|" \
< launchd/org.apache.couchdb.plist.tpl > launchd/org.apache.couchdb.plist
sed -e "s|%localstatelogdir%|/usr/local/var/log/couchdb|g" < logrotate.d/couchdb.tpl > logrotate.d/couchdb
Making all in src/couchdb
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -I/opt/local/include -L/opt/local/lib -g -O2 -MT couch_erl_driver_la-couch_erl_driver.lo -MD -MP -MF .deps/couch_erl_driver_la-couch_erl_driver.Tpo -c -o couch_erl_driver_la-couch_erl_driver.lo `test -f 'couch_erl_driver.c' || echo './'`couch_erl_driver.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -I/opt/local/include -L/opt/local/lib -g -O2 -MT couch_erl_driver_la-couch_erl_driver.lo -MD -MP -MF .deps/couch_erl_driver_la-couch_erl_driver.Tpo -c couch_erl_driver.c -fno-common -DPIC -o .libs/couch_erl_driver_la-couch_erl_driver.o
mv -f .deps/couch_erl_driver_la-couch_erl_driver.Tpo .deps/couch_erl_driver_la-couch_erl_driver.Plo
/bin/sh ../../libtool --tag=CC --mode=link gcc -I/opt/local/include -L/opt/local/lib -g -O2 -module -avoid-version -I/opt/local/include -L/opt/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -lm -o couch_erl_driver.la -rpath /usr/local/lib/couchdb/erlang/lib/couch-0.9.1/priv/lib couch_erl_driver_la-couch_erl_driver.lo -licuuc -licudata -licui18n -ljs -L/usr/local/lib -L/opt/local/lib -lpthread
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/couch_erl_driver.so -bundle .libs/couch_erl_driver_la-couch_erl_driver.o -L/opt/local/lib -L/usr/local/lib -lm -licuuc -licudata -licui18n -ljs -lpthread
libtool: link: dsymutil .libs/couch_erl_driver.so || :
libtool: link: ( cd ".libs" && rm -f "couch_erl_driver.la" && ln -s "../couch_erl_driver.la" "couch_erl_driver.la" )
gcc -DHAVE_CONFIG_H -I. -I../.. -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -I/opt/local/include -g -O2 -MT couchjs-couch_js.o -MD -MP -MF .deps/couchjs-couch_js.Tpo -c -o couchjs-couch_js.o `test -f 'couch_js.c' || echo './'`couch_js.c
mv -f .deps/couchjs-couch_js.Tpo .deps/couchjs-couch_js.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -I/opt/local/include -g -O2 -MT couchjs-curlhelper.o -MD -MP -MF .deps/couchjs-curlhelper.Tpo -c -o couchjs-curlhelper.o `test -f 'curlhelper.c' || echo './'`curlhelper.c
mv -f .deps/couchjs-curlhelper.Tpo .deps/couchjs-curlhelper.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -I/opt/local/include -g -O2 -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -lm -o couchjs couchjs-couch_js.o couchjs-curlhelper.o -lcurl -ljs -L/usr/local/lib -L/opt/local/lib -lpthread
libtool: link: gcc -I/opt/local/include -g -O2 -I/usr/local/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -o couchjs couchjs-couch_js.o couchjs-curlhelper.o -L/usr/local/lib -L/opt/local/lib -lm /opt/local/lib/libcurl.dylib -lz -ljs -lpthread
sed -e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|0.9.1|g" > \
couch.app < couch.app.tpl
chmod +x couch.app
/opt/local/bin/erlc couch_btree.erl;
/opt/local/bin/erlc couch_config.erl;
./couch_config.erl:128: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
./couch_config.erl:133: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
./couch_config.erl:142: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
./couch_config.erl:149: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
/opt/local/bin/erlc couch_config_writer.erl;
./couch_config_writer.erl:37: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
./couch_config_writer.erl:142: Warning: regexp:match/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
./couch_config_writer.erl:158: Warning: regexp:match/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
/opt/local/bin/erlc couch_db.erl;
/opt/local/bin/erlc couch_db_update_notifier.erl;
/opt/local/bin/erlc couch_db_update_notifier_sup.erl;
/opt/local/bin/erlc couch_doc.erl;
/opt/local/bin/erlc couch_event_sup.erl;
/opt/local/bin/erlc couch_external_manager.erl;
/opt/local/bin/erlc couch_external_server.erl;
/opt/local/bin/erlc couch_file.erl;
/opt/local/bin/erlc couch_httpd.erl;
./couch_httpd.erl:195: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
/opt/local/bin/erlc couch_httpd_db.erl;
./couch_httpd_db.erl:319: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
./couch_httpd_db.erl:731: Warning: regexp:match/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
./couch_httpd_db.erl:735: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
./couch_httpd_db.erl:736: Warning: regexp:split/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
/opt/local/bin/erlc couch_httpd_external.erl;
/opt/local/bin/erlc couch_httpd_show.erl;
/opt/local/bin/erlc couch_httpd_view.erl;
/opt/local/bin/erlc couch_httpd_misc_handlers.erl;
/opt/local/bin/erlc couch_httpd_stats_handlers.erl;
/opt/local/bin/erlc couch_key_tree.erl;
/opt/local/bin/erlc couch_log.erl;
./couch_log.erl:121: Warning: regexp:gsub/3: the regexp module is deprecated (will be removed in R15A); use the re module instead
/opt/local/bin/erlc couch_os_process.erl;
/opt/local/bin/erlc couch_query_servers.erl;
/opt/local/bin/erlc couch_ref_counter.erl;
/opt/local/bin/erlc couch_rep.erl;
/opt/local/bin/erlc couch_rep_sup.erl;
/opt/local/bin/erlc couch_server.erl;
./couch_server.erl:96: Warning: regexp:match/2: the regexp module is deprecated (will be removed in R15A); use the re module instead
./couch_server.erl:152: Warning: regexp:parse/1: the regexp module is deprecated (will be removed in R15A); use the re module instead
/opt/local/bin/erlc couch_server_sup.erl;
/opt/local/bin/erlc couch_stats_aggregator.erl;
/opt/local/bin/erlc couch_stats_collector.erl;
/opt/local/bin/erlc couch_stream.erl;
/opt/local/bin/erlc couch_task_status.erl;
/opt/local/bin/erlc couch_util.erl;
./couch_util.erl:231: Warning: list/1 obsolete
/opt/local/bin/erlc couch_view.erl;
/opt/local/bin/erlc couch_view_updater.erl;
/opt/local/bin/erlc couch_view_group.erl;
/opt/local/bin/erlc couch_db_updater.erl;
Making all in src/ibrowse
/opt/local/bin/erlc ibrowse.erl
./ibrowse.erl:499: Warning: integer/1 obsolete
./ibrowse.erl:499: Warning: list/1 obsolete
./ibrowse.erl:500: Warning: integer/1 obsolete
./ibrowse.erl:501: Warning: integer/1 obsolete
./ibrowse.erl:501: Warning: list/1 obsolete
/opt/local/bin/erlc ibrowse_app.erl
/opt/local/bin/erlc ibrowse_http_client.erl
./ibrowse_http_client.erl:720: Warning: list/1 obsolete
./ibrowse_http_client.erl:722: Warning: atom/1 obsolete
./ibrowse_http_client.erl:733: Warning: binary/1 obsolete
./ibrowse_http_client.erl:739: Warning: binary/1 obsolete
./ibrowse_http_client.erl:745: Warning: list/1 obsolete
./ibrowse_http_client.erl:751: Warning: list/1 obsolete
./ibrowse_http_client.erl:841: Warning: integer/1 obsolete
./ibrowse_http_client.erl:1168: Warning: list/1 obsolete
./ibrowse_http_client.erl:1169: Warning: integer/1 obsolete
./ibrowse_http_client.erl:1170: Warning: atom/1 obsolete
/opt/local/bin/erlc ibrowse_lb.erl
/opt/local/bin/erlc ibrowse_lib.erl
./ibrowse_lib.erl:52: Warning: list/1 obsolete
./ibrowse_lib.erl:73: Warning: list/1 obsolete
./ibrowse_lib.erl:180: Warning: list/1 obsolete
./ibrowse_lib.erl:182: Warning: binary/1 obsolete
./ibrowse_lib.erl:200: Warning: list/1 obsolete
./ibrowse_lib.erl:202: Warning: binary/1 obsolete
/opt/local/bin/erlc ibrowse_sup.erl
/opt/local/bin/erlc ibrowse_test.erl
./ibrowse_test.erl:230: Warning: function do_async_req_list/1 is unused
./ibrowse_test.erl:233: Warning: function do_async_req_list/2 is unused
Making all in src/mochiweb
/opt/local/bin/erlc mochifmt.erl
/opt/local/bin/erlc mochifmt_records.erl
/opt/local/bin/erlc mochifmt_std.erl
/opt/local/bin/erlc mochihex.erl
/opt/local/bin/erlc mochijson.erl
/opt/local/bin/erlc mochijson2.erl
/opt/local/bin/erlc mochinum.erl
/opt/local/bin/erlc mochiweb.erl
/opt/local/bin/erlc mochiweb_app.erl
/opt/local/bin/erlc mochiweb_charref.erl
/opt/local/bin/erlc mochiweb_cookies.erl
/opt/local/bin/erlc mochiweb_echo.erl
/opt/local/bin/erlc mochiweb_headers.erl
/opt/local/bin/erlc mochiweb_html.erl
/opt/local/bin/erlc mochiweb_http.erl
/opt/local/bin/erlc mochiweb_multipart.erl
/opt/local/bin/erlc mochiweb_request.erl
/opt/local/bin/erlc mochiweb_response.erl
/opt/local/bin/erlc mochiweb_skel.erl
./mochiweb_skel.erl:32: Warning: regexp:gsub/3: the regexp module is deprecated (will be removed in R15A); use the re module instead
./mochiweb_skel.erl:53: Warning: regexp:gsub/3: the regexp module is deprecated (will be removed in R15A); use the re module instead
/opt/local/bin/erlc mochiweb_socket_server.erl
/opt/local/bin/erlc mochiweb_sup.erl
/opt/local/bin/erlc mochiweb_util.erl
/opt/local/bin/erlc reloader.erl
Making all in share
make[2]: Nothing to be done for `all'.
Making all in test
make[2]: Nothing to be done for `all'.
Making all in var
make[2]: Nothing to be done for `all'.
Making all in utils
sed -e "s|%ERL%|/opt/local/bin/erl|g" \
-e "s|%ICU_CONFIG%|/opt/local/bin/icu-config|g" \
-e "s|%bindir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/bin|g" \
-e "s|%localerlanglibdir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/src|g" \
-e "s|%mochiwebebindir%|mochiweb|g" \
-e "s|%couchdbebindir%|couchdb|g" \
-e "s|%ibrowseebindir%|ibrowse|g" \
-e "s|%defaultini%|default_dev.ini|g" \
-e "s|%localini%|local_dev.ini|g" \
-e "s|%localerlanglibdir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/src|g" \
-e "s|%localconfdir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/etc/couchdb|g" \
-e "s|%localstatelogdir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/tmp/log|g" \
-e "s|%localstatelibdir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/tmp/lib|g" \
-e "s|%localstatedir%|/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/tmp|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|0.9.1|g" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \
run < ../bin/couchdb.tpl
chmod +x run
gzip -9 < AUTHORS > AUTHORS.gz
gzip -9 < BUGS > BUGS.gz
gzip -9 < CHANGES > CHANGES.gz
gzip -9 < NEWS > NEWS.gz
gzip -9 < README > README.gz
gzip -9 < THANKS > THANKS.gz
This command is intended for developers to use;
it creates development ini files as well as a
./tmp structure for development runtime files.
Use ./utils/run to launch CouchDB from the source tree.
mkdir -p ./tmp/lib
mkdir -p ./tmp/log
mkdir -p ./tmp/run
Apache CouchDB 0.9.1 (LogLevel=error) is starting.
{"init terminating in do_boot","dlopen(/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/src/couchdb/.libs/couch_erl_driver.so, 2): Library not loaded: /opt/local/lib/libnspr4.dylib\n Referenced from: /opt/local/lib/nspr/libplds4.dylib\n Reason: image not found"}

Crash dump was written to: erl_crash.dump
init terminating in do_boot (dlopen(/Users/ollie/Documents/Resources/CouchDB/SVN/CouchDB-0.9.1/src/couchdb/.libs/couch_erl_driver.so, 2): Library not loaded: /opt/local/lib/libnspr4.dylib
Referenc
OllieG5:CouchDB-0.9.1 ollie$