You are not logged in.

#1 2011-12-02 22:31:14

phoric
Member
From: Seattle, WA
Registered: 2011-10-17
Posts: 22

MongoDB expecting older version of boost-libs [SOLVED]

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

#2 2011-12-02 23:08:27

phoric
Member
From: Seattle, WA
Registered: 2011-10-17
Posts: 22

Re: MongoDB expecting older version of boost-libs [SOLVED]

...and minutes later this appears to be fixed with the release of the 2.0.1-3 build of MongoDB.

Offline

#3 2011-12-02 23:28:12

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: MongoDB expecting older version of boost-libs [SOLVED]

phoric wrote:

...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

#4 2022-12-05 11:54:47

kevinj045
Member
Registered: 2022-12-05
Posts: 6

Re: MongoDB expecting older version of boost-libs [SOLVED]

Offline

#5 2022-12-05 13:34:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,672

Re: MongoDB expecting older version of boost-libs [SOLVED]

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

Board footer

Powered by FluxBB