Hi Brian, Would you run these at the command prompt and send back the results?
This will print the version number of Config::Scoped: perl -MConfig::Scoped -e 'print $Config::Scoped::VERSION."\n"' This will dump the parsed configuration file (the email may wrap the line, so be sure to get the whole thing in): perl -MData::Dumper -MConfig::Scoped -e 'print Dumper(Config::Scoped->new(file=>"/etc/bibliotech.conf")->parse)' That might bring to light the issue. Martin Brian wrote: > I would like to run webcite on my own server. I've tried this before a few > months ago and couldn't get it to work. I'm trying again now and getting the > same issues. > > I would appreciate some help. Here is quite a bit of info: > http://sial.org/pbot/34243 > > Cheers, > Brian ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Connotea-code-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/connotea-code-devel
