RE: [Maypole] Maypole on Windows2000

From: Kotaro Takahashi (kotaro at kotarosoft.com)
Date: Mon Dec 13 2004 - 15:47:37 GMT


> Takahashi, Koutaro wrote:
> > Hi,
> >
> > I have been trying to set up Maypole on my Windows2000 machine;
> however, I
> > am stack.
> > Can anyone describe me how to set up Maypole on Windows?
> > I am using Apache/2.0.52 (Win32) mod_perl/1.99_13 Perl/v5.8.4
> > Unfortunately I cannot even find a template-toolkit.ppd and other stuff.
>
> Template Toolkit PPMs are available from
> http://openinteract.sourceforge.net/ppmpackages
>
> See
> http://search.cpan.org/src/PODMASTER/PPM-Repositories-0.09/Repositories.pm
> for a list of publick PPM repositories. You may need to download some of
> the dependencies from non-ActiveState repositories.
>
> There was some minimal information on
> http://maypole.perl.org/?MaypoleOnWindows. But that page is empty now.
>
> Let us know how you get on
>
> --simonflk

Thanks for useful information.
I have been tried to install Maypole in my PC and finally I got it
installed!
I am not sure it is correct way to install; however, here is how I did:

(1)install some prerequisites of Maypole like Template-Toolkit from the link
above.
(2)download Maypole-2.04.tar.gz from cpan and unpack it.
  then, I create .ppd and package for ppm by doing like:
  C:\>perl Makefile.PL
  C:\>nmake
  C:\>tar cvf package.tar blib
  C:\>gzip --best package.tar
  C:\>nmake ppd

  Then modify .ppd file
  <CODEBASE HREF="package.tar.gz" />

(3)install Maypole by using ppm.
  C:\>ppm install Maypole-2.04.ppd
<note>
  Default .ppd file didn't work for me. So I changed some lines to complete
the installation.
  (original)
        <DEPENDENCY NAME="Template" VERSION="0,0,0,0" />
        <DEPENDENCY NAME="UNIVERSAL-require" VERSION="0,0,0,0" />
        <DEPENDENCY NAME="URI-QueryParam" VERSION="0,0,0,0" />
  (modified)
        <DEPENDENCY NAME="Template-Toolkit" VERSION="0,0,0,0" />
        <DEPENDENCY NAME="UNIVERSAL-exports" VERSION="0,0,0,0" />
        <DEPENDENCY NAME="URI" VERSION="0,0,0,0" />

Again, I'm not sure what I did is correct or not.
But, since it seems like working, I'm going to do some work on Maypole on
Windows.
Please correct me if I'm doing wrong.

Thanks,
Kotaro

_______________________________________________
maypole mailing list
maypole at lists.netthink.co.uk
http://lists.netthink.co.uk/listinfo/maypole



This archive was generated by hypermail 2.1.3 : Thu Feb 24 2005 - 22:25:57 GMT