我在ubuntu上装一个软件时,先运行的 ./configure,checking for 到中间报错:
checking for sendmail ... no
configure:error:
Cannot determine path to sendmail: try option --with-sendmail=PATH
然后我就按照它说的做:
./configure --with-sendmail=PATH
结果中间又报错:
checking sendmail... configure:error:
File PATH is not an executable file
不知道如何解决,求各路大神指教