mongod fails to start with error: mongod: symbol lookup error: mongod: undefined symbol: _ZN7pcrecpp2RE4InitEPKcPKNS_10RE_OptionsE

Posted by Francesco on Ask Ubuntu See other posts from Ask Ubuntu or by Francesco
Published on 2012-08-25T14:09:23Z Indexed on 2012/12/07 5:22 UTC
Read the original article Hit count: 2099

Filed under:
|

I am trying to start mongod but I get

$ mongod
mongod --help for help and startup options
mongod: symbol lookup error: mongod: undefined symbol: _ZN7pcrecpp2RE4InitEPKcPKNS_10RE_OptionsE

Searching on google it seems to be related with libpcre; I tried to install last versions of libpcre3 and libpcre++ but it doesn't work.

MongoDB shell's version (and mongodb-server's version) is 2.0.4. Ubuntu's version is 12.04. libpcre3's version is 8.12-4. libpcre++0's version is 0.9.5-5.1.

Thanks

© Ask Ubuntu or respective owner

Related posts about 12.04

Related posts about mongodb