FS#27417 - MongoDB expecting older version of boost-libs dependency
Attached to Project:
Pacman
Opened by Edmond Burnett (Phoric) - Friday, 02 December 2011, 22:56 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 03 December 2011, 04:58 GMT
Opened by Edmond Burnett (Phoric) - Friday, 02 December 2011, 22:56 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 03 December 2011, 04:58 GMT
|
Details
Summary and Info:
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. Mirrorlist is up-to-date. Steps to Reproduce: sudo pacman -Syu mongodb |
This task depends upon