Christopher Browne cbbrowne at ca.afilias.info
Wed Jul 4 08:09:03 PDT 2007
Peter Eisentraut <peter_e at gmx.net> writes:
> The altperl tools use
>
> require '@@PGLIBDIR@@/slon-tools.pm';
>
> and that is set to
>
> -e "s#@@PGLIBDIR@@#$(pglibdir)#;" \
>
> but the module is actually installed at
>
> $(INSTALL_DATA)   slon-tools           $(DESTDIR)$(perlsharedir)/slon-tools.pm
>
> So if these are different, then nothing will work.
>
> The required change is
>
> -                       -e "s#@@PGLIBDIR@@#$(pglibdir)#;" \
> +                       -e "s#@@PGLIBDIR@@#$(perlsharedir)#;" \
>
> in tools/altperl/Makefile.

Changed in HEAD...
-- 
let name="cbbrowne" and tld="ca.afilias.info" in name ^ "@" ^ tld;;
<http://dba2.int.libertyrms.com/>
Christopher Browne
(416) 673-4124 (land)


More information about the Slony1-bugs mailing list