Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#47435 - MongoDB Fails to start
Attached to Project:
Community Packages
Opened by Pedro Algarvio (s0undt3ch) - Friday, 18 December 2015, 12:12 GMT
Last edited by Felix Yan (felixonmars) - Friday, 18 December 2015, 12:43 GMT
Opened by Pedro Algarvio (s0undt3ch) - Friday, 18 December 2015, 12:12 GMT
Last edited by Felix Yan (felixonmars) - Friday, 18 December 2015, 12:43 GMT
|
DetailsDescription:
Installed mongodb from the community packages and it fails to start. Additional info: * mongodb-3.2.0-1 * default configuration was used Steps to reproduce: Just try to start mongo and you'll get: ● mongodb.service - High-performance, schema-free document-oriented database Loaded: loaded (/usr/lib/systemd/system/mongodb.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sex 2015-12-18 11:56:08 WET; 8min ago Process: 27931 ExecStart=/usr/bin/mongod --quiet --config /etc/mongodb.conf (code=exited, status=127) Main PID: 27931 (code=exited, status=127) Dez 18 11:56:08 arched systemd[1]: Started High-performance, schema-free document-oriented database. Dez 18 11:56:08 arched mongod[27931]: /usr/bin/mongod: symbol lookup error: /usr/bin/mongod: undefined symbol: _ZN5boost15program_options3argB5cxx11E Dez 18 11:56:08 arched systemd[1]: mongodb.service: Main process exited, code=exited, status=127/n/a Dez 18 11:56:08 arched systemd[1]: mongodb.service: Unit entered failed state. Dez 18 11:56:08 arched systemd[1]: mongodb.service: Failed with result 'exit-code' |
This task depends upon
● mongodb.service - High-performance, schema-free document-oriented database
Loaded: loaded (/usr/lib/systemd/system/mongodb.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sex 2015-12-18 12:14:30 WET; 5s ago
Process: 6105 ExecStart=/usr/bin/mongod --quiet --config /etc/mongodb.conf (code=exited, status=127)
Main PID: 6105 (code=exited, status=127)
Dez 18 12:14:30 arched systemd[1]: Started High-performance, schema-free document-oriented database.
Dez 18 12:14:30 arched mongod[6105]: /usr/bin/mongod: symbol lookup error: /usr/bin/mongod: undefined symbol: _ZN7pcrecpp2RE4InitERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKNS_10RE_OptionsE
Dez 18 12:14:30 arched systemd[1]: mongodb.service: Main process exited, code=exited, status=127/n/a
Dez 18 12:14:30 arched systemd[1]: mongodb.service: Unit entered failed state.
Dez 18 12:14:30 arched systemd[1]: mongodb.service: Failed with result 'exit-code'.