原文:解决 Package test is missing dependencies for the following libraries: libcrypto.so.1.0.0

根据项目要求需要用到openssl这个库,看了看编译环境幸好本身就集成了该库。但在编译openssl的功能时,碰到缺少类库的错误。 Package test is missing dependencies for the following libraries: libcrypto.so. . . 看了看 编译器路径 home sonny Desktop bitmain openwrt stagi ...

2014-11-15 13:55 0 4409 推荐指数:

查看详情

error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared

使用conda 安装samtools,使用samtools报错。说是samtools在使用时要加载libcrypto.so.1.0.0这个文件,但是没找到它,就报错了。 这个错误,我在centOS 7服务器上遇到过,也在win的linux ubuntu子系统下也遇到过。 centOS ...

Sat Oct 10 00:58:00 CST 2020 0 5344
libcrypto.so.1.0.0: no version information available

openssl-1.0.1p源码安装后,依赖于openssl.so库的应用报错libcrypto.so.1.0.0: no version information available解法:1. 创建 /tmp/openssl.ld,如下:OPENSSL_1.0.0 { global ...

Fri Apr 26 00:20:00 CST 2019 0 683
libcrypto.so.1.0.0内容丢失导致sshd无法运行解决方案

libcrypto.so.10丢失导致sshd无法运行解决方案 服务器由于掉电开启系统后无法远程ssh,重启sshd服务弹如下图的错误: /usr/sbin/sshd:error while loading shared libraries: /usr/lib64 ...

Thu Jan 15 21:07:00 CST 2015 0 17198
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM