- 主题:问一个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.*
Ubuntu不是装有Evolution吗?这个算不算啊?
【 在 blkf (冰凉咖啡) 的大作中提到: 】
: checking for sendmail... no
: configure: error: not found
: 没有装邮件软件?
: ...................
--
FROM 222.44.35.*
谢谢!终于可以了
【 在 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.*
是啊
怎么我telnet连不上。。。那岂不是没办法连上了。。。@_@|
【 在 blkf (冰凉咖啡) 的大作中提到: 】
: --enable-ssl 是和 web 相关的吧
: --enable-ssh 去掉是没问题的,生成 bbsd 只能 telnet 而已
: PS:你装的是 Ubuntu desktop 版本吧
: ...................
--
修改:zaviichen FROM 222.44.35.*
FROM 222.44.35.*
我按说明做的啊,
4.1 运行 kbsbbs
cd $(BBSHOME)/bin
./miscd daemon
./bbslogd
./bbsd -p 23
./sshbbsd -p 22
因为没装ssh,所以最后一条没运行,其他的都开了啊 。。。
【 在 JulyClyde (七月|七月流火,天真 热) 的大作中提到: 】
: 你怎么理解的?
--
FROM 222.44.35.*
不好意思,我没表达清楚,我已经把回帖修改过了。
我是说我telnet没连上,
telnet: Unable to connect to remote host: Connection refused
【 在 JulyClyde (七月|七月流火,天真 热) 的大作中提到: 】
: 我问你怎么理解blkf的帖子的!
: 人家说只能telnet,你理解成不能telnet
--
修改:zaviichen FROM 222.44.35.*
FROM 222.44.35.*
error.log:
[2008-08-06 21:03:21 7697 3.error] (unknown user) build sysconf.img
[2008-08-06 21:03:21 7697 3.system] (unknown user) Can't open etc/title file No such file or directory
[2008-08-06 21:03:21 7697 3.system] (unknown user) UCACHE:load uhashgen.dat fail
[2008-08-06 21:03:21 7705 3.error] (unknown user) bbslogd had already been started!
etc/title是做什么用的啊?
【 在 SpiritRain (妖精雨·日月光华同灿烂) 的大作中提到: 】
: miscd是否正常运行?errorlog里有啥错误没?
--
FROM 222.44.35.*
忘了。。。现在可以了,谢谢大家^_^
【 在 atppp (Big Mouse) 的大作中提到: 】
: 没有 make install-home ?
--
FROM 221.130.202.*