mysql-5.5 for linux源码安装
1.使用Yum安装依赖软件包
# yum install -y gcc gcc-c++ gcc-g77 autoconf automake bison zlib* fiex* libxml* ncurses-devel libmcrypt* libtool-ltdl-devel*
2.安装cmake
# yum instal...
分类:
数据库 时间:
2014-06-24 23:45:46
阅读次数:
260
原因:在编辑php时添加的“–with-mcrypt”选项造成。解决方法:1、如果不需要mcrypt,那么编辑php时去掉该选项,然后再make、make install。2、如果需要mcrypt,那么需要安装libltdllibltdl在libmcrypt软件包中就有,具体过程:#cd /soft...
分类:
Web程序 时间:
2014-06-18 23:29:26
阅读次数:
252
版本:2.6.33.4
发送端 tcp_write_xmit 函数
/* This routine writes packets to the network. It advances the
* send_head. This happens as incoming acks open up the remote
* window for us.
*
* LARGESEND no...
分类:
其他好文 时间:
2014-06-05 04:15:28
阅读次数:
236
linux源码版本linux-3.14,可以从https://www.kernel.org/获取。由于已经有了dom0(fedora19),现在需要安装domU,domU可以用xen源码自带的miniOS,这个os是xen客户机的最小系统,有机会一定安装一下试试。这次我配置安装的是linux。参考x...
分类:
系统相关 时间:
2014-06-03 13:49:58
阅读次数:
394
编译步骤:1.#cdSOURCE_CODE2../configure作用:检测编译环境提供给用户编译配置(通过脚本选项)--help帮助信息--prefix=/usr/local/name安装路径二进制/usr/local/name/bin/usr/local/name/libexec不允许自动执行,只能被其他程序调用执行配置文件/usr/local/name/conf库文件/u..
分类:
其他好文 时间:
2014-05-24 15:51:11
阅读次数:
435
linux的I2C体系结构分为3个组成部分:
(1) I2C核心...
分类:
系统相关 时间:
2014-05-04 09:09:26
阅读次数:
441
linux源码升级内核当前环境:[root@localhost~]#uname-r
2.6.18-348.el5配置流程:1、准备yum库安装g++gcc[root@localhost~]#cat/etc/yum.repos.d/rh_5.9.repo
[rhel-server]
name=Redserver
baseurl=file:///misc/cd/Server
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-..
分类:
系统相关 时间:
2014-05-03 14:40:08
阅读次数:
500
源码安装鸟哥私房菜的xpenguins软件包的问题解决...
分类:
其他好文 时间:
2014-04-30 22:13:39
阅读次数:
288