Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Error: Perl module ExtUtils::Embed is required – Nginx / CentOS 7.3

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.