On Thu, Mar 11, 2010 at 04:21:58PM -0500, j d wrote: > All dependences for couchjs show up under that command, are any out-of-date? > > ldd /usr/local/lib/couchdb/bin/couchjs > libm.so.6 => /lib64/libm.so.6 (0x0000003c54c00000)
I was wondering whether any pointed to "not found". It must be that your LD_LIBRARY_PATH environment variable wasn't propagating through erlang to couchjs - setting it permanantly in ldconfig fixed that. B.
