Try:
perl -Mmod_perl\ 999
If this does not work, try:
perl -Mmod_perl2\ 999
The first check for mod_perl, version 999. Since this does not exist, it displays the actual version that you installed, or an error message that cannot be found in @INC. The second does the same, but for mod_perl2.
Example output for me:
> perl -Mmod_perl2 \ 999
Version requiredmod_perl2 version 999 is only version 2.000005. BEGIN failed - compilation canceled.
gpojd
source share