| View previous topic :: View next topic |
| Author |
Message |
breezey
Joined: 24 May 2005
Posts: 6
|
| Posted: Tue May 24, 2005 6:23 am Post subject: Installing HTML::TEMPLATE perl module |
|
|
First of all, am I correct if I say that HTML::Template module is not by default installed on A2T 1.5.2?
Can someone give me a clear instruction to install that module on my A2T installed on my PC?
My PC is running on Windows XP SP2
Apache2Triad Version 1.5.2
I have downloaded HTML-Template-2.7.tar from http://sourceforge.net/projects/html-template/
I have no experience in both Perl and Unix commands so please help me with very simple and understandable instruction. Thank you very much. |
|
| Back to top |
|
LiquidSnake
Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
| Posted: Tue May 24, 2005 8:04 pm Post subject: |
|
|
START >> RUN
enter
Code: C:/apache2triad/perl/bin/perlppm.exe
or substitute your path if different
at the PPM prompt enter
Code: PPM> install HTML-Template
let it install and your done..
a note about perl modules, most all can be installed by perlppm ... Also, they might not be the latest versions, but usually the most stable..
And since your obviously running a windows platform, there is no need to use *nix commands. |
|
| Back to top |
|
breezey
Joined: 24 May 2005
Posts: 6
|
| Posted: Tue May 24, 2005 10:41 pm Post subject: |
|
|
| Thanks for your reply LiquidSnake. Only one more thing I need to know: Where should I put the HTML-Template-2.7.tar file? And should I de-compress it before the installation or just leave it as is? Again, thanks a lot. |
|
| Back to top |
|
LiquidSnake
Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
| Posted: Tue May 24, 2005 10:43 pm Post subject: |
|
|
| well if you do like I suggested you can delete it, perlppm will install it for you .. |
|
| Back to top |
|
breezey
Joined: 24 May 2005
Posts: 6
|
| Posted: Tue May 24, 2005 11:07 pm Post subject: |
|
|
Oh I see. Thanks a lot LiquidSnake, I have installed it successfully.
Now I have problem in connecting to MySQL server using cgi script. If you have time please check my post at http://apache2triad.net/forums/viewtopic.php?p=12966#12966
Thanks. |
|
| Back to top |
|
| |