Thomas,

Thanks for replying so quickly.  I was thinking that might be a "quick and 
dirty" fix, but this is a sort of dry run for how we would implement a 
standalone database server for PINES, which has a very long history of I/O 
problems with its database servers, and I was thinking the slimmer the better 
as far as installed programs go...

Does anyone know which CPAN or OS package needs to be installed?  If not, I'll 
try to ferret out which packages might be related.  Seems like it's looking for 
some sort of character set (Unicode, maybe?) that's not present on a vanilla 
Debian lenny install.  I'll report back what I find.

Thanks!

Chris

Chris Sharp
PINES Program Manager
Georgia Public Library Service
1800 Century Place, Suite 150
Atlanta, Georgia 30345
(404) 235-7147
csh...@georgialibraries.org
http://pines.georgialibraries.org/

----- Original Message -----
> From: "Thomas Berezansky" <tsb...@mvlc.org>
> To: open-ils-dev@list.georgialibraries.org
> Sent: Thursday, September 30, 2010 8:14:22 AM
> Subject: Re: [OPEN-ILS-DEV] setting up a standalone DB server
> I have found the easiest way to ensure things work is to just run both
> the opensrf and evergreen Makefile.install scripts for your db server
> platform in addition to the install_pgsql_server_debs_8[34] target.
> 
> Without running both I have had issues with various perl items not
> existing beyond what instructions have said need to be there, though I
> (or someone else) should probably document that list someday.
> 
> Thomas Berezansky
> Merrimack Valley Library Consortium
> 
> 
> Quoting "Sharp, Chris" <csh...@georgialibraries.org>:
> 
> > Hi all,
> >
> > I posted this on IRC last night when no one was around, so I'm
> > trying through email too.
> >
> > I was attempting to set up a standalone database server for a small
> > Evergreen cluster on Debian Lenny. According to Step III of the
> > instructions at
> > http://open-ils.org/dokuwiki/doku.php?id=server:1.6.0:install , I
> > just need to run the Makefile.install with the
> > 'install_pgsql_server_debs_83' parameter and then make sure that gcc
> > and the following CPAN packages are installed:
> >
> > cpan JSON::XS
> > cpan MARC::Record
> > cpan MARC::File::XML
> >
> > I'm able to install JSON::XS and MARC::Record without a problem, but
> > when I try to install MARC::File::XML, I am told that MARC::Charset
> > is not found in @INC. I then tried to install MARC::Charset and I
> > got the errors I pasted at http://paste.lisp.org/display/115043 .
> >
> > Could someone with more Perl/CPAN Fu than me please point me to what
> > dependency is needed to make this succeed?
> >
> > Thanks!
> >
> > Chris
> >
> > Chris Sharp
> > PINES Program Manager
> > Georgia Public Library Service
> > 1800 Century Place, Suite 150
> > Atlanta, Georgia 30345
> > (404) 235-7147
> > csh...@georgialibraries.org
> > http://pines.georgialibraries.org/
> >
> >

Reply via email to