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

How to configure and install common systems in CentOS

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

CentOS how to configure the installation of common systems, in view of this problem, this article introduces the corresponding analysis and solutions in detail, hoping to help more partners who want to solve this problem to find an easier way.

CentOS configuration and installation of common systems, so I learned to study the CentOS configuration installation asp.net run, here to you a detailed introduction of the CentOS system application, I hope that you can use the centos asp.net operating environment CentOS configuration installation, configuration system, the development part except * an unselected all selected update system yum-y update.

Install the relevant compiler

Yum install glib2-devel

Yum install gcc

Yum install gcc-c++

Yum install bison

Check if apache is installed

Apachectl

Find the apache installation directory

Which httpd

Delete it

Rm-r / usr/sbin/httpd

Download and install again

Wget http://labs.xiaonei.com/apache-mirror/httpd/httpd-2.2.14.tar.bz2

Tar jxvf httpd-2.2.14.tar.bz2

Cd httpd-2.2.14

. / configure-prefix=/usr/local/apache2-enable-shared=max-enable-module=rewrite-with-apxs2=/usr/local/apache/bin/apxs-enable-module=so

Make

Make install

CentOS configuration installation download install mono

Cd.. /

Wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.4.2.3.tar.bz2

Tar jxvf mono-2.4.2.3.tar.bz2

Cd mono-2.4.2.3

. / configure

Make

Make install

CentOS configuration installation xsp

Cd.. /

Wget http://ftp.novell.com/pub/mono/sources/xsp/xsp-2.4.2.tar.bz2

Tar jxvf xsp-2.4.2.tar.bz2

Cd xsp-2.4.2

. / configure

Export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

Make

Make install

CentOS configuration installation mod_mono

Cd.. /

Wget http://ftp.novell.com/pub/mono/sources/mod_mono/mod_mono-2.4.2.tar.bz2

Tar jxvf mod_mono-2.4.2.tar.bz2

Cd mod_mono-2.4.2

. / configure

Make

Make install

Add 2 lines to the CentOS configuration installation file / usr/local/apache2/mod_mono.conf

MonoServerPath / usr/local/bin/mod-mono-server2-verbose

MonoAutoApplication enabled

Restart apache/usr/local/apache2/bin/apachectl restart after that

Add the test asp.net page and add the read permission to Tag the tag: centos,asp.net,apache,mono,xsp

This is the answer to the common system questions about how to configure and install CentOS. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel for more related knowledge.

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

Servers

Wechat

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

12
Report