Still broken in Ubuntu Lucid, as also reported by JanBrinkmann, rockfx01 and Clint Byrum.
Status "fix released" seems to be wrong, but I don't seem to be able to change it. Could someone change the bug status to "New" or "Confirmed"? ## The bug $ sudo mongod # just for testing, normally use: sudo service mongodb start mongod: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory ## Bypass $ sudo ln -s /usr/lib/xulrunner-1.9.2.12/libmozjs.so /usr/lib/libmozjs.so $ sudo mongod # for testing only Mon Nov 1 15:25:09 Mongo DB : starting : pid = 9901 port = 27017 dbpath = /data/db/ master = 0 slave = 0 32-bit [...] ## Testing $ sudo service mongodb start $ mongo MongoDB shell version: 1.2.2 url: test connecting to: test type "exit" to exit type "help" for help > Thus, Lucid (10.04) seems to have the libmozjs.so bug. The bypass given seems to work. ## Environment $ dpkg --list xulrunner-1.9.2 xulrunner-1.9.2-dev mongodb Gives: mongodb 1:1.2.2-1ubuntu1, xulrunner-1.9.2 1.9.2.12+build1+nobinonly-0ubuntu0.10.04.1, xulrunner-1.9.2-dev 1.9.2.12+build1+nobinonly-0ubuntu0.10.04.1 $ uname -m i686 Could someone change the bug status to "New" or "Confirmed"? Thank you. -- mongo / mongod as packaged can't load libmozjs.so https://bugs.launchpad.net/bugs/557024 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
