apahce+mysql+php+gd+zend install

Install Mysql

#tar zvxf mysql-4.1.15.tar.gz

#mv mysql-4.1.15 mysql
安装Mysql。(
#cd mysql
#./configure --prefix=/data/mysql --with-charset=gbk
      
#make
#make install

#cp support-files/my-medium.cnf /etc/my.cnf
#cd /usr/local/mysql
#bin/mysql_install_db --user=mysql
# chown -R root .
#chown -R mysql var
#chgrp -R mysql .
#bin/mysqld_safe --user=mysql &

mysql给用户授权和增加用户

grant all on *.* to user@"hostip" identified by 'passwd' with grant option

flush privileges

关闭MYSQL

/data/mysql/bin/mysqladmin -u root shutdown

修改mysql用户密码

mysql >use mysql;
mysql> update user set password=password('passwwd') where user='root';
mysql> flush privileges;

Install apache

1.tar zxvf httpd-2.0.50.tar.gz
2.cd httpd-2.0.50
3. ./configure --prefix=/data/apache --enable-module=so
4. make
5. make install

install jpeg
1.tar zxvf jpegsrc.v6b.tar.gz
2. cd jpeg-6b
3. ./configure
4. make
5. mkdir -p /usr/local/man/man1
6. make install
7. make install-lib

install TTF
1. tar zxvf freetype-2.1.9.tar.gz
2. ./configure
3.make
4.make install

install PNG
1. tar zxvf libpng-1.2.5.tar.gz
2. cp scripts/makefile.gcmmx makefile
3.make
4. make install

install GD

1.tar zxvf gd-2.0.28.tar.gz
2. ./configure
3.make
4. make install
5. cp gd.h /usr/local/lib/

install XML
1.tar zxvf libxml2-2.6.11.tar.gz (必须这个版本以上)
2. ./configure
3. make
4. make install


install php5

1.tar zxvf php-5.0.1.tar.gz
2../configure --prefix=/data/php --with-apxs2=/data/apache/bin/apxs
--with-gd --with-jpeg-dir --with-ttf --with-zlib-dir --with-png-dir
--with-mysql=/data/mysql --enable-track-vars
3. make
4. make test
5. make install
6. libtool --finish /data/php
7. chmod 755 /data/apache/modules/libphp5.so
8. cp php.ini-dist /data/php/lib/php.ini


install Zend
1. tar zxvf ZendOptimizer-2.5.3-linux-glibc21-i386.tar.gz
2. cd ZendOptimizer-2.5.3-linux-glibc21
3. install.sh
please issue the dir of php.ini and apache base dir .


modify httpd.conf

add list

vi /data/apache/conf/httpd.conf

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

LoadModule php5_module modules/libphp5.so (system have install automatic)

DirectoryIndex index.php index.html index.htm .var


testing php work

vi info.php
<?phpinfo ()?>


php edit tool !

phpexpert

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/57915/viewspace-846198/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/57915/viewspace-846198/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值