Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

168
Views
Compiling Apache 2.4 mod_perl-2.0.11

I have a environment with Apache 2.4.43 compiled manually by the following config:

"./configure" \
"--enable-so" \
"--enable-deflate" \
"--enable-cache" \
"--enable-mem-cache" \
"--enable-rewrite" \
"--enable-ssl" \
"--with-included-apr" \
"--enable-socache-memcache" \
"--with-mpm=prefork" \
"$@"

and now I'm trying to compiling mod_perl-2.0.11 with the following command:

perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs

and I'm getting this error:

Can't locate ExtUtils/Embed.pm in @INC (@INC contains: lib Apache-Test/lib /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5 /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 lib/Apache2/Build.pm line 28.
BEGIN failed--compilation aborted at lib/Apache2/Build.pm line 28.
Compilation failed in require at Makefile.PL line 38.
BEGIN failed--compilation aborted at Makefile.PL line 38.

All perl dependency's are installed and I can't resolve this problem.

The S.O. is CentOS 7.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Ok, After a long search I found that I needed to install one more thing, this was the perl-ExtUtils-Embed, I thought that after installing with cpan all perl dependencies and a lot of perl packages this was already installed. Actually the comment made by choroba sparkled something in my head and I start to search differently until I found a post telling about:

yum install perl-ExtUtils-Embed

after that I could run the perl command:

perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!