文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Web Server Build

Web Server Build

时间:2008-08-20  来源:pch_818

Objective

Build a web server on solaris 8

Package Description

PKG List:

php-5.2.6.tar.gz

httpd-2.2.9.tar.gz

mysql-5.0.67-solaris8-sparc.tar.gz

Description:

For mysql: you must choose mysql-5.0.67-solaris8-sparc.tar.gz not the mysql-5.0.67-solaris8-sparc-64bit.tar.gz though your server is 64bit

For PHP : PHP 4.3.0 or newer version can work well with Apache 2.0

Installation

Apache:

  1. gunzip httpd-2.2.9.tar.gz
  2. tar xvf httpd-2.2.9.tar
  3. cd httpd-2.2.9
  4. ./configure --enable-so #Share modules
  5. make
  6. make install

Mysql:

  1. gunzip mysql-5.0.67-solaris8-sparc.tar.gz
  2. tar xvf mysql-5.0.67-solaris8-sparc.tar
  3. cd mysql-5.0.67-solaris8-sparc
  4. ./configure --prefix=/usr/local/mysql
  5. make
  6. make install

PHP:

  1. gunzip php-5.2.6.tar.gz
  2. tar xvf php-5.2.6.tar
  3. cd php-5.2.6
  4. ./configure --prefix=/usr/local/php \
  5. --with-mysql=/usr/loca/mysql \
  6. --with-apxs2=/usr/local/apache2/bin/apxs \
  7. --with-zlib
  8. make
  9. make install
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载