- 论坛徽章:
- 0
|
[求助]linux上架设火鸟BBS系统
我编译可以的。
你可以看到这个画面么?
我的安装环境也是rh9
- [root@simba CONFIG]# ./configure
- creating cache ./config.cache
- ...........................
- ... testing C Compiler ...
- ...........................
- checking for gcc... gcc
- checking whether we are using GNU C... yes
- checking whether gcc accepts -g... yes
- checking for a BSD compatible install... /usr/bin/install -c
- ...........................
- ... testing system type ...
- ...........................
- checking host system type... i686-unknown-linux
- checking target system type... i686-unknown-linux
- checking build system type... i686-unknown-linux
- ..................................
- Please fill data for your BBS
- ..................................
- Home directory of BBS -->; [/home/bbs]
- UID of BBS -->; [9999]
- GID of BBS -->; [99]
- UID of BBS admin -->; [9990]
- The ID of your site -->; [NoName]xxx
- The name of your site -->; [Hibiscus Realm BBS]xxx
- The domain name of your site -->; [some.where.on.earth] xxxxxxxxxx
- The ip address of your site -->; [127.0.0.1] xxxxxxx
- Maximum number of users -->; [20236]
- Maximum number of boards -->; [256]
- Maximum number of on-line users -->; [256]
- Show idle time of BBS users ? -->; [Y]
- ........................................
- updating cache ./config.cache
- creating ./config.status
- creating Makefile
- creating config.h
- creating chat.h
- creating Install.sh
- ........................................................................
- You may review the Makefile now. Then, type 'make' to build your system.
- ........................................................................
复制代码 |
|