- IT Inventory and Resource Management with OCS Inventory NG 1.02
- Barzan
- 230字
- 2021-08-06 17:08:01
Setting up the necessary modules on Linux systems
Besides having a functional AMP stack, our web server needs a few additional modules. These are Perl modules, some of which deal with compression, while others provide extension means (SOAP). Getting these installed requires just a minute's work.
Here's how we can do this using the following commands in yum:
# yum install perl-XML-Simple # yum install perl-Compress-Zlib # yum install perl-DBI # yum install perl-DBD-MySQL # yum install perl-Apache-DBI # yum install perl-Net-IP # yum install perl-SOAP-Lite
We can do the same with APT as well by using the following commands:
# apt-get install libxml-simple-perl # apt-get install libcompress-zlib-perl # apt-get install libdbi-perl # apt-get install libdbd-mysql-perl # apt-get install libapache-dbi-perl # apt-get install libnet-ip-perl # apt-get install libsoap-lite-perl # cpan -i XML::Entities
And in the case of Portage, we run the following emerge
commands:
# emerge dev-perl/XML-Simple # emerge perl-core/IO-Compress # emerge dev-perl/Apache-DBI # emerge dev-perl/Net-IP # emerge dev-perl/SOAP-Lite # emerge app-portage/g-cpan # g-cpan -i XML::Entities
As a final note, it does not matter if some of the modules are already installed. Running the commands just mentioned on either package management system won't do any harm. They will be checked, and if they are found to be present, a warning will be printed on the screen.
The SOAP-related modules are optional. They can be installed when needed later on, too.
- Ext JS 3.0 Cookbook
- Oracle Business Intelligence : The Condensed Guide to Analysis and Reporting
- Procreate繪畫(huà)創(chuàng)作從入門到精通
- 3ds Max 2014從入門到精通
- 中文版AutoCAD 2022基礎(chǔ)教程
- Photoshop CC入門與進(jìn)階
- 碼上學(xué)會(huì):中文版Creo 3.0機(jī)械設(shè)計(jì)全能一本通(雙色版)
- Unity 2020游戲開(kāi)發(fā)快速上手
- CorelDRAW X6核心應(yīng)用案例教程(全彩慕課版)
- Moodle Course Conversion: Beginner's Guide
- Apache JMeter
- 電腦寫(xiě)作與定制五筆(第2版)
- 數(shù)碼攝影修圖師完全手冊(cè)(第2卷)
- 零基礎(chǔ)學(xué)Procreate萌物繪
- Joomla! E/Commerce with VirtueMart