Install apache1.3.12 + gd1.8.3 + php4.04 + tomcat + sybase11.9.2 + oracle8.1.6 + mysql on RedHat6.2 <br>
<Br>
After reading the installation experience of many online users in php, jsp, sybase, oracle, apache, and other aspects, I found that many of them are repeated and incomplete, based on my long-term summary of the above various types of things, I have referred to relevant documents and articles by netizens, and have personally practiced them, the installation and configuration of apache1.3.12 + gd1.8.3 + php4.04 + tomcat + sybase11.9.2 + oracle8.1.6 + mysql3.22.27 under RedHat6.2 are all provided to you, hoping to help you. <br>
<Br>
Running Environment: P Ⅲ 550 + 256 M + 20G + 530TX Lan + sis6326 8 M + RedHat Linux6.2 <br>
Installation plan: Install sybase in the/sybase directory <br>
Install oracle in the/home/oracle directory <br>
Install gd in the/usr/local directory <br>
Install apache in the/www directory <br>
Tomcat is installed in the/usr/local/jakarta-tomcat directory <br>
Install jdk in the/usr/local/jdk122 directory <br>
<Br>
I. Data Preparation <br>
1、apache_1312.tar.gz <br>
2、php-404.tar.gz <br>
3、jakarta-tomcat.tar.gz <br>
4. sybase11.9.2 package: <br>
Sybase-common-1192-1i386.rpm <br>
Sybase-ase-1192-1i386.rpm <br>
Sybase-monserver-1192-1i386.rpm <br>
Sybase-openclient-1111-1i386.rpm <br>
Sybase-sqlremote-602-1i386.rpm <br>
Sybase-chinese-1192-1i386.rpm <br>
5、oracle8.1.6.tar <br>
6. mysql3.22.27 package: <br>
Mysql-3.22.27-1.i386.rpm <br>
Mysql-devel-3.22.27-1.i386.rpm <br>
Mysql-client-3.22.27-1.i386.rpm <br>
7、jdk1_2_2-linux-i386.tar.gz <br>
Mod-jserv.so <br>
9、gd183.tar.gz <br>
<Br>
II. Environment configuration <br>
1. system installation <br>
Create a directory/www,/sybase, And/home when installing the linux system, and allocate a large space to each of them to store database data and web files. <br>
2. environment variables <br>
Configure the java Runtime Environment Variables for running oracle, tomcat, and java <br>
Log on to the system as a root user <br>
# Vi/etc/profile <br>
Add the following lines <br>
ORACLE_HOME =/home/oracle <br>