>[~] # ./get_rom_symbols /home/user/temp/app.xml -s=.bios >Can't locate object method "new" via package "XML::LibXML::SAX" at > XML/SAX/ParserFactory.pm line 43.
Did you bundle XML::LibXML::SAX and all of its binary bits. If so, then maybe you're seeing this issue: The ParserFactory makes no sense in a pre-packaged environment because parser auto-selection is useless (the parser is selected by the packaging stage.) >>Good call sir! I uninstalled XML::Simple to kill *SAX* then explicitly >>installed CPAN XML::Parser then XML::Simple. >>That did the trick. XML::Parser then obviously got pulled in and things >>worked fine. >> >>1 thing that confuses me...why does it fail only when using the executable? >>Why does a standard call w/ perl work i.e. >>perl ./get_rom_symbols.pl /home/user/temp/app.xml -s=.bios >> >>2 final (unrelated) questions : - >>(a) does PAR::Packer depend on a certain version of 5.8 perl? Trying to work >>out why my colleague needed to rebuild perl from scratch - he >> originally had 5.8.0, and then built a new 5.8.8 perl. >>(b) Is http://theoryx5.uwinnipeg.ca/ppms/PAR-Packer.ppd the recommended ppd >>for *any* variant of 5.8 win32 AS perl? (as opposed to just >>5.8.8)? >> >> Thanks! ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
