How do I install Apache2::Ajax for perl5.10. As far as I can tell, you can't install it using ppm.
I’ve done a lot google searching for a solution, but haven’t found anything.
I’ve downloaded the tar file for the source and have tried the makefile.pl but it keeps giving me errors.
Currently, I'm getting the following error:
Cannot opendir C:\Apache2.2\lib: No such file or directory at D:\Perl\Perl5_10\site\lib/Apache2/Build.pm line 1664.
I believe it thinks my Apache2.2 is installed in “C:\Apache2.2”, but it is really installed at C:\Program Files\Apache Software Foundation\Apache2.2. But, at that location there isn’t a ‘lib’ folder. So, I’m unsure what it is looking.
My perl is installed at d:\perl\perl5_10. I have both CGI::Ajax and ModPerl as well as mod_perl.so.
Any suggestions would be most appreciated.