sendmail-configure 报错:FilePATH

问题描述

configure 报错:FilePATH

我在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
?
不知道如何解决,求各路大神指教

时间: 2024-11-16 19:02:35

sendmail-configure 报错:FilePATH的相关文章

编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法_php技巧

今天在64位Red Hat Enterprise Linux AS release 4 .7上编译PHP5.2.6出错,mysql是使用的RPM方式安装的,PHP编译代码如下: ./configure --prefix=/usr/local/php --with-mysql --with-apxs2=/usr/local/apache/bin/apxs --with-openssl --with-curl --enable-xml --with-mcrypt --with-ttf --enabl

configure: error: OpenSSL libcrypto not found 报错解决办法

今天安装一个ss代理的时候发生一个报错,./configure提示如下: configure: error: OpenSSL libcrypto not found crypto是是OpenSSL 加密库[lib], 需要openssl-devel包. 解决办法: yum -y install openssl-devel  问题搞定.

初接触云计算,在实验配置Auto-Scale时候,报错You must specify a region. You can also configure you

问题描述 初接触云计算,在实验配置Auto-Scale时候,报错Youmustspecifyaregion.Youcanalsoconfigureyourregionbyrunning"awsconfigure".这个怎么解决?

linux系统下使用snmpset命令始终报错,,,

问题描述 linux系统下使用snmpset命令始终报错,,, [root@localhost 桌面]# snmpset -v2c -c public -On localhost system.sysName.0 s linux Error in packet. Reason: noAccess Failed object: .1.3.6.1.2.1.1.5.0 始终处于这个错误,请各路大神帮帮我,感激不尽,,,,我的conmpd.conf文件是: #######################

泸州属南气矿----配置S2600磁盘阵列报错:There is no master controller.

问题现象:   配置S2600磁盘阵列报错:There is no master controller.   Please input the array controller A IP address: 192.168.8.39 Please input the array controller B IP address: 192.168.8.40   ***** Error: There is no master controller.    = OK: install expectpkg 

安装jpeg.tar.gz的时候报错

make: Nothing to be done for `unix';./libtool: Command not found make: *** [jcapimin.lo] Error 127问题 安装jpeg.tar.gz的时候报错 [root@localhost src]# make ./libtool --mode=compile gcc -O2  -I. -c ./jcapimin.c make: ./libtool: Command not found make: *** [jca

apache 编译报错:undefined reference to `apr_array_clear'

apache 编译报错: modules/http/.libs/libmod_http.a(byterange_filter.o): In function `ap_set_byterange': byterange_filter.c:(.text+0x1201): undefined reference to `apr_array_clear' collect2: ld returned 1 exit status make[1]: *** [httpd] Error 1 make[1]: L

logback access模块和jetty集成,启动jetty报错!!!

问题描述 logback access模块和jetty集成,启动jetty报错!!! 官方资料:http://logback.qos.ch/access.html 配置文件: class=""org.eclipse.jetty.server.handler.ContextHandlerCollection""/> class=""org.eclipse.jetty.server.handler.DefaultHandler"&qu

wmftojpg-svg转jpg报错 2 字节的 UTF-8 序列的字节 2 无效。

问题描述 svg转jpg报错 2 字节的 UTF-8 序列的字节 2 无效. 代码: /** * 将wmf图片转成jpg图片 * * @param filePath * @throws Exception */ public static String wmfToJpg(String wmfPath) throws Exception { File wmf = new File(wmfPath); FileInputStream wmfStream = new FileInputStream(w