本文主要介绍了如何在源码安装mysql5.5,所用系统为CentOS6.5一、安装相应的开发环境yuminstall-yncurses-devel
yuminstall-ylibaio
yuminstall-ybison
yuminstall-ygcc-c++
yuminstall-yopenssl-devel二、安装cmake跨平台编译器#tarxfcmake-2.8.8.tar.gz
#cdcmake-2.8.8
#./bo..
分类:
数据库 时间:
2014-07-26 15:36:15
阅读次数:
356
现象:编译php5.3.24,老是报找不到iconv.h文件,libiconv已经安装了。试了好多次,从一个论坛看到如下解决方案:”iconv是glibc的一部分,应该是没装装glibc-devel“结果:yuminstall-yglibc-devel,再编译,成功了。。
分类:
其他好文 时间:
2014-07-23 21:11:16
阅读次数:
766
yuminstall-ytftp*xinetd"*dhcp*"nfs-utils-*配置DHCP服务器的配置文件[root@localhosttftpboot]#vi/etc/dhcpd.conf#DHCPServerConfigurationfile.#see/usr/share/doc/dhcp*/dhcpd.conf.sample#see‘man5dhcpd.conf‘ddns-update-styleinterim;ignoreclient-updates;filename"/px..
分类:
其他好文 时间:
2014-07-19 02:16:55
阅读次数:
231
1.关闭selinux[root@localhost~]#setenforce02.安装FedoraEPEL[root@localhost~]#yuminstall-yhttp://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm3.安装docker[root@localhost~]#yuminstall-ydocker-io[root@localhost~]#yuminstall-ydocker4.下载官..
分类:
其他好文 时间:
2014-07-18 13:22:38
阅读次数:
232
1、vsftpd安装ip:192.168.20.129Centos6.4-64系统)[root@localhost~]#yuminstall-yvsftpddb4-utils2、配置vsftp[root@localhost~]#mv/etc/vsftpd/vsftpd.conf/etc/vsftpd/vsftpd.conf.bak[root@localhost~]#vim/etc/vsftpd/vsftpd.conflisten=YES
anonymous_enable=NO
dirmess..
分类:
其他好文 时间:
2014-07-17 08:16:06
阅读次数:
305
yuminstall-ygcc-c++patchreadlinereadline-develzlibzlib-devellibyaml-devellibffi-developenssl-develmakebzip2autoconfautomakelibtoolbisoniconv-develyuminstallmysql-devel安装rvmcurl-Lget.rvm.io|bash-sstablesource/etc/profile.d/rvm.shrvm-vsed-i-e‘s/ftp\.ruby-la..
分类:
系统相关 时间:
2014-07-13 15:11:57
阅读次数:
299
进入网页:http://repoforge.org/use/下载rpm包:#wgethttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el5.rf.x86_64.rpm安装rpm包:#rpm-Uvhrpmforge-release-0.5.3-1.el5.rf.x86_64.rpm安装munin:#yuminstall-ymunin-nodemunin-commonmunin将munin目..
分类:
其他好文 时间:
2014-07-08 10:06:52
阅读次数:
237
####yuminstall##yuminstallgccgcc-c++openssl*ntpperl-ExtUtils-CBuilderperl-ExtUtils-MakeMaker-yecho‘exportLC_ALL=C‘>>/etc/profiletail-1/etc/profilesource/etc/profile/usr/sbin/ntpdatepool.ntp.org####installnagios###/usr/sbin/addusernagios-M-s/sbin/nolog..
分类:
移动开发 时间:
2014-07-02 11:31:30
阅读次数:
191
1、环境介绍os:oraclecentos5.9apache:httpd-2.2.3-74.0.1.el5php:php53-5.3.3-13.el5_8mysql:mysql-server-5.0.95-3.el52、安装过程#yuminstall-yhttpd
#servicehttpdstart
#yuminstall-ymysql-server
#servicemysqldstart
#yuminstall-yphp53
#yum-yinstallphp53-mysql3、环..
分类:
其他好文 时间:
2014-06-28 00:24:56
阅读次数:
242
1、安装LAMP与Cacti环境#yuminstall-yhttpdphpphp-mysqlphp-snmpphp-xmlphp-gdmysqlmysql-servergdgd-devel
#tarxfcacti-0.8.8b.tar.gz-C/var/www/html/
#cd/var/www/html/
#mvcacti-0.8.8b/cacti
#useraddcactiuser
#mysql
mysql>createdatabasecactidb;
mysql>grantal..
分类:
其他好文 时间:
2014-06-25 10:15:45
阅读次数:
260