From: Martin F. <ma...@ne...> - 2009-02-09 21:02:20
|
Mustansar, Run this command on the server: perl -MConfig::Scoped -e 'print $Config::Scoped::VERSION."\n"' It should say at least 0.11 or higher; if not, upgrade Config::Scoped. Then look at /etc/bibliotech.conf and search for "CITATION". Your various citation module blocks should look something like the following, where they are each outside any other block, properly closed, and not nested into each other. CITATION AMAZON { AWSID = 'redacted' } CITATION DOI { CR_USER = 'redacted' CR_PASSWORD = 'redacted' } CITATION HIGHWIRE { SCI_USER = 'redacted' SCI_PASSWORD = 'redacted' } Hope that helps, Martin Mustansar Mehmood wrote: > Hello, > I am trying to install a local version of connotea and after > following the direction carefully I cannot start the web server and get > this error > > > [Thu Feb 05 16:03:00 2009] [error] error from configuration reader > (/etc/bibliotech.conf): declaration redefinition for 'CITATION' at > /etc/bibliotech.conf line 246.\nBEGIN failed--compilation aborted at > /var/www/perl/connotea_code/Bibliotech/Apache.pm line 11.\nCompilation > failed in require at (eval 2) line 3.\n > [Thu Feb 05 16:03:00 2009] [error] Can't load Perl module > Bibliotech::Apache for server www.codesmith.org:0, exiting... > Any help to move past this problem is appreciated.. > Thanks in advance, > Mustansar |