Subject: | module fails to build - hardcoded path to yaz-config |
I have see a report of a failure compiling this module on Debian Squeeze:
ERROR: Unable to call script: yaz-config
If you are using a YAZ installation from the Debian package "yaz", you
will also need to install "libyaz-dev" in order to build the
SimpleServer module.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
MIRK/Net-Z3950-SimpleServer-1.14.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
The issue is with Makefile.PL, which in the CPAN version of this module
has the line:
my $yazconf = "../yaz/yaz-config";
This appears to be a regression of the fix made in
http://git.indexdata.com/?p=simpleserver.git;a=commitdiff;h=5bf47f8aaa2494c3e013951a05a000ffd82bdc46