[精讚] [會員登入]
504

[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

你可能感興趣的文章

[bc] linux 的計算機 bc 設定小數位數、計算π、次方根 linux 的計算機 bc 設定小數位數、計算π、次方根

安裝網頁套件管理程式 Bower 一個非常棒的Javascript套件管理程式bower,用完愛不釋手。

[Centos7] selinux 修改網頁連線的埠號 想把網頁改到非標準的80埠,在selinux上要如何修改?

[Centos7] 使用網路安裝 Centos7 使用網路來安裝Centos7,雖然這不是什麼新鮮事,但可以省你的磁碟空間或光碟片

EXCEL+phpPgAdmin 使用phpPgAdmin 匯出資料 直接使用phpPgAmin下載資料的方法

[Centos8] 利用nmcli 設定ipv4 位址 Centos7之後修改網路設定變得比較麻煩一點,此篇介紹使用nmcli指令的方法

隨機好文

為什麼要買長達二十年的保單? 為什麼要買長達二十年的保單?找一個可以說服我買二十年保單的理由。

[jQuery] textarea 的取值和給值 HTML 的 TEXTAREA 標籤若要用 jquery 取值,不能使用 .text() 或 .html() ,使用 .

[jQuery] select 元件的取值及給值 html中的元件select,在jquery中要如何使用?

[Win7] 燒錄 iso 檔 在Windows7 中內建燒錄程式,可以直接把檔案拉到光碟機裡,再執行燒錄。

世紀帝國征服者新版本--被遺忘的帝國 世紀帝國征服者新版本--被遺忘的帝國 世紀二代的征服者是精典遊戲中的精典,aofe更好玩...