- 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.
- 四時風月繪:國風水墨CG插畫繪畫技法
- Midjourney AI繪畫藝術創(chuàng)作教程:關鍵詞設置、藝術家與風格應用175例
- 微信小程序開發(fā)入門與實踐
- Cinema 4D 2024+AI工具詳解與實戰(zhàn)(視頻微課·全彩版)
- Photoshop CS6中文版基礎培訓教程
- 青少年美育趣味課堂:青少年學攝影修圖
- Adobe創(chuàng)意大學After Effects產品專家認證標準教材(CS6修訂版)
- 剪映視頻后期剪輯零基礎入門到精通
- 邊做邊學:Photoshop CS6數碼藝術照片后期處理教程
- 剪映+Vlog+Premiere短視頻制作從新手到高手
- UG NX12中文版實用教程
- Photoshop海報設計技巧與實戰(zhàn)
- Altium Designer 20 中文版從入門到精通
- .NET 4.0 Generics
- Mobile Web Development