On Tue, Oct 16, 2001 at 05:25:33AM -0400, Adam Theo wrote: > I've battered my head against the wall trying to get around this problem > and not have to come to the list, but I'm at wit's end now. [...] > I'm running into this problem when > "perl Makefile.PL TT_PREFIX=/opt2/home3/theoretic/perl"
The TT_PREFIX option is used to specify the installation root for the additional TT components (e.g. templates, images, docs, etc). You should use the PREFIX option to specify an alternate Perl installation directory. > This is also happening with a couple of other perl modules I'm trying to > install. It may be the case that your Perl is pre-compiled and doesn't know about how to compile XS modules? HTH A
