Precautions for installing MongoDB on Ubuntu 10.04

Source: Internet
Author: User
Tags install mongodb

There are a lot of useful things in Ubuntu 10.04, and so is the well-known MongoDB system.

Related reading: Installing MongoDB on Ubuntu 10.04

As long as sudo apt-get install mongodb should be installed.

However, you may find that it cannot be started after installation.

After searching for some information, we found that:

The main problem is that the file of the software library/usr/lib/libw.js. so is missing.

As long as you have installed Firefox or xulrunner, the path is incorrect.

So it's like this: sudo apt-get install xulrunner-1.9.2

After installation, create a connection.

Ln-s/usr/lib/xulrunner-1.9.2.6/lib1_js. so/usr/lib/lib1_js. so

Try restarting mongodb and you will see that mongodb is correctly started.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.