Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
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.