Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

RE: Making Apache Sessions

by dchetlin (Friar)
on Oct 25, 2000 at 00:55 UTC ( [id://38215]=note: print w/replies, xml ) Need Help??


in reply to Making Apache Sessions

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

Replies are listed 'Best First'.
RE: RE: Making Apache Sessions
by elwarren (Priest) on Oct 25, 2000 at 01:37 UTC
    Nice command line. Into the bag of tricks you go...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://38215]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found