原文来自:http://www.laruence.com/2009/11/18/1154.html作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便.一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例的Ma...
分类:
其他好文 时间:
2015-01-13 15:42:22
阅读次数:
348
鉴于自己一直都是在做客户端开发方面的工作,服务端很多知识都随着时间淡忘了,最近有一个计划,用一些时间补一下基础.所以早上很早就起床,花了一点时间大致浏览了一下BSD socket的相关API,然后用GNU C写了一个简单的多线程,阻塞EchoServer.工程的代码倒是不多,就是基于原生API开发,...
分类:
系统相关 时间:
2015-01-10 11:17:12
阅读次数:
509
下载地址:http://imysql.cn/node/654包名:mysql-5.5.41.zipyum安装yuminstallcmake*gcc*gcc-c++*autoconf*automake*zlib*libxml*ncurses-devel*libgcrypt*libtool*安装前的系统设置:Mkdir/usr/local/mysqlMkdir/usr/local/mysql/datagroupaddmysqluseradd-gmysqlmysqlchown-..
分类:
数据库 时间:
2015-01-08 18:13:56
阅读次数:
190
安装eAccelerator:https://github.com/eaccelerator/eaccelerator/Requirementsapache>=1.3,mod_php>=5.1orphpwithfastcgisupportautoconf,automake,libtool,m4CompatibilityeAcceleratorworkswithphpversion5.1andhigher.ItisbeingusedonLinux,FreeBSD,MacOSX,Solarisa..
分类:
其他好文 时间:
2015-01-07 15:14:14
阅读次数:
211
1,下载php包 wget ?http://ar2.php.net/get/php-5.4.36.tar.gz/from/this/mirror 2,安装必要的包 yum -y ?install gcc automake autoconf libtool make yum -y ?install gcc gcc-c++ glibc yum -y ?install...
分类:
Web程序 时间:
2015-01-07 13:25:25
阅读次数:
186
#Linux安装sysbenchyum install gcc autoconf automake libtool -ytar -zxv -f sysbench-0.4.12#mysql源码安装需要指定MySQL的库文件位置 (—with—mysql-includes –with-mysql-lib...
分类:
系统相关 时间:
2015-01-04 15:07:34
阅读次数:
297
---恢复内容开始---1. 安装先安装依赖库yum -y install gcc gcc-c++ automake make pam-devel openldap-devel cyrus-sasl-devel 下载源码包 编译安装wget http://downloads.sourceforge....
分类:
其他好文 时间:
2014-12-27 20:16:20
阅读次数:
374
sudo yum install ncurses-develsudo yum install openssh-clientssudo yum install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-deve...
分类:
其他好文 时间:
2014-12-26 18:10:17
阅读次数:
208
执行automake时报错:[root@localhost project]# automake --add-missingconfigure.in: installing `./install-sh'; error while making link: Operation not supporte...
分类:
其他好文 时间:
2014-12-25 16:12:08
阅读次数:
203
在本文中,将给大家介绍如何使用autoconf和automake两个工具来帮助我们自动地生成符合自由软件惯例的Makefile,这样就可以象常见的GNU程序一样,只要使用“./configure”,“make”,“makeinstall”就可以把程序安装到Linux系统中去了。这将特别适合想做开放源...
分类:
其他好文 时间:
2014-12-17 16:00:27
阅读次数:
351