./configure + 无限循环
./configure + endless loop
我正在尝试 build/install 在 Centos 7 中使用 LFTP,但无法通过 ./configure 阶段的无限循环。我采取的步骤:
% wget http://lftp.yar.ru/ftp/lftp-4.8.3.tar.gz
% tar xzf lftp-4.8.3.tar.gz
% cd lftp-4.8.3
% ./configure
然后我看到一个无限循环:
Enter y or n, or enter q to quit:
Enter y or n, or enter q to quit:
Enter y or n, or enter q to quit:
任何suggestions/tips赞赏。
我也尝试过在 ./configure 中使用前缀,但这没有用。
./configure --prefix=/home/admin/lftp
正如评论中所讨论的,以下建议帮助 OP 解决了问题:
env -i ./configure
我正在尝试 build/install 在 Centos 7 中使用 LFTP,但无法通过 ./configure 阶段的无限循环。我采取的步骤:
% wget http://lftp.yar.ru/ftp/lftp-4.8.3.tar.gz
% tar xzf lftp-4.8.3.tar.gz
% cd lftp-4.8.3
% ./configure
然后我看到一个无限循环:
Enter y or n, or enter q to quit:
Enter y or n, or enter q to quit:
Enter y or n, or enter q to quit:
任何suggestions/tips赞赏。
我也尝试过在 ./configure 中使用前缀,但这没有用。
./configure --prefix=/home/admin/lftp
正如评论中所讨论的,以下建议帮助 OP 解决了问题:
env -i ./configure