- 主题:问一个configure时的问题
用的是Ubuntu8.04,在configure时报了一段没有指明的error,其附近的输出是这样的:
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for bison... no
checking for byacc... no
checking for gzgets in -lz... yes
checking for pthread_create in -lpthread... yes
checking for sendmail... no
configure: error: not found
终端输入:./configure --prefix=/home/bbs --enable-site=fb2k-v2 --without-php --without-mysql --enable-ssh --enable-ssl --without-libesmtp
谢谢!
--
FROM 222.44.35.*
装个postfix对付一下
【 在 zaviichen (04ME) 的大作中提到: 】
: 用的是Ubuntu8.04,在configure时报了一段没有指明的error,其附近的输出是这样的:
: checking for g++ option to produce PIC... -fPIC
: checking if g++ PIC flag -fPIC works... yes
: ...................
--
FROM 61.149.195.*
checking for sendmail... no
configure: error: not found
没有装邮件软件?
但是 Linux 系统肯定会装一个的啊,不然无法处理 cron 的信息啊
而且似乎任何一个 MTA 都会模拟出一个 sendmail 的链接
Ubuntu 是不是和 Debian 一样默认装 exim 的啊~
【 在 zaviichen (04ME) 的大作中提到: 】
: 用的是Ubuntu8.04,在configure时报了一段没有指明的error,其附近的输出是这样的:
: checking for g++ option to produce PIC... -fPIC
: checking if g++ PIC flag -fPIC works... yes
: ...................
--
FROM 61.129.42.*
现在ubuntu不太正经
【 在 blkf (冰凉咖啡) 的大作中提到: 】
: checking for sendmail... no
: configure: error: not found
: 没有装邮件软件?
: 但是 Linux 系统肯定会装一个的啊,不然无法处理 cron 的信息啊
: 而且似乎任何一个 MTA 都会模拟出一个 sendmail 的链接
: Ubuntu 是不是和 Debian 一样默认装 exim 的啊~
--
FROM 61.149.195.*
没见过ub默认装exim的
【 在 blkf (冰凉咖啡) 的大作中提到: 】
: checking for sendmail... no
: configure: error: not found
: 没有装邮件软件?
: ...................
--
FROM 211.99.222.*
Ubuntu不是装有Evolution吗?这个算不算啊?
【 在 blkf (冰凉咖啡) 的大作中提到: 】
: checking for sendmail... no
: configure: error: not found
: 没有装邮件软件?
: ...................
--
FROM 222.44.35.*
不算
这是 MUA
whereis sendmail 看看
没有你可以装 sendmail/postfix/qmail/exim 其中之一
【 在 zaviichen (04ME) 的大作中提到: 】
: Ubuntu不是装有Evolution吗?这个算不算啊?
--
FROM 61.129.42.*
谢谢!终于可以了
【 在 blkf (冰凉咖啡) 的大作中提到: 】
: 不算
: 这是 MUA
: whereis sendmail 看看
: ...................
--
FROM 222.44.35.*
在rrdw一下,我在configure时把--enable-ssh --enable-ssl这两个参数去掉了,因为configure时会说找不到sshbbsd,这样的话make就会出错。
但是把他们去掉后肯定不会生成sshbbsd的可执行文件了,这对运行会有很大影响吗?我是新手,@@,请大家指教!
【 在 blkf (冰凉咖啡) 的大作中提到: 】
: 不算
: 这是 MUA
: whereis sendmail 看看
: ...................
--
FROM 222.44.35.*
不会,如果你不需要ssh访问和https访问,反正不影响啥
【 在 zaviichen (04ME) 的大作中提到: 】
: 在rrdw一下,我在configure时把--enable-ssh --enable-ssl这两个参数去掉了,因为configure时会说找不到sshbbsd,这样的话make就会出错。
: 但是把他们去掉后肯定不会生成sshbbsd的可执行文件了,这对运行会有很大影响吗?我是新手,@@,请大家指教!
--
FROM 202.108.12.*