From: Chris N. <pu...@po...> - 2001-03-04 23:26:20
|
At 17:11 -0600 2001.03.04, Dan Choate wrote: >Hey, I recently moved my web site from bender back down to the .9 tree, but >now I'm experiencing some errors getting slashd to run. The specific error >is that it cannot find the function getSlashConf(). Can any of you tell me >which module this should be in? You still have the Slash modules installed. These are interfering with your existing Slash.pm for .9 or 1.0. The only module you really need to worry about is Slash.pm, though. Look for it with: perl -MSlash -le 'print $INC{"Slash.pm"}' Delete the bender one from your Perl library directories. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |