skip to Main Content

rpm dependencies required even though they are there – Nginx

I'm trying to install a customised openresty on a Centos7 VM. sudo rpm -i openresty-1.19.3.1-1.el7.x86_64.rpm However I get this error: perl(Test::Nginx::Socket::Lua) is needed by openresty-1.19.3.1-1.el7.x86_64 perl(Test::Nginx::Socket::Lua::Stream) is needed by openresty-1.19.3.1-1.el7.x86_64 But I already had those dependencies installed with cpan, and…

VIEW QUESTION

malformed header being generated – Apache

I'm working on a windows 10/Apache/dHTML (Perl) platform trying to upload an .HTML file. I have a form that allows me to browse to select the file I want to upload. The form line follows. <FORM encTYPE='multipart/FORM-data' ACTION='uploadx.cgi' NAME='ManMe' METHOD='POST'…

VIEW QUESTION

can't locate language.pm in centos

The below is the error occuring after running ./checksetup.pl Can't locate Locale/Language.pm in @INC (@INC contains: . lib/x86_64-linux-thread-multi lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) I've tried using command sudo yum install liblocale-codes-perl but still facing the same issue.

VIEW QUESTION
Back To Top
Search