Slowloris で作業していましたが、実行中に次のエラーが発生しました。
[chandan@localhost Downloads]$ ./slowloris.pl localhost
Can't locate IO/Socket/SSL.pm in @INC (
@INC contains: /usr/local/lib64/perl5
/usr/local/share/perl5
/usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl
/usr/lib64/perl5 /usr/share/perl5 .) at ./slowloris.pl line 4.
BEGIN failed--compilation aborted at ./slowloris.pl line 4.
[chandan@localhost Downloads]$
同様のエラーが発生した場合は、RHEL または CentOS オペレーティング システムに Perl-IO-Socket-SSL を インストールすることで修正できます。
yum install perl-IO-Socket-SSL
CentOS 8 の場合は、次の DNF コマンドを使用できます。
dnf install perl-IO-Socket-SSL
これは私にとって役に立ちました。あなたもそう願っています。
「 Centos の @INC で IO/Socket/SSL.pm が見つかりません」についてわかりやすく解説!絶対に観るべきベスト2動画
How to install Apache SSL certificate on CentOS 7 Linux
Ssl installation for Linux Centos






![2021 年に Raspberry Pi Web サーバーをセットアップする方法 [ガイド]](https://i0.wp.com/pcmanabu.com/wp-content/uploads/2019/10/web-server-02-309x198.png?w=1200&resize=1200,0&ssl=1)





