perl執行時出現錯誤,可能某項元件沒安裝到

執行perl跳出下列錯誤訊息

Can’t locate IO/Socket/SSL.pm in @INC (you may need to install the IO::Socket::S SL module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share /perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/ 5.18 /usr/local/lib/site_perl .) at ./slowloris.pl line 4.
BEGIN failed–compilation aborted at ./slowloris.pl line 4.

 

解決方式,安裝lib-perl

#sudo apt-get install lib-perl*

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *