deepin20 无法启动mongodb
Tofloor
poster avatar
newblue
deepin
2020-10-23 02:59
Author
官方似乎废弃了libcurl3 包,导致mongod服务无法启动

mongod: /lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by mongod)

Reply Favorite View the author
All Replies
prodan
deepin
2020-10-23 03:27
#1
装个docker吧,或者podman吧
Reply View the author
jingle
deepin
2020-10-23 03:29
#2
  1. deepin@deepin:~$ apt-cache search libcurl3
  2. libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour)
  3. libcurl3-gnutls-dbgsym - debug symbols for libcurl3-gnutls
  4. libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour)
  5. libcurl3-nss-dbgsym - debug symbols for libcurl3-nss
  6. libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour)
  7. libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour)
  8. libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)
Copy the Code
Reply View the author
newblue
deepin
2020-10-23 04:11
#3

没有一个包可以替代呀,其中几个还会冲突,痛苦呀
Reply View the author
newblue
deepin
2020-10-23 18:09
#4
已经解决了, mongo 是从15版本升级带过来的,debian的版本也同时升级了,mongo也需要升级到最新版,libcurl4 可替代libcurl3
Reply View the author
chen5903710
deepin
2020-11-08 03:53
#5
newblue
已经解决了, mongo 是从15版本升级带过来的,debian的版本也同时升级了,mongo也需要升级到最新版,libcurl4 可替代libcurl3

怎么解决

Reply View the author
newblue
deepin
2020-11-27 03:29
#6
chen5903710

怎么解决

升级mongo 版本

Reply View the author