From: Chris N. <pu...@po...> - 2001-02-26 15:57:05
|
At 10:52 -0800 2001.02.25, Mike Gholson wrote: >perl Makefile.PL -- success >make -- success >make install -- success Good. >> Then please test everything out (what you can; especially stuff like >> install-slashsite, slashd, portald, etc.) and report back; if >> it works for >> you, then the fix is just to change PREFIX to something else. >------------------ > >install-slashsite -- fails (see below) > >[root@Fairlady bin]# ./install-slashsite >Can't locate XML/Parser.pm in @INC (@INC >contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 >/usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 >.) at /usr/lib/perl5/site_perl/5.005/i386-linux/Slash/Utility.pm line 36. Is XML::Parser installed? >slashd start -- fails (see below) > >NOT Starting slashd: No /usr/local/slash/slash.sites I believe slash.sites is created when the site is created. If install-slashsite does not create a site, there are no sites for slashd to run against. >No problem. I'm a QA engineer during the week. So, this kind of >testing doesn't bother me. If you need me to do more, please let >me know. Although, I am still very new to slash. :) :) Thanks. It looks like it is all OK, except for the lack of XML::Parser. It could be that when you ran Bundle::Slash, you did not have expat installed, so XML::Parser failed. Re-run the install of Bundle::Slash (it will safely skip anything already installed). See the note in INSTALL about expat. Thanks, -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |