文章分类 - Linux
Linux相关内容
摘要:先检查看看是否有几个东西 whereis m4 whereis autoconf whereis automake whereis libtool 想成功运行autoreconf命令,这四个东西都要有 如果wget下载不了,可以直接去http://mirrors.kernel.org/gnu/* 这
阅读全文
摘要:Ubuntu上运行shell脚本总是报下面这个错误,在centos下面或者mac里面都没有问题 解决办法:更改默认的dash dpkg-reconfigure dash 这样就调整过来了 原因分析:linux将sh默认指向了dash,而不是bash。
阅读全文