I am using ActivePerl 5.16 on a RHEL 5.9 server. And I've set the PATH variable so the ActivePerl executables will be found first. And now I'm trying to compile mod_perl.so. However, the command perl Makefile.PL MP_APXS=/usr/sbin/apxs
produces:
I have found ExtUtils::Embed 1.3001 at
/opt/ActivePerl-5.16/lib/ExtUtils/Embed.pm
This is probably not the right one for this perl version. Please make sure
there is only one version of this module installed and that it is the one
that comes with this perl version.
If you insist on using the ExtUtils::Embed as is set the environment
variable MP_USE_MY_EXTUTILS_EMBED=1 and try again.
Details: expecting ExtUtils::Embed 1.30 (according to Module::CoreList)
BEGIN failed--compilation aborted at lib/Apache2/Build.pm line 64.
Compilation failed in require at Makefile.PL line 37.
BEGIN failed--compilation aborted at Makefile.PL line 37.
I'm a bit confused about all this... I'm a Perl tyro, I just want to get some software (which is heavily based on Perl) up and running on my server. Any advice?