Article Title: let PHP support Java classes in Redhat9.0. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
System environment: Redhat 9.0
Apache-1.3.27
Mysql3.23-54a-11
Php-4.32
J2sdk1.4.1 _ 03
Installation configuration: 1. mysql uses the rpm package that comes with redhat9. if you do not describe the installation, jdk installation is also very simple, install jdk in/usr/java/j2sdk1.4.1 _ 03 and set jdk environment parameters in/etc/profile.
2. Compile and install apache
Tar zvxf apache_1.3.27.tar.gz
Cd apache_1.3.27
./Configure? Prefix =/usr/local/apache? Enable-module = so? Enable-shared = max
Make
Make install
3. Compile and install php
Tar zvxf php-4.3.2.tar.gz
Cd php-4.3.2
./Configure? Prefix =/usr/local/php? With-mysql \
-- With-apxs =/usr/local/apache/bin/apxs \
-- With-java =/usr/java/j2sdk1.4.1 _ 03
Make
Make install
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service