On Tue, 14 May 2002, Sherzod B. Ruzmetov wrote: > > Wow, a library passes tests on linux, win and macos and fails > on Solaris :(. The same thing happend with my Config::Simple. > > Why?????? > > It always fails on solaris when it has to access the file. > But I use File::Spec for building pathes, so I am still > clueless why it keeps failing on solaris :-(. > > Can anyone help me out here, plz. I'm really lost and > frustrated :(. > > It is either my test suite, or my CGI::Session::File library. > > Any ideas? > > Sherzod
I tried this on a Solaris 5.8 box I have access to - the db_file.t test was OK, but file.t reported 1..26 ok 1 not ok 2 # Failed test 2 in t/file.t at line 26 Can't call method "id" on an undefined value at t/file.t line 27. In looking a bit through it, it fails in this regard, within new() of Session.pm, on the _init() method, which for a _new_session occurs from trying to call store(). Is there something I could try to help track this down? best regards, randy kobes
