查询的标签:


Freebsd下使用源码安装Apache2+Mysql5+PHP5(2)

标签: , , and

在上一篇文章中,介绍了如何使用源码安装Apache2+Mysql5+PHP5,在安装完成后,还需要进行一些配置才能够使用。
In this lesson, we configure Apache and serve up a PHP page.
This document assumes:

FreeBSD is installed, and you followed the instructions from part 1 of this series
Apache 2.x and PHP 5.x are installed, and you followed the instructions from part 2 of this series.

This document also assumes that:

at least on...

No Comments »

Freebsd下使用源码安装Apache2+Mysql5+PHP5(1)

标签: , , and

虽然Freebsd下提供Ports安装软件的方式,但是由于Unix下常常出现的版本依赖问题,有可能导致安装最新版的软件时出错。不过还好,Freebsd还支持另一种安装软件的方式,那就是源码安装。下面就介绍一种使用源码编译安装Apache2+Mysql5+PHP5以及PHP扩展的方式。
Download Source
Get the latest source for:

Mysql
Apache
PHP

For each application, download the *.tar.gz source file.
No Comments »