码迷,mamicode.com
首页 >  
搜索关键字:源码rpm包 编译安装    ( 6011个结果
源码编译安装mysql5.6
yum -y install gcc gcc-c++ gcc autoconf automake zlib* fiex* libxml* ncurses-devel libmcrypt* libtool-ltdl make cmakegroupadd mysqluseradd -r -g mysql...
分类:数据库   时间:2014-08-15 17:20:59    阅读次数:269
Centos 6.5 配置分离式LAMP平台环境 多服务器编译安装Apache2.4.x PHP5.4.x MariaDB5.5.x
这次LAMP环境才去多服务器方式,apache部署在一台服务器上PHP部署在一台服务器上MariaDB部署在一台服务器上。 测试OS:Centos6.5x86_64 软件版本:apache2.4.xphp5.4.xMariaDB5.5.x 网络环境: [root@LookBack163~]#ifconfigeth0|awk-F‘[:]+‘‘/inetaddr/{print$4}‘ 172.16.41..
分类:数据库   时间:2014-08-15 02:57:58    阅读次数:720
源码编译安装 httpd2.4+MariaDB5.5+php5.4 全新的LAMP
操作环境:http主机,php主机,MariaDB主机,操作系统CentOS6.5x86_64全部安装包组:DevelopmenttoolsServerPlatformDevelopmenthttpeth0IP:172.16.32.11MariaDBeth0IP:172.16.32.10phpeth0IP:172.16.32.12httpd2.4新特性:解释下面安装用到的几个event不再是测试状态,而是可..
分类:数据库   时间:2014-08-15 02:53:18    阅读次数:433
DNS(四)--DNS编译安装
Bind的编译安装大多以tar.gz和tar.bz2打包软件,大多是通过./configure;make;makeinstall来安装的;有的软件是直接make&&makeinstall,我们可以通过./configure——help来查看配置软件的功能;大多软件是提供./configure配置软件的功能的;少数的也没有,如果没有的..
分类:其他好文   时间:2014-08-15 02:46:48    阅读次数:293
ArchLinux简明安装教程
ArchLinux是一个十分优秀的发行版,定制性极高,同时不像Gentoo那样花那么多时间编译。安装ArchLinux无疑是对 Linux发行版架构的一次熟悉和学习。目前,网上的相关教程基本已经过期,同时官方wiki上对于相关软件的搭配也没有仔细的描述。 按照本文的步骤做,最终你将得到一个KDE环境...
分类:系统相关   时间:2014-08-15 01:16:17    阅读次数:407
libpcap
tcpdump官网下载libpcap编译安装(依赖lex, yacc) flex, bisonubuntu下安装额外包 sudo apt-get install libpcap-dev sudo apt-get install libnids-dev sudo apt-get install li....
分类:其他好文   时间:2014-08-14 23:14:46    阅读次数:289
ubuntu 12.04 server 安装nginx
下载源码:wgethttp://nginx.org/download/nginx-1.6.1.tar.gz解压,编译安装./configure./configure:error:theHTTPrewritemodulerequiresthePCRElibrary.Youcaneitherdisablethemodulebyusing--without-http_rewrite_moduleoption,orinstallthePCRElibraryintothesystem,orbui..
分类:其他好文   时间:2014-08-14 20:59:19    阅读次数:388
error while loading shared libraries: lib******: cannot open shared object file: No such file or directory
程序编译成功后,运行时错误:errorwhileloadingsharedlibraries:libevent-2.0.so.5:cannotopensharedobjectfile:Nosuchfileordirectory解决方法:像libevent这种开源库,编译安装后,一般在/usr/loc...
分类:其他好文   时间:2014-08-14 20:23:39    阅读次数:249
centos 6.3 编译安装 nginx +mysql + php
一篇文章是对另一篇文章的整理,作为记录收藏1,配置防火墙,开启80端口、3306端口配置iptables,开启80端口、3306端口vi /etc/sysconfig/iptables-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ...
分类:数据库   时间:2014-08-14 20:12:19    阅读次数:337
数据库工作于独立主机的lamp平台安装实现
实验环境:VM1:192.168.1.134,安装httpd-2.4.10,php-5.4.31VM2:192.168.1.137,安装mariadb-5.5.39一、在虚拟机VM1上编译安装httpd-2.4.101、解决依赖关系的准备工作:#yuminstall-ypcre-devel#yuminstall-ymod_ssl#yumgroupinstall-y"Developmenttools"#yumgroupinstall-y"Se..
分类:数据库   时间:2014-08-14 11:03:18    阅读次数:460
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!