Has anyone tried using Cache::Mmap in mod_perl? I have some virtualhost related data I would like to share amoung the apache children, a quick lookup at cpan.org I find this Cache::Mmap module which seems to fits my need just right.
I have written a perl code to test my design off apache, it works very well, performance is great too, but as soon as I move the code into mod_perl, the script fail and report in error log Can't locate auto/Cache/Mmap/read.al in @INC I have searched google and archieve of mod_perl and perl beginner list without finding any hints. anyone have a clue what I have missed? This is the version of software/library I am using Linux 2.4.26 perl 5.6.1 apahce 1.3.27 mod_perl 1.27 Cache::Mmap 0.81 Many thanks. Tor -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html