From | Gordon Paynter |
Date | Tue, 4 Feb 2003 19:26:14 -0800 (PST) |
Subject | Re: Greenstone Install problem |
In-Reply-To | (39380-138-23-88-132-1044290452-squirrel-library-ucr-edu) |
Hi all,
Here's my last few notes about installing Greenstone on Debian SID (x86).
The exact problem is that the man pages were being installed in the
What I wound up doing was changing $GSDLHOME/pacakges/configure. On the
cd "$PACKAGES/cpan/XML-Parser-2.27" I changed the command from: perl Makefile.PL "$GSDLHOME" To: perl Makefile.PL "$GSDLHOME" SITEPREFIX="$GSDLHOME" But since this really seems like a bug in the cpan MakeMaker modules
(An alternative solution is to tweak the variables explicitly set towards
Anyway, make of this what you will. Gordon |