You are not logged in.
Pages: 1
Topic closed
Trying to run the latest MongoDB (2.0.1-2) on Arch. Pacman successfully installs MongoDB and version 1.48.0-2 of boost-libs.
However, starting MongoDB server produces error:
$ sudo rc.d start mongodb
/usr/bin/mongod: error while loading shared libraries: libboost_system.so.1.47.0: cannot open shared object file: No such file or directory
So Mongo 2.0.1-2 is expecting 1.47.0 of the libboost dependency, while pacman is installing 1.48.0-2. I've verified my mirrorlist is up-to-date.
Has anyone else worked around this or have a sane solution?
Last edited by phoric (2011-12-02 23:59:19)
Offline
...and minutes later this appears to be fixed with the release of the 2.0.1-3 build of MongoDB.
Offline
...and minutes later this appears to be fixed with the release of the 2.0.1-3 build of MongoDB.
Good stuff!
Please mark your topic as solved.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
https://bbs.archlinux.org/viewtopic.php … 4#p2071944 here having the same issue
Offline
Please don't bump 10 year old solved threads, this kind of compat issue is to be expected with boost libraries and you need to rebuild things against the new lib versions.
Closing.
Offline
Pages: 1
Topic closed