....本文主要介绍PHP4.03及mysql3.23.9在redhat6.0系统apache1.3.11下的安装。
文中所汲及的软件都可以在本站的软件栏目下载。
....所需软件
·php4.03源程序 C语言代码
·mysql3.23 alpha源程序
·apache 1.3.11源程序
·phpmyadmin_2.0.5 管理MYSQL数据库的最佳工具
第一步 下载所需程序,安装MYSQL3.23程序。
....su为root新建一目录为程序安装的目录如
/server
在server下建目录mysql ,apache,
....将上面3个文件下载到/usr/src/下.
运行如下指令解开文件包
tar -zxvf php-4.0b3.tar.gz
tar -zxvf mysql-3.23.9-alpha.tar.gz
tar -zxvf apache_1.3.11.tar.gz
将phpmyadmin下载到/server下
同样运行
tar -zxvf phpMyAdmin_2.0.5.tar.gz
cd /usr/src/mysql-XXXX
这里XXXX是程序的版本号,下同,系统必需已安装C开发库
·./configure -help
·./configure -prefix=/server/mysql
·make
·make install
·cd /server/mysql/bin
·./mysql_install_db
到这mysql已安装成功
可以运行mysql数据库
/server/mysql/libexec/mysqld &
可以通过数据库查看程序mysqlshow查看数据库当前的状态
/server/mysql/bin/mysqlshow
第二步 安装apache及php4。
.... 如果系统中已有apache运行先关闭此服务
killall httpd
编译apache及php4, 每一个行号为一行
·cd /usr/src/apache_1.3.x
·./configure --prefix=/server/apache
·cd ../php-4.0.x
·./configure --with-mysql=/server/mysql --with-apache=../apache_1.3.x --enable-track-vars
·make
·make install
·cd ../apache_1.3.x
·./configure --prefix=/server/apache --activate-module=src/modules/php4/libphp4.a
·make
·make install
·cd ../php-4.0.x
·cp php.ini-dist /usr/local/lib/php.ini
apache及php4已安装成功下面配置apache及php4
·配置php4
php4的配置文件为/usr/local/lib/php.ini文件
可以用vi 来编辑,如果你安装了MC也可以用MC来编辑

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Notepad++7.3.1
Easy-to-use and free code editor

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.
