我在cygwin下执行下面的命令编译安装smthbbs-1.2.2.tar.gz:
tar zxvf smthbbs-1.2.2.tar.gz
cd smthbbs-1.2.2
./configure --prefix=/usr/local/bbs --enable-site=devel \
--disable-www --without-mysql --without-php --enable-ssh --enable-innbbsd
make
make install
make install-home
安装完后,用下面的命令启动:
ipc-daemon2 &
cd /usr/local/bbs/bin
./miscd daemon
./bbslogd
./bbsd -p 23
然后用telnet localhost,结果报错:
Error! shmget error! key = x.
不知道是什么原因,请大家指导一下,谢谢!
cygwin的版本信息是:
1126k 2004/05/26 c:\cygwin\bin\cygwin1.dll
Cygwin DLL version info:
DLL version: 1.5.10
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 116
Shared data: 4
DLL identifier: cygwin1
Mount registry: 2
Cygnus registry name: Cygnus Solutions
Cygwin registry name: Cygwin
Program options name: Program Options
Cygwin mount registry name: mounts v2
Cygdrive flags: cygdrive flags
Cygdrive prefix: cygdrive prefix
Cygdrive default prefix:
Build date: Tue May 25 22:07:00 EDT 2004
CVS tag: cr-0x5e6
Shared id: cygwin1S4
--
FROM 202.108.158.*