求各位幫幫忙最后一步,make編譯報錯
make[2]: *** [htpasswd] 錯誤 1
make[2]: 離開目錄“/root/httpd-2.4.39/support”
make[1]: *** [install-recursive] 錯誤 1
make[1]: 離開目錄“/root/httpd-2.4.39/support”
make: *** [install-recursive] 錯誤 1
make[2]: *** [htpasswd] 錯誤 1
make[2]: 離開目錄“/root/httpd-2.4.39/support”
make[1]: *** [install-recursive] 錯誤 1
make[1]: 離開目錄“/root/httpd-2.4.39/support”
make: *** [install-recursive] 錯誤 1
2019-05-11
舉報
2019-11-27
還有可能是版本的問題,我剛才裝了一個最新的httpd,也出現(xiàn)報錯了。后來改成和老師的httpd版本一致,就沒有問題出現(xiàn)了。
2019-06-22
可能是沒有登錄root賬號,我也遇到了這種情況,登錄下root,然后再執(zhí)行一下make install命令就可以了