快速业务通道

apache mysql php gd freetds

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-08

1. apache安装: #yum –y install *gcc* //安装gcc环境 #tar –zxvf http-*.tar.gz #cd http-* #./configure –prefix=/usr/local/apache2 –enable-so –enable-rewrite #make && make install 设置开机自动启动 从/usr/local/apache/bin/apachectl 到 /etc/rc.d/init.d/httpd 建立一个符号连接: # ln -s /usr/local/apache/bin/apachectl /etc/rc.d/init.d/httpd 然后在此文件总添加以下几行(大概在文件顶部,约第二行的地方): # chkconfig: 2345 10 90 # description: Activates/Deactivates Apache Web Server ,运行chkconfig把Apache添加到系统的启动服务组里面: # /sbin/chkconfig --del httpd # /sbin/chkconfig --add httpd 编辑/etc/rc.d/rc.local 把/usr/local/apache2/bin/apachectl start 加入进去 2. mysq安装: #tar –zxvf mysql-*.tar.gz #cd msyql-* #useradd –M –s /sbin/nologin mysql #yum –y install libtermcap-devel #./configure –prefix=/usr/local/mysql –with-mysqlduser=mysql #make #make install #cp support-files/my-memdium.cnf /etc/my.cnf # /usr/local/mysql/bin/mysql_install_db --user=mysql # chown -R root:mysql /usr/local/mysql/ #chown –R mysql /usr/local/mysql/var/ #echo “/usr/local/mysql/lib/mysql” >>/etc/ld.so.conf #ldconfig #/usr/local/mysql/bin/mysqld_safe –user=mysql & //启动mysql 开机启动 #cd mysql-* # cp support-files/mysql.server /etc/init.d/mysqld #chmod x /etc/init.d/mysqld #chkconfig –add mysqld #chkconfig mysql on # export PATH=$PATH:/usr/local/mysql/bin/ # echo "PATH=$PATH:/usr/local/mysql/bin/" >> /etc/profile 3. gd安装: 安装ZLIB2 tar -zxvf zlib-1.2.3.tar.gz cd zlib-1.2.3 ./configure –prefix=/usr/local/zlib

################################################# 不要用--prefix自定义安装目录,否则可能会影响后面安装,可能出现的错误: configure: error: zlib not installed ################################################# ################################################# 如果你的机器是64位,并且在安装png时候出现下面错误: /usr/bin/ld: /usr/local/lib/libz.a(compress.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libz.a: could not read symbols: Bad value collect2: ld returned 1 exit status

修补办法(接上面步骤): vi Makefile 找到 CFLAGS=-O3 -DUSE_MMAP 在后面加入-fPIC,即变成CFLAGS=-O3 -DUSE_MMAP -fPIC 接下面步骤 ################################################# make make install 安装JPEG6

################################################# 先建立目录,否则可能会出现类型下面错误: /usr/bin/install -c cjpeg /usr/local/ /jpeg6 /usr/bin/install: cannot create regular file `/usr/local /jpeg6/bin/cjpeg’: No such file or directory make: *** [install] Error 1

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站: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号