MongoDB 3.0.5错误:符号查找错误:未定义符号:FIPS_mode_set [英] MongoDB 3.0.5 error: symbol lookup error: undefined symbol: FIPS_mode_set

查看:287
本文介绍了MongoDB 3.0.5错误:符号查找错误:未定义符号:FIPS_mode_set的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在测试MongoDB 3.0.5,并且无法运行./mongod或./mongo,并出现以下错误:

I am testing MongoDB 3.0.5 and am unable to run ./mongod or ./mongo with the following error:

$ ./mongod
./mongod: symbol lookup error: ./mongod: undefined symbol: FIPS_mode_set

我已经安装了libssl.so.0.9.8,这似乎是必需的依赖项.

I have libssl.so.0.9.8 installed, which seems to be the required dependency.

有人知道如何解决此错误吗?

Does anyone know how to resolve this error?

谢谢.

推荐答案

自libcrypto以来,libssl.so.0.9.8似乎与libssl.so.1.0.0(在我的系统上也是必需的)并没有相处.在这种设置下,h仅适用于libss.so.1.0.0.

Seems libssl.so.0.9.8 didn't get along with libssl.so.1.0.0 (which is also required on my system) since libcrypto.h only works for libss.so.1.0.0 with this setup.

我最终创建了几个符号链接,将0.9.8文件指向1.0.0,该文件可以在初步测试中工作(但是不确定这是否会引起问题).如果mongo并没有特别要求0.9.8,而是任何等于或更高的版本,那将是很好的选择.

I ended up creating a couple of symlinks to point 0.9.8 files to 1.0.0, which works in preliminary tests (not sure if that will cause problems down the road though). Would be good if mongo didn't specifically require 0.9.8, but instead any version equal or greater.

这篇关于MongoDB 3.0.5错误:符号查找错误:未定义符号:FIPS_mode_set的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆