Set up gcc environment - 3.3 Checking configuration... Storage 'MySQL, use semaphore for locking' is unavailable because DBD::mysql is not installed on your system Storage 'MySQL, use MySQL for locking' is unavailable because DBD::mysql is not installed on your system Storage 'Oracle' is unavailable because DBD::Oracle is not installed on your system Storage 'Postgres' is unavailable because DBD::Pg is not installed on your system Storage 'Sybase' is unavailable because DBD::Sybase is not installed on your system The following ways to store session are available on your system: - DB_File : DB_File - File : File, use semaphore for locking - FileFile : File, use lockfiles You can now specify the configuration parameters for every storage. Apache::SessionX uses this for testing your system and stores it for later use in your application. You can override these default parameters anytime at runtime. You can change them by rerunning Makefile.PL. If you don't plan to use different storages for session, only say Yes to the one storage you want to use. Would you like to configure DB_File (DB_File)(y/n) [y]FileName []LockDirectory [] Would you like to configure File, use semaphore for locking (File)(y/n) [y]Directory [] Would you like to configure File, use lockfiles (FileFile)(y/n) [y]Directory []LockDirectory [] 1: DB_File (DB_File) 2: File, use semaphore for locking (File) 3: File, use lockfiles (FileFile) Which of the above should be your default store (1-3) []Using FileFile as default Checking if your kit is complete... Looks good Writing Makefile for Apache::SessionX cp SessionX/Manager.pm blib/lib/Apache/SessionX/Manager.pm cp testcount.pl blib/lib/Apache/testcount.pl cp SessionX/Store/File.pm blib/lib/Apache/SessionX/Store/File.pm cp SessionX.pm blib/lib/Apache/SessionX.pm cp SessionX/Config.pm blib/lib/Apache/SessionX/Config.pm cp SessionX/Generate/MD5.pm blib/lib/Apache/SessionX/Generate/MD5.pm Manifying blib/man3/Apache::SessionX.3 Manifying blib/man3/Apache::SessionX::Generate::MD5.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl Cannot require Apache::Session::Store::DB_File (Attempt to reload Apache/Session/Store/DB_File.pm aborted. Compilation failed in require at (eval 8) line 3. ) at blib/lib/Apache/SessionX.pm line 99. ** Testing configuration 'DB_File': DB_File... #00 o Open... ERROR: failed Cannot require Apache::Session::Store::DB_File (Can't locate DB_File.pm in @INC (@INC contains: blib/lib blib/arch /export/home/cpanrun/build/5.10.0/site/lib /export/home/cpanrun/build/5.10.0/lib .) at /export/home/cpanrun/build/5.10.0/site/lib/Apache/Session/Store/DB_File.pm line 14. BEGIN failed--compilation aborted at /export/home/cpanrun/build/5.10.0/site/lib/Apache/Session/Store/DB_File.pm line 14. Compilation failed in require at (eval 6) line 3. ) at blib/lib/Apache/SessionX.pm line 99. #01 s No Args... make: *** [test_dynamic] Error 2