1、configure: error: No curses/termcap library found网上有的说法是:–with-named-curses-libs=/usr/lib/libncursesw.so.5其实是不对的,虽然能解决configure的错误,但是make的时候会提示错误,正确的做法应该是centos: yum -y install ncurses-develdebian:
vim flushsvn.sh#!/bin/bashcd /wwwFILE=$(find /www -name "*game*")for i in $FILEdocd $isvn updatego build chatsvr.gocd data/rm -rf *done/etc/init.d/chat
安装环境:系统:CentOS release 6.2 (Final)Mysql: mysql-5.1.62.tar.gz http:httpd-2.2.25.tar.gzphp: php-5.4.19.tar.gz前期准备:先将需要的软件包拖到虚拟服务器root上,如下图[root@localhost ~]# unzi
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号