[Maypole] Request for help
chromatic
chromatic@wgz.org
Wed, 28 Jul 2004 07:13:42 -0700
On Wed, 2004-07-28 at 00:52, CUMMING, Joe, FM wrote:
> I am trying to install the TT by hand in my own area but am missing
> the correct auto-libraries for the provider's os.
>
> I need
>
> auto/Template/Stash/XS/XS.bs
>
> auto/Template/Stash/XS/XS.so
>
> for freebsd.
How are you trying to install these? If you have a shell account
capable of using the CPAN, you can use the following command to install:
perl -MCPAN -e 'install Template'
If you don't have root on the box, use this command:
perldoc CPAN
and search for "I am not root, how can I install a module in a personal
directory?"
Installing through the CPAN shell will also allow you to decide not to
use the XS stash, if you desire.
-- c