快速业务通道

安装 apache2、mysq5、php5 到 Linux

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-25
ld_safe --user=mysql&
  如出现 Starting mysqld daemon with databases from /usr/local/mysql/data 拥有帝国一切,皆有可能。欢迎访问phome.net
  代表正常启动mysql服务了, 按Ctrl C 跳出
  修改 mysql 的 root 密码
  # /usr/local/mysql/bin/mysqladmin -u root -p password "123456"
  四、安装GD库(让PHP支持GIF,PNG,JPEG)
  a.安装 jpeg6
  建立目录:
  # mkdir -p /usr/local/jpeg6
  # mkdir -p /usr/local/jpeg6/bin
  # mkdir -p /usr/local/jpeg6/lib
  # mkdir -p /usr/local/jpeg6/include
  # mkdir -p /usr/local/jpeg6/man
  # mkdir -p /usr/local/jpeg6/man1
  # mkdir -p /usr/local/jpeg6/man/man1
  # cd /home/xiutuo/software/
  # tar -zvxf jpegsrc.v6b.tar.gz
  # cd jpeg-6b
  # ./configure --prefix=/usr/local/jpeg6/ --enable-shared --enable-static
  # make; make install
  b.安装libpng
  # cd /home/xiutuo/software/
  # tar -zvxf libpng-1.2.8.tar.gz
  # cd libpng-1.2.8
  # cp scripts/makefile.std makefile
  # make; make install
  c.安装 freetype
  # cd /home/xiutuo/software/
  # tar -zvxf freetype-2.1.10.tar.gz
  # cd freetype-2.1.10
  # mkdir -p /usr/local/freetype
  # ./configure --prefix=/usr/local/freetype
  # make;make install
  d.:安装zlib
  # cd /home/xiutuo/software/
  #tar -zxvf zlib-1.2.3.tar.gz
  #cd zlib.1.2.3
  # ./configure
  # make;make install
  e.安装GD库
  # cd /home/xiutuo/software/
  # tar -zvxf gd-2.0.33.tar.gz
  # mkdir -p /usr/local/gd2
  # cd gd-2.0.33
  # ./configure --prefix=/usr/local/gd2 --with-jpeg=/usr/local/jpeg6/
  --with-png=/usr/local/lib/
  --with-zlib=/usr/local/lib/ 拥有帝国一切,皆有可能。欢迎访问phome.net
  --with-freetype=/usr/local/freetype/
  # make; make install
  e.安装Curl库
  # cd /home/xiutuo/software/
  # tar -zxf curl-7.15.0.tar.gz
  # mkdir -p /usr/local/curl
  # ./configure --prefix=/usr/local/curl
  # make; make install
  五、安装php5,php5有libxml2支持!
  a.安装libxml2
  # cd /home/xiutuo/software/
  # tar -zxf libxml2-2.6.19.tar.gz
  # cd libxml2-2.6.19
  # mkdir -p /usr/local/libxml2
  # ./configure --prefix=/usr/local/libxml2
  # make; make install
  b.安装 libxslt(可选安装,你可以不安装)
  # cd /home/xiutuo/software/
  # tar -zxf libxslt-1.1.15.tar.gz
  # mkdir -p /usr/local/libxslt
  # cd libxslt-1.1.15
  # ./configure --prefix=/usr/local/libxslt --with-libxml-prefix=/usr/local/libxml2
  # make; make install
  c.安装php5
  # cd /home/xiutuo/software/
  # tar -zvxf php-5.1.2.tar.gz
  # mkdir -p /usr/local/php
  # cd php-5.05
  # ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs
  --with-mysql=/usr/local/mysql/
  --with-curl=/usr/local/curl --enable-ftp
  --with-libxml-dir=/usr/local/libxml2
  --with-expat-dir=/usr/lib --enable-soap
  --with-xsl=/usr/local/libxs

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号