It looks like you're missing some prerequisites for running Apache::Session. From a quick look, it appears that you'll need Storable, MIME::Base64, and MD5 to run anything, and some others for the more specific Session::* modules (i.e. DBI for Apache::Session::DBI).
Since Session appears to do a terrible job of checking for prereqs, here's a list of everything it appears to need, ever:
[/var/tmp/.cpan/build/Apache-Session-1.53] $ find -type f | xargs tcgr
+ep -e '^use [A-Z](?!.*Session)' * |perl -pe's/[^:]+://' | sort | uniq
use Apache;
use Benchmark;
use CGI;
use Config;
use DB_File;
use DBI;
use ExtUtils::MakeMaker;
use Fcntl;
use Fcntl qw(:flock);
use GDBM_File;
use IPC::Semaphore;
use IPC::SysV qw(IPC_CREAT S_IRWXU SEM_UNDO);
use MD5;
use MIME::Base64;
use Storable qw(nfreeze thaw);
use Symbol;
And hmm, can I use "post here, read here" on PM?
-dlc, who isn't about to mail a copy of a post
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.