上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 403 下一页
摘要: 001、问题:configure: error: htscodecs submodule files not present. 002、解决方法: git pull git submodule update 阅读全文
posted @ 2022-09-17 15:50 小鲨鱼2018 阅读(178) 评论(0) 推荐(0)
摘要: 001、问题:error: library used but 'RANLIB' is undefined 002、解决方法: apt-get install libtool 参考:https://blog.csdn.net/qq_36393978/article/details/118415300 阅读全文
posted @ 2022-09-17 15:46 小鲨鱼2018 阅读(195) 评论(0) 推荐(0)
摘要: 001、问题:configure: error: liblzma development files not found 002、解决方法: apt-get install liblzma-dev 参考:https://blog.csdn.net/weixin_40640700/article/de 阅读全文
posted @ 2022-09-17 15:33 小鲨鱼2018 阅读(870) 评论(0) 推荐(0)
摘要: 001、问题configure: error: libbzip2 development files not found 002、解决方法: apt-get install libbz2-dev 参考:https://www.yisu.com/ask/5621.html 阅读全文
posted @ 2022-09-17 15:29 小鲨鱼2018 阅读(896) 评论(0) 推荐(0)
摘要: 001、问题:configure: error: curses development files not found 002、解决方法: apt-get install libncurses5-dev 参考:https://blog.csdn.net/cw616729/article/detail 阅读全文
posted @ 2022-09-17 15:20 小鲨鱼2018 阅读(583) 评论(0) 推荐(0)
摘要: 001、问题:configure: error: zlib development files not found 002、解决方法: apt install zlib1g apt install zlib1g-dev 参考:https://www.gylmap.com/110743.html 阅读全文
posted @ 2022-09-17 15:17 小鲨鱼2018 阅读(601) 评论(0) 推荐(0)
摘要: 001、问题 configure: WARNING: S3 support not enabled: requires SSL development files 002、解决方法 apt-get install apache2 apt-get install libssl-dev 参考:https 阅读全文
posted @ 2022-09-17 11:42 小鲨鱼2018 阅读(254) 评论(0) 推荐(0)
摘要: 001、问题 002、解决方法 apt-get install libcurl4-openssl-dev 参考:https://www.manongdao.com/article-2248882.html 阅读全文
posted @ 2022-09-17 11:39 小鲨鱼2018 阅读(271) 评论(0) 推荐(0)
摘要: 001、问题 002、解决方法 root@ubuntu01:/home/software/htscodecs# apt-get install libtool 003、再次执行 root@ubuntu01:/home/software/htscodecs# autoreconf -i 参考:http 阅读全文
posted @ 2022-09-17 09:44 小鲨鱼2018 阅读(157) 评论(0) 推荐(0)
摘要: 001、问题 root@ubuntu01:/home/software/htslib# ./configure ## 编译软件时出现如下报错 002、解决方法 root@ubuntu01:/home/software/htslib# apt install liblzma-dev 参考:https: 阅读全文
posted @ 2022-09-16 23:11 小鲨鱼2018 阅读(309) 评论(0) 推荐(0)
上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 403 下一页