Code: Select all
mongod: symbol lookup error: mongod: undefined symbol: _ZNK5boost16re_detail_10630031cpp_regex_traits_implementationIcE17transform_primaryEPKcS4_
Code: Select all
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp: In function 'void mongo::{anonymous}::checkReadAhead(const string&)':
src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp:176:70: error: 'major' was not declared in this scope
string path = str::stream() << "/sys/dev/block/" << major(dev) << ':' << minor(dev)
^
src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp:176:91: error: 'minor' was not declared in this scope
string path = str::stream() << "/sys/dev/block/" << major(dev) << ':' << minor(dev)
^
Compiling build/opt/mongo/db/storage/mmap_v1/repair_database.o
Code: Select all
revdep-rebuild --library 'libstdc++.so.5'
revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
