G-Wan Application Web Server

来源:互联网 发布:八爪鱼数据 登陆问题 编辑:程序博客网 时间:2024/06/05 17:52

http://gwan.ch/

# install Ubuntu 11.04/32 *server* with OpenSSH, boot it up, log in# install header files (sys/socket.h) and development toolssudo aptitude install libc6-dev make# set up G-WAN and try starting itmkdir Devcd Dev/tar xjf ~/gwan_linux.tar.bz2cd gwan/./gwan# Missing dependencies csp/cache1.c:# err: file '/lib/libgcc_s.so.1' not foundlocate libgcc_s.sosudo ln -s i386-linux-gnu/libgcc_s.so.1 /lib/libgcc_s.so.1./gwan# Error parsing /csp/post.c:# #include line 15:# #include /usr/include/sys/socket.h 40:# /usr/include/bits/socket.h:381: include file 'asm/socket.h' not foundlocate socket.h | grep asmsudo ln -s asm-generic /usr/include/asm./gwan# Missing dependencies csp/sqlite.c:# err: undefined symbol 'sqlite3_busy_timeout'cd 0.0.0.0_8080/#0.0.0.0/csp/mv sqlite.c sqlite.c.fixmecd -# and now G-WAN will start up./gwan




原创粉丝点击