- 主题:弱问: telnet登陆时"please init shm first"
下次要把这个“很多错误”贴出来
【 在 Fishingsnow (對鏡持柳葉自剖業與孽) 的大作中提到: 】
: make的时候bbslogd.c提示了很多错误就终止了:(
: 【 在 Socrates (Pluto·阳光) 的大作中提到: 】
: : cd local_util
: : make
: : make install
: : $BBSHOME/bin/shminit
: : ...................
--
FROM 220.249.10.36
gdb
【 在 Heny (Heny) 的大作中提到: 】
: 已经在/home/bbssrc/software下make installghthash了,一样 :(
: 在local_utl下make会提示bbslogd.c有很多错误
: 我试着直接在local_utl下make shminit
: 把编译后的shminit拷到/home/bbs/bin/下
: ./shminit提示成功后,再./bbsd 23
: 结果还是不行 还是提示:
: "please init shm first"
: :((
: ...................
--
FROM 220.249.10.36
ghthash版本不对,装0.5.3以上的
【 在 Heny (Heny) 的大作中提到: 】
: [root@HHH local_utl]# make
: gcc -Wall -O2 -mmmx -msse -mcpu=pentium4 -march=pentium4 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -c -g bbslogd.c
: bbslogd.c: In function `bansiteop':
: bbslogd.c:152: too few arguments to function `ght_create'
: bbslogd.c:177: too few arguments to function `ght_create'
: bbslogd.c:182: too many arguments to function `ght_first'
: bbslogd.c:183: too many arguments to function `ght_next'
: bbslogd.c: In function `filter_passerr':
: ...................
--
FROM 220.249.10.36
你这个shminit并没有如你所说成功阿
【 在 Heny (Heny) 的大作中提到: 】
: 3Q
: local_utl下
: make 成功了
: make install也成功了
: 但还是BBS登陆不了,还是提示 "please init shm first"
: [root@HHH bin]# ./shminit
: clear old shm...ok
: creating bcache shm...ok
: ...................
--
FROM 220.249.10.36