[Templates] Installation problem in Solaris 10

2006-05-09 Thread Spyros Dimas
Hi, I'm trying to install the Template-Toolkit 2.08 in Solaris 10 (SPARC), but I have a problem in the compiling phase. In unzipped Template-Toolkit folder, i runned perl Makefile.PL, after that make. Here is the problem, where i see the following error message:

[Templates] Installation issues

2005-06-13 Thread Nkuvu the Wonder Tortoise
I give up. I've tried ppm, I've tried installing from source, it continually fails. Any assistance? Apologies for the length of this message, but I wanted to cover everything that I've tried already. Environment: Windows 2000, perl v5.8.6 from ActiveState, using PPM 3.1.Attempting to

Re: [Templates] Installation issues

2005-06-13 Thread Randy Kobes
On Mon, 13 Jun 2005, Nkuvu the Wonder Tortoise wrote: That worked -- thanks for the quick reply. For the record, I did in fact read the notes at http://www.openinteract.org/cgi-bin/twiki/view/OI/ActivePerlPackages that mention this repository. Unfortunately I wasn't careful enough. I did

[Templates] installation problems

2003-06-12 Thread Dave Howorth
Hello, I've just tried to install TT2.09 from CPAN and am getting lots of errors. The first one that fails is autoform.t. When I run it by hand I see the following: snip of good results ok 20 - template text 9 processed OK: [% USE autoformat %]\n[% FILTER p... MATCH FAILED input: [[% USE

RE: [Templates] installation problems

2003-06-12 Thread Matthews Simon
To: [EMAIL PROTECTED] Subject: [Templates] installation problems Hello, I've just tried to install TT2.09 from CPAN and am getting lots of errors. The first one that fails is autoform.t. When I run it by hand I see the following: snip of good results ok 20 - template text 9 processed OK: [% USE

Re: [Templates] installation problems

2003-06-12 Thread Dave Howorth
Matthews Simon wrote: what platform is this on? I have seen the same behaviour on MacOS X. Oops, sorry! It's Intel/Debian/Woody (mostly - the main exception is I load Perl modules from CPAN rather than as Debian packages). Perl is 5.6.1. You should be able to run templates if that is the

[Templates] installation problem - compile3.t

2003-06-12 Thread Dave Howorth
The next problem is with compile3.t Results are below: ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 - running test_expect() ok 7 - template processor is engaged ok 8 - input read and split into 2 tests ok 9 - template text 1 processed OK: [% META author = 'albert' versi... ok 10 - template text 1 matched

[Templates] installation problem - filter.t

2003-06-12 Thread Dave Howorth
Here's the log: ok 86 - template text 42 processed OK: [% TRY %]\n[% dir = [\% FOREACH ... MATCH FAILED input: [[% TRY %]\n[% dir = [\% FOREACH a = { 1 2 3 } %\]a: [\% a %\]\n[\% END %\] %]\n[% dir | eval %]\n[% CATCH %]\nerror: [[% error.type %]] [[% error.info %]]\n[% END %]\n] expect:

Re: [Templates] installation problem - filter.t

2003-06-12 Thread Simon Wilcox
On Thu, 2003-06-12 at 14:30, Dave Howorth wrote: Is there any way to change this behaviour so the tests run clean? You might try the latest developer release [1] I think that fixed quite a few test issues. Simon. [1] http://www.template-toolkit.org/download/Template-Toolkit-2.09c.tar.gz

Re: [Templates] installation

2003-02-15 Thread Axel Gerstmair
Hi Bernie, when I run the Makefile.PL I get the following errors: Can't locate File/Temp.pm in @INC (@INC contains: ./lib /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at

Re: [Templates] installation

2003-02-15 Thread Nick Tonkin
On Sat, 15 Feb 2003, Axel Gerstmair wrote: Hi Bernie, when I run the Makefile.PL I get the following errors: Can't locate File/Temp.pm in @INC (@INC contains: ./lib /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux

[Templates] installation

2003-02-14 Thread Bernie Genswein
Hi, when I run the Makefile.PL I get the following errors: Can't locate File/Temp.pm in @INC (@INC contains: ./lib /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at

Re: [Templates] installation error: private directory...

2003-01-24 Thread Anthony Ettinger
i tried the INST_MAN3DIR optionstill no luck. I think I may have install perl in my home directory to get it to work. --- Andy Wardley [EMAIL PROTECTED] wrote: Anthony Ettinger wrote: perl Makefile.PL LIB=~/modules PREFIX=~/modules (installation dir: ~/local/tt2) [...]

Re: [Templates] installation error: private directory...

2003-01-24 Thread darren chamberlain
* Anthony Ettinger [EMAIL PROTECTED] [2003-01-24 12:29]: i tried the INST_MAN3DIR optionstill no luck. I think I may have install perl in my home directory to get it to work. If the docs are the only thing holding you up, you could just to make -k install, which will proceed even if there

Re: [Templates] installation error: private directory...

2003-01-24 Thread Anthony Ettinger
yeah, i tried that too...there's a permission error when trying to access a directory outside my home directory in the ./bin/tt2inst test script --- darren chamberlain [EMAIL PROTECTED] wrote: * Anthony Ettinger [EMAIL PROTECTED] [2003-01-24 12:29]: i tried the INST_MAN3DIR optionstill

Re: [Templates] installation error: private directory...

2003-01-21 Thread Anthony Ettinger
I tried using INST_MAN3DIR parameter to 'perl Makefile.PL' I get the following error: (any ideas?) == ... Appending installation info to /hsphere/local/home/chovy/modules/i386-linux/perllocal.pod opendir(./../../..): Permission denied at bin/tt2inst line 29 This script should be run from

Re: [Templates] installation error: private directory...

2003-01-08 Thread Andy Wardley
Anthony Ettinger wrote: perl Makefile.PL LIB=~/modules PREFIX=~/modules (installation dir: ~/local/tt2) [...] Appending installation info to /path/to/my/home/name/modules/i386-linux/perllocal.pod opendir(./../../..): Permission denied at bin/tt2inst Try also the INST_MAN3DIR option.

[Templates] installation error: private directory...

2003-01-06 Thread Anthony Ettinger
Hi, I'm trying to install Template::Toolkit to my home directory, because I'm on a virtual server, and do not have root access. I have the PERL5LIB=~/modules in my .bashrc file, it's worked fine for other private module installations. I can't seem to get passed this one with

[Templates] installation proble in private directory

2003-01-04 Thread Anthony Ettinger
Hi, I'm trying to install Template::Toolkit to my home directory, because I'm on a virtual server, and do not have root access. I have the PERL5LIB=~/modules in my .bashrc file, it's worked fine for other private module installations. I can't seem to get passed this one with

[Templates] Installation Failed

2002-06-26 Thread Rasoul Hajikhani
Folks, Tried to install TT V. 2.07. I get the follwing error code after running make test: Failed Test Status Wstat Total Fail Failed List of failed --- t/gdtextwrap.t51 20.00% 5 9 tests

Re: [Templates] Installation Failed

2002-06-26 Thread darren chamberlain
* Rasoul Hajikhani [EMAIL PROTECTED] [2002-06-26 14:10]: Folks, Tried to install TT V. 2.07. I get the follwing error code after running make test: Failed Test Status Wstat Total Fail Failed List of failed ---