Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Compilation and Construction of Pure Source Code in apache+mysql+php Development Environment under linux (transfer)

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Linux apache+mysql+php development environment pure source code compilation build (turn)[@more@] Record the whole process of apache+mysql+php development environment compiled by source code under fedora core 1

Usually install a server of course, using rpm is the most convenient, do not need to consider too much configuration problems, you can easily get the environment you need. However, the problem of rpm packet correlation is not so easy to solve. Apache,mysql,php these three applications from the source code compilation installation is relatively simple, configuration parameters are not complex, and there are not too many dependencies, compiled from the source code system is also relatively stable, convenient for future patching and upgrading work.

The prerequisite for compilation and installation is that the system has already installed the corresponding compilation tools. Generally, my habit is to select the custom system and only select the development kit when installing the system. All other software packages are not installed. If you have not chosen to install all development tools, you should install at least the following rpm packages

autoconf-2.57-3.noarch.rpm

automake-1.7.8-1.noarch.rpm

binutils-2.14.90.0.6-3.i386.rpm

bison-1.875-5.i386.rpm

byacc-1.9-26.i386.rpm

cpp-3.3.2-1.i386.rpm

flex-2.5.4a-30.i386.rpm

gcc-3.3.2-1.i386.rpm

gcc-c++-3.3.2-1.i386.rpm

glibc-devel-2.3.2-101.i386.rpm

glibc-headers-2.3.2-101.i386.rpm

glibc-kernheaders-2.4-8.36.i386.rpm

libstdc++-devel-3.3.2-1.i386.rpm

m4-1.4.1-14.i386.rpm

Here are the steps

1. mysql installation

Download a target version

tar -xzvf mysql-4.0.xx.tar.gz

cd mysql-4.0.xx

./ configure --prefix=/usr/local/mysql

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report