[OPEN-ILS-DEV] MFHD Patch - Third Try

Dan Scott dan at coffeecode.net
Sat Nov 21 17:54:09 EST 2009


On Sat, 2009-11-21 at 13:38 -0500, David Fiander wrote:
> > I'll just do a quick check, and then apply this later today.
> 
> Whoops. I spoke too soon. Dan, when I try to run my regression test
> suite agains the patched code, the load fails because it can't find
> OpenSRF/Utils/JSON.pm.
> 
> Since I never use OpenSRF, I don't have that checked out or installed
> on my system. I'm willing to check it out into my development
> environment, but can you give me a hint as to how you think
> MFHD/test/Makefile should be edited to eliminate this problem?
> 
> - David

Given a checkout of OpenSRF into ~/OpenSRF, the following works here:

PERL5LIB=~/OpenSRF/src/perl/lib/:$PERL5LIB make

The only dependency appears to be the JSON::XS module.

Hope it works for you!



More information about the Open-ils-dev mailing list