It's not possible to execute mongodb from mongodb-server-3.2.4-1.fc25.x86_64 if boost 1.60.0-6.fc25 is installed: $ mongod --fork --logpath /tmp/t/mongod.log --pidfilepath /tmp/t/mongod.pid --dbpath /tmp/t --smallfiles mongod: symbol lookup error: mongod: undefined symbol: _ZNK5boost16re_detail_10600031cpp_regex_traits_implementationIcE17transform_primaryEPKcS4_ Rebuilding mongodb helps. It looks like GCC changed C++ symbol mangling so older mongodb build is not ABI-compatible with newer boost library. See bug #1331983. Please rebuild mongodb package.