安装环境: Solaris 9 X86,GCC-3.3.2
安装完后,出现下面问题,是什么原因造成的? 如何解决?? 谢谢:
# telnet localhost
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Error! shmget error! key = x.
Connection to localhost closed by foreign host.
# cat error.log
[03/07 10:35:56 470 3.error] (unknown user) build sysconf.img
[03/07 10:35:56 470 3.system] (unknown user) Can't open etc/titlefile No such file or directory
[03/07 10:35:56 470 3.system] (unknown user) reload bcache!
[03/07 10:40:58 474 4.miscdaemon] (unknown user) flush passwd file
[03/07 10:40:58 474 4.miscdaemon] (unknown user) flush passwd file
[03/07 10:43:27 339 3.error] (unknown user) build sysconf.img
[03/07 10:43:27 339 3.system] (unknown user) reload bcache!
#ls -l bbs
# ls -al
total 8232
drwxr-x--- 19 bbs bbs 1024 Mar 7 10:43 .
drwxr-xr-x 5 root root 512 Mar 7 10:22 ..
-rw-r----- 1 bbs bbs 230400 Mar 7 10:35 .BOARDS
-rw-r----- 1 bbs other 4080000 Mar 7 10:40 .PASSWDS
drwxr-x--- 4 bbs bbs 512 Mar 7 10:26 0Announce
-rwxr-x--- 1 bbs bbs 18009 Mar 7 10:26 COPYING
-rw------- 1 bbs other 0 Mar 7 10:35 UTMP
-rwxr-x--- 1 bbs bbs 13 Mar 7 10:26 Version.Info
-rwxr-x--- 1 bbs bbs 33 Mar 7 10:26 Welcome
-rw------- 1 bbs other 0 Mar 7 10:43 bcache.lock
drwxr-x--- 2 bbs bbs 1536 Mar 7 10:26 bin
drwxr-x--- 3 bbs bbs 512 Mar 7 10:26 boards
-rw-r----- 1 bbs other 0 Mar 7 10:36 boardusage.log
drwxr-x--- 2 bbs bbs 512 Mar 7 10:26 cache
-rw-r----- 1 bbs other 0 Mar 7 10:36 debug.log
-rwxr-x--- 1 bbs bbs 42 Mar 7 10:26 dotcshrc
-rwxr-x--- 1 bbs bbs 14 Mar 7 10:26 dotlogin
-rw-r----- 1 bbs other 495 Mar 7 10:43 error.log
drwxr-x--- 4 bbs bbs 1024 Mar 7 10:40 etc
drwxr-x--- 3 bbs bbs 512 Mar 7 10:23 game
drwxr-x--- 2 bbs bbs 512 Mar 7 10:26 help
drwxr-x--- 28 bbs bbs 512 Mar 7 10:26 home
drwxr-x--- 2 bbs bbs 512 Mar 7 10:23 lib
drwxr-x--- 2 bbs bbs 512 Mar 7 10:26 log
drwxr-x--- 28 bbs bbs 512 Mar 7 10:26 mail
drwxr-x--- 2 bbs bbs 512 Mar 7 10:26 reclog
drwxr-x--- 2 bbs bbs 1536 Mar 7 10:23 service
-rw-r----- 1 bbs other 0 Mar 7 10:36 sms.log
-rw-r----- 1 bbs other 14934 Mar 7 10:43 sysconf.img.0
drwxr-x--- 9 bbs bbs 512 Mar 7 10:26 tmp
-rw-r----- 1 bbs other 495 Mar 7 10:43 trace
-rw-r----- 1 bbs bbs 39897 Mar 7 10:26 uhashgen.dat
-rw-r----- 1 bbs other 0 Mar 7 10:36 user.log
-rw-r----- 1 bbs other 326 Mar 7 10:40 usies
drwxr-x--- 2 bbs bbs 512 Mar 7 10:36 var
drwxr-x--- 2 bbs bbs 512 Mar 7 10:26 vote
-rw------- 1 bbs other 0 Mar 7 10:35 www_guest.lock
drwxr-x--- 2 bbs bbs 512 Mar 7 10:26 xml
MAKE过程中出现很多警告信息,下面是其中一部分:
announce.c:221: warning: subscript has type `char'
announce.c: In function `a_select_path':
announce.c:304: warning: implicit declaration of function `bzero'
announce.c: In function `a_chkbmfrmpath':
announce.c:622: warning: implicit declaration of function `strtok_r'
announce.c:624: warning: assignment makes pointer from integer without a cast
announce.c:629: warning: assignment discards qualifiers from pointer target type
[Compiling sendmsg.c]
[Compiling boards_t.c]
boards_t.c: In function `search_board':
--------------------
./configure --prefix=/export/home0/bbs --enable-site=devel \
--with-www=/usr/local/apache --with-php=/usr/local/include/php \
--with-mysql=/export/home0/mysql --enable-ssl
--
修改:linton FROM 202.193.15.*
FROM 202.193.161.*