try changing INSTALLSITELIB to INSTALLSITEARCH
On Fri, 8 Oct 1999, Mark Doyle wrote:
> Hi,
>
> I am upgrading some machines to Apache 1.3.9 and mod_perl 1.21 and would
> like to use the tar_Apache target to tar up the mod_perl portion. The
> Makefile has:
>
> tar_Apache:
> (cd $(INSTALLSITELIB); \
> $(TAR) -cf $(PWD)/Apache.tar mod_perl.pm Apache.pm Apache
> $(ARCHNAME)/auto/Apache; )
>
> but when I run 'make tar_Apache' I get:
>
> tar -cf /src/web/mod_perl-1.21/Apache.tar mod_perl.pm Apache.pm Apache
> sun4-solaris/auto/Apache; )
> tar: mod_perl.pm: No such file or directory
> tar: Apache.pm: No such file or directory
> *** Error code 1
> make: Fatal error: Command failed for target `tar_Apache'
>
> Anyone know what the proper tar command should be to gather everything up?
>
> Thanks,
> Mark
>
> Mark Doyle
> Research and Development
> The American Physical Society
>