|
|
发表于 2005-6-4 16:21:15
|
显示全部楼层
只有浪两个字 愚昧~~~~
我在fc3下就是可以: 为什么在debian中就不可以呢??
- fc3
- [root@localhost bbssrc]# ./configure
- creating cache ./config.cache
- Firebird BBS 3.0 series configure
- $Id: configure,v 1.4 2000/02/20 12:29:17 edwardc Exp $
- ...........................
- ... testing C Compiler ...
- ...........................
- checking for gcc... gcc
- checking whether the C compiler (gcc ) works... yes
- checking whether the C compiler (gcc ) is a cross-compiler... no
- checking whether we are using GNU C... yes
- checking whether gcc accepts -g... yes
- checking for a BSD compatible install... /usr/bin/install -c
- checking for -lcrypt... yes
- checking for -lsocket... no
- checking for -lnsl... yes
- checking for -lbsd... yes
- checking for -lucb... no
- checking for -lrpcsvc... yes
- checking for -ldl... yes
- checking for -ltermcap... yes
- checking for bison... bison -y
- checking for perl... /usr/bin/perl
- checking for sendmail... /usr/sbin/sendmail
- checking libcrypt type ... DES
- ...........................
- ... testing system type ...
- ...........................
- checking host system type... i686-pc-linux-gnu
- checking target system type... i686-pc-linux-gnu
- checking build system type... i686-pc-linux-gnu
- platform type... linux
- ..................................
- Please fill data for your BBS
- ..................................
- Home directory of BBS --> [/root/bbs]
- BBS Source Code directory --> [/root/bbs/bbssrc]
- UID of BBS --> [9999]
- GID of BBS --> [99]
- The ID of your site --> [NoName] simple
- The name of your site --> [?????t?? 3.0] simple
- The domain name of your site --> [some.where.on.earth] 127.0.0.1
- The ip address of your site --> [127.0.0.1] 127.0.0.1
- The Default board of your site, only change it if upgrading
- from old system with different default board --> [sysop] sysop
- Maximum number of users --> [20236]
- Maximum number of boards --> [256]
- Maximum number of on-line users --> [256]
- Show idle time of BBS users ? --> [Y] y
- PLEASE CHOOSE THIS CAREFULLY
- Is libcrypt "DES" correct? --> [Y] y
- ........................................
- updating cache ./config.cache
- creating ./config.status
- creating Makefile
- creating src/Install.sh
- creating include/config.h
- creating include/chat.h
- creating util/innbbsd/Makefile
- creating util/mail2bbs/Makefile
- creating util/local_utl/Makefile
- creating include/site_conf.h
- include/site_conf.h is unchanged
- generating configure.inf
- ........................................................................
- You may review the Makefile now. Then, type 'make' to build your system.
- ........................................................................
- [root@localhost bbssrc]#
复制代码 |
|