>> Also: LD_LIBRARY_PATH is a bit fragile. Better is this, so you don't need >> any environment variables: >> >> echo "/usr/local/spidermonkey/lib64" >/etc/ld.so.conf.d/spidermonkey.conf >> ldconfig >> > ok i'll try this first. >
Thank you! The first test passes, now I'll run the rest (with debug logging on).
