web-dev-qa-db-ja.com

mongodbにxulrunnerをインストールするにはどうすればよいですか?

Mongodbをインストールするために、これらの依存関係をインストールしたいので、このコマンドを実行すると

Sudo apt-get install curl tcsh scons g++ xulrunner-1.9-dev libpcre++-dev libboost-dev libmozjs-dev

この結果をください:

Building dependency tree
Reading state information... Done
Note, selecting 'libmozjs185-dev' instead of 'libmozjs-dev'
g++ is already the newest version.
g++ set to manually installed.
curl is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xulrunner-1.9-dev : Depends: xulrunner-1.9 (>= 1.9.0.19+nobinonly) but it is not going to be installed
E: Broken packages

ソースリストを設定し、更新してインストールしようとしましたが、発生しませんか?

これが私のソースリストです。

deb http://archive.ubuntu.com/ubuntu/ natty main restricted universe
deb-src http://archive.ubuntu.com/ubuntu/ natty main restricted universe

deb http://archive.ubuntu.com/ubuntu/ natty-updates main restricted universe
deb-src http://archive.ubuntu.com/ubuntu/ natty-updates main restricted universe

deb http://security.ubuntu.com/ubuntu natty-security main restricted universe
deb-src http://security.ubuntu.com/ubuntu natty-security main restricted universe

deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib


deb http://security.ubuntu.com/ubuntu hardy-security main

deb http://security.ubuntu.com/ubuntu lucid-security main universe


deb http://ubuntu.mirror.cambrium.nl/ubuntu/ lucid-updates main universe

deb http://ubuntu.mirror.cambrium.nl/ubuntu/ natty main universe

何が問題になる可能性があるかを提案してください、どうすればそれをインストールできますか?

1
Rahul Mehta

xulrunner-1.9-devをインストールしないでください。Jaunty(9.04)以降存在していません。

1
micahg