Re: Local Install Problems

Austin S. Lin (austin@al2.com)
Sun, 13 Sep 1998 18:40:15 -0400 (EDT)


It's hard to say without knowing what you are doing.  Have you tried
setting PREFIX to be where you'd like your various install
directories to be (bin, lib, lib/site_perl, etc.)?

    cd <package>
    perl Makefile.PL PREFIX=/home/bhill/perl5
    make 
    make test
    make install

I've done several local installs of libwww this way without any
problems.

- Austin
  austin@AL2.com

On 13 Sep 1998, Benjamin M. Hill wrote:

> Has someone out there done a local install of the whole batch that
> could just tell me what step I'm missing?