[精讚] [會員登入]
153

[Linux] 使用tarball安裝下載PERL的tar檔模組

在Linux下,perl下載的pm模組,不使用cpan的安裝方法

分享此文連結 //n.sfs.tw/16049

分享連結 [Linux] 使用tarball安裝下載PERL的tar檔模組@新精讚
(文章歡迎轉載,務必尊重版權註明連結來源)
2023-01-11 01:22:00 最後編修
2023-01-10 16:36:43 By 張○○
 

自動目錄

有時用 cpan安裝失敗,或許可以採用改用tarball安裝,perl的模組tarball可以去metacpan找

 

1. 下載及解壓tar檔

以實際例子舉例,例如執行某 perl檔時發生以下錯誤:

Can't locate Text/Iconv.pm in @INC (you may need to install the Text::Iconv module) (@INC contains: …)

可以發現Text/Iconv模組不存在,因此到 metacpan的網站,貼上Text/Iconv並搜尋。

清單可能會找到很多的目標,選擇 Text::Iconv 這種多半就是套件本身。

點進去後,左側 Download 下方複製連結網址

並到系統中下載即可

解壓

$ tar zxvf Text-Iconv-1.7.tar.gz

 

 

2. 安裝

進到解壓後的目錄,因為安裝會動到系統目錄,用root權限執行

# cd Text-Iconv-1.7

# perl Makefile.PL

上面的指令如果沒安裝cpan模組的話會出錯,請參看下面錯誤排除

# make

# make install

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Iconv.bs blib/arch/auto/Text/Iconv/Iconv.bs 644
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/lib64/perl5/5.32/auto/Text/Iconv/Iconv.so
Installing /usr/local/lib64/perl5/5.32/Text/Iconv.pm
Installing /usr/local/lib64/perl5/5.32/auto/Text/Iconv/autosplit.ix
Installing /usr/local/share/man/man3/Text::Iconv.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod

 

錯誤排除

1. 下指令 perl Makefile.PL 出現錯誤 Can't locate ExtUtils/MakeMaker.pm in @INC (you may need to install the ExtUtils::MakeMaker module)

解決[1]:

# yum install perl-CPAN

2. make 出現 -bash: make: command not found

解決:

# yum install gcc

3. Can't locate IO/Socket/INET6.pm in @INC (you may need to install the IO::Socket::INET6 module)

解決:

[Centos]

# yum install perl-IO-Socket-INET6 perl-Socket6

[Ubuntu]

# apt-get install -y libio-socket-inet6-perl

4. Can't locate Net/DNS.pm in @INC (you may need to install the Net::DNS module)

解決:

[Centos]

# dnf install perl-Net-DNS

[Ubuntu]

# apt-get install -y libnet-dns-perl

5. Can't locate Text/Iconv.pm in @INC (you may need to install the Text::Iconv module)

[Centos]

上方tarball安裝

[Ubuntu]

# apt-get install libtext-iconv-perl

參考資料

[1] https://blog.xuite.net/tailsice/twblog/204924951-%E7%B7%A8%E8%AD%AF%E5%AE%89%E8%A3%9D%E6%99%82%E5%87%BA%E7%8F%BECan%27t+locate+ExtUtils%2FMakeMaker.pm#

[2] https://zoomadmin.com/HowToInstall/UbuntuPackage/libnet-dns-perl

[3] https://www.devmanuals.net/install/ubuntu/ubuntu-12-04-lts-precise-pangolin/install-libtext-iconv-perl.html

END

你可能感興趣的文章

[Centos7] SSL自簽憑證+APACHE+Selinux SSL的自簽憑證

使用GPG檔案加解密 簡易的檔案加解密方式,可以讓你重要的資料包括文字檔加解密。

[SELINUX] php 呼叫系統程式(使用exec, system等)執行網路服務 這近想透過PHP呼叫系統的程式來執行網路的服務,怎麼測試都失敗…

[Oracle9] 查看磁碟檔案類型、掛載和uuid linux 如何查看掛載的磁碟類型?此文做個整理。

[Rocky9] 安裝SPHINX Search 3 支援中文 新版本的 sphinx 和舊版不同,網路上很多範例和教學是不能用的。此文是安裝和設定方法分享

[Linux] 使用tarball安裝下載PERL的tar檔模組 在Linux下,perl下載的pm模組,不使用cpan的安裝方法

我有話要說

>>

限制:留言最高字數1000字。 限制:未登入訪客,每則留言間隔需超過10分鐘,每日最多5則留言。

訪客留言

[無留言]

隨機好文

談借錢 人借錢時手心向上頭向下,人還錢時手心向下頭向上

UTF-8 BOM (Byte Order Mark) 的問題 在 Michael Kaplan 那看到 Every character has a story #4: U+feff

如何在linux下執行java 原生的java應用程式可以使用簡單的方法在console下面寫出來,適合作簡單的應用

PHP for sphinx 函式庫安裝 PECL/sphinx PHP>= 5.2.2 已經能原生支援 sphinx,可是預設的沒有裝,我們得自己裝才能用

[札記] 2016.7~12月札記 札記,只是札記