2009/2/17 <[email protected]>: > hi Dermot and all, > > I tried running myApp_server.pl from the root dir (ie. perl > scripts/myApp_server.pl or script/myApp_server.pl) and the same error > message still comes up. > > Also, I did an upgrade of perl from 5.8.8 to 5.8.9 and when I first > ran myApp_server.pl, there was an error that parent.pm was not to be > found. For the moment, I have included a path to parent.pm explicitly > pointing to the copy in perl 5.8.8 . I checked around and it seemed that > parent.pm is not supported by perl 5.8.9. > Any ideas on these two issues? > > > thank you:)
You haven't answered the questions. The error says "Can't locate myAppDB/Listings.pm" Can you find it? You need to install Parent (http://search.cpan.org/~corion/parent-0.221/lib/parent.pm). There is nothing in the docs to say that it won't 5.8.9. You just haven't installed it against that version of your perl binary. You didn't need to install a new perl, just configure your myApp correctly. Good Luck, Dp. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
