安装最新版 lamp

1  .安装apache2.4

需要下载软件包:

apache2.4.12.tar.gz

apr-1.52.tar.bz2

apr-util-1.5.4.tar.bz2

 tar zxvf httpd-2.4.12.tar.gz
 tar jxf apr-1.5.2.tar.bz2  
 tar jxf apr-util-1.5.4.tar.bz2
 mv apr-1.5.2 httpd-2.4.12/srclib/apr
 mv apr-util-1.5.4 httpd-2.4.12/srclib/apr-util
 cd http-2.4.12
 ./configure --prefix=/usr/local/apache2 --with-included-apr --enable-so --enable-deflate=shared --enable-expires=shared --enable-rewrite=shared --with-pcre
 make 
 make install
 
 #查看版本
   /usr/local/apache/bin/httpd -v

2. 安装php5.6

需要下的软件:

libiconv-1.13.1.tar.gz

php-5.6.11.tar.bz2

#安装libiconv
tar zxf libiconv-1.13.1.tar.gz
cd libiconv-1.13.1
./configure --prefix=/usr/local/libiconv
make && make install

#安装php
tar jxf php-5.6.11.tar.bz2
cd php-5.6.11

./configure --prefix=/usr/local/php5_6  --with-config-file-path=/usr/local/php5_6/etc  --with-apxs2=/usr/local/apache2/bin/apxs --disable-fileinfo --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-iconv=/usr/local/libiconv
--with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-exif --enable-sysvsem --enable-inline-optimization --with-curl --enable-mbregex --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-ftp --with-gettext --enable-soap --disable-ipv6 --disable-debug --enable-opcache    #加速扩展插件

#yum install libxml2-devel openssl-devel curl-devel gd-devel libmcrypt-devel
make && make install

3 . 安装mysql

时间: 2024-12-15 04:27:50

安装最新版 lamp的相关文章

centos7.3安装最新版lamp环境

本篇文章讲解的是centos7.3环境中安装Apache2.4 + MySQL5.7 + PHP7.1.8 一.Apache 1.查看httpd包是否可用yum list | grep httpd 2.安装Apacheyum install httpd 3.配置servernamevi /etc/httpd/conf/httpd.conf修改这行: ServerName localhost:80 4.启动systemctl start httpd 如果启动失败 请注意错误信息 一般来说新安装的软

新版LAMP环境搭建

新版LAMP环境搭建 注意:先安装MySQL和Apache,后安装PHP,因为PHP配置编译的时候需要指定mysql路径和apache路径. 编译安装: httpd-2.4.12.tar.gz +  mysql-5.6.22-linux-glibc2.5-x86_64.tar.gz  +  php-5.4.39.tar.gz + xcache-2.0.0.tar.gz 实验环境:               CentOS 6.5 x86_64 编译安装Apache (1)构建MPM为静态模块 在

linux下安装最新版Subversion 1.8.9

linux下安装最新版subversion,代码: [[email protected] subversion-1.8.9]# ./configure --prefix=/usr/local/subversion \ --with-apxs=/usr/local/apache2/bin/apxs \ --with-apr=/usr/local/apr \ --with-apr-util=/usr/local/apr-util \ --with-openssl --with-zlib \ --en

在Linux上安装最新版java的JDK

之前写过一篇关于MC建服的文章(http://www.cnblogs.com/apollospotatolikett/p/6149042.html),文章中使用的JDK不是最新的版本,当时没有细说如何下载安装最新版本,这次详细的说一下. 在开始下载安装之前,我们先做几个准备工作: 检查系统是否安装了java并显示版本: # java -version 使用以上命令可以显示,如果说找不到即没有安装,可以使用: # sudo apt-get install default-jdk 安装仓库里默认的版

centos7安装最新版git及免密码登录配置

一.安装最新版git (1)安装依赖包 # yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel # yum install  gcc perl-ExtUtils-MakeMaker (2)卸载旧的git版本 # yum remove git (3)查看最新git版本号 登录https://www.kernel.org/pub/software/scm/git/ 当前最新版为2.9.0 (4)下载&解压

在Centos 5.x 或者 6.x 上安装最新版的EPEL(比网易的源更新)

这文章太简单,大家只看我写中文的地方就可以了 Installing RHEL EPEL Repo on Centos 5.x or 6.x How to install RHEL EPEL repository on Centos 5.x or 6.x The following article will describe how to configure a CentOS 5.x-based or Centos 6.x-based system to use Fedora Epel repos

实战安装配置wamp(lamp)服务器环境apache2.2.25+mysql5.6+php5.4------安装Apache服务器

实战安装配置wamp(lamp)服务器环境apache2.2.25+mysql5.6+php5.4 系列 (一) -------安装Apache服务器 安装wamp环境的第一步是安装Apache服务器.下面开始安装步骤图文并茂. 一.双击安装包点“next”进行下一步,然后同意协议(这张图没有截): 二.填写服务器的信息,可以随便填写,我填写的内容如下,然后点击"next": 三.接下来选择安装方式: 选择custom 意思是自己手动配置服务器安装位置以及安装内容,我们选择“custo

海龙-redhat6.x64位系列 yum极速安装最新版rabbitmq及erlang

redhat6.x64位系列 yum极速安装最新版rabbitmq及erlang 简易操作步骤: [注意]:如果网速比较差,可以先源码安装好erlang环境后,设置好系统变量后再使用rpm直接安装rabbitmq即可.网络可以还是建议直接全部yum安装 安装RabbitMQ # rpm -i --nodeps rabbitmq-server-3.6.6-1.e16.noarch.rpm 直接用#rpm -i rabbitmq-server-3.6.6-1.noarch.rpm,会提示缺少erla

LNMP构架-简介与php安装(与lamp不同)

LNMP构架-简介与php安装(与lamp不同) 简介:LNMP=Linux+nginx+MySQL+php和LAMP安装PHP方法有差别,需要开启php-fpm服务,需要添加php-fpm用户 清空之前编译过的php配置(安装过php的) cd /usr/local/src/php-5.6.30 make clean 下载和解压 cd /usr/local/src/ wget http://cn2.php.net/distributions/php-5.6.30.tar.gz tar zxvf