If you run into the following error while compiling nginx from source, follow the steps below:
./configure: error: perl module ExtUtils::Embed is required
Issue the following at shell:
yum install perl-ExtUtils-Embed
That’s it.
If you run into the following error while compiling nginx from source, follow the steps below:
./configure: error: perl module ExtUtils::Embed is required
Issue the following at shell:
yum install perl-ExtUtils-Embed
That’s it.