Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 1999 12:00:02 -0700 (PDT)
From:      hws <DrXyzzy@mediaone.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/13575: can't install perl module as non root
Message-ID:  <199909041900.MAA78654@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/13575; it has been noted by GNATS.

From: hws <DrXyzzy@mediaone.net>
To: chris@calldei.com
Cc: drxyzzy@mediaone.net, FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: misc/13575: can't install perl module as non root
Date: 04 Sep 1999 13:58:21 -0500

 Chris Costello <chris@calldei.com> writes:
 
 > On Sat, Sep 04, 1999, drxyzzy@mediaone.net wrote:
 > > Login as non superuser.
 > > mkdir ~/lib
 > > tar -xvzf Storable-0.6@4.tar.gz
 > > cd Storable-0.6@4
 > > # LIB value should allow non-root install to local dir
 > > perl Makefile.PL LIB=~/lib
 > 
 >    Place `LIB' at the _beginning_ of the line.
 
 Same thing happens with LIB at beginning of line.
 
 I suspect FreeBSD cruft relating to moving perl5 from /usr/local to
 /usr/libdata since the error arises from FreeBSD perl Wanting to
 scribble in /usr/local.
 
 >    In any case, this is a problem with `Makefile.PL' in your
 > module, not FreeBSD.
 
 It's not my module, it's a commonly used module from CPAN.
 
 The problem does not happen with same version of Perl, same module
 (same Makefile.PL) when running on OpenBSD. This suggests, but does
 not prove, that it is a problem with the perl binary or supporting
 libs shipped with FreeBSD.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909041900.MAA78654>