[Catalyst] Cache::FastMmap

Andy Grundman andy at hybridized.org
Wed Sep 28 14:58:36 CEST 2005


Danh Nguyen wrote:
> Hi,
> I try to install Cache::FastMmap (Cache-FastMmap-1.09 a prerequisite for 
> Catalyst-Plugin-Seession-FastMmap) but it looks like something not right 
> with the file. I have the Storable installed. this is the error that I got:
>  
> C:\>cd Cache-FastMmap-1.09
>  
> C:\Cache-FastMmap-1.09>perl Makefile.PL
> Writing Makefile for Cache::FastMmap::CImpl
> Writing Makefile for Cache::FastMmap
>  
> C:\Cache-FastMmap-1.09>nmake
>  
> Microsoft (R) Program Maintenance Utility   Version 1.50
> Copyright (c) Microsoft Corp 1988-94. All rights reserved.
>  
>         cl -c  -I.  -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 
> -D_CONSOLE -DNO
> _STRICT -DHAVE_DES_FCRYPT -DBUILT_BY_ACTIVESTATE -DNO_HASH_SEED 
> -DUSE_SITECUSTOM
> IZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO 
> -DPERL_MSVCRT_READF
> IX -MD -Zi -DNDEBUG -O1    -DVERSION=\"1.09\"  -DXS_VERSION=\"1.09\"  
> "-IC:\Perl
> \lib\CORE"   CImpl.c
> 'cl' is not recognized as an internal or external command,
> operable program or batch file.
> NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
> Stop.
>  
> Could anyone give me some links to a good download? I try to ppm this, 
> but there's no precompiled file available.
> Thanks.

FastMmap doesn't work on Windows.  Try a different session plugin such 
as Session::Flex. :)

-Andy



More information about the Catalyst mailing list