David Kent wrote:
> Hi,
>  
> I am running win2k server with Apache 2.0.39 and Activestate's active 
> perl 5.6.  I am trying to configure my webserver to be my own 
> live journal server for the fun of it.  It requires some Perl modules 
> before I can get in to though.  I am not very knowledgeable in Perl 
> unfortunately.  I have all the pre-requisites installed except 5.  Now 
> is where it comes down to two questions.  The first question goes to the 
> libwww-perl-5.65 module.  I run the perl makefile.pl command and all 
> goes well.  I then run make and I get a error of:
> "makefile:822: *** missing separator. stop."
>  
> Now what I did was download the file and unzipped it to a folder and am 
> running the make commands from just the command prompt in this folder.  
> Is this wrong?  Is libwww-perl not compiled properly for win32? 
>  
> The other problem I have is I know that the other four perl modules need 
> to be compiled but I do not know how to do so.  Is there a good 
> reference how to compile modules for win32?  Or could someone give me 
> directions.  I have the make utility for win32 as well as a c and a c++ 
> compiler.  Do I need anything else? 
>  
> Any help given would be greatly appreciated.  I am at wits end here. 

If you don't need to compile your own Perl, download your modules from
the AS repository using PPM.

cd c:/perl/bin
perl ppm                # or use ppm.bat

Follow the help instructions - basically 'install modulename',
'search partialname', etc.

-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to