摘要:
001、打开python shell root@ubuntu01:/home/software# python Python 2.7.18 (default, Jul 1 2022, 10:30:50) [GCC 11.2.0] on linux2 Type "help", "copyright", 阅读全文
posted @ 2022-09-17 21:29
小鲨鱼2018
阅读(1380)
评论(0)
推荐(0)
摘要:
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
阅读(272)
评论(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
阅读(158)
评论(0)
推荐(0)