Re: Odd DBM::Deep behavior "cannot store tied value" using literal key name



On Jan 7, 2008 6:22 AM, Roman Daszczyszak <romandas@xxxxxxxxx> wrote:
On Jan 4, 2008 5:45 PM, Chas. Owens <chas.owens@xxxxxxxxx> wrote:
<snip>
When I downgrade to 0.983 I immediately get "DBM::Deep: File type
mismatch" even with your original code. I would suggest upgrading
DBM::Deep to version 1.0006.

Unfortunately, the Activestate Windows build for 5.8 DBM::Deep 1.0006
failed, so I don't have that option I guess.


DBM::Deep is a pure Perl module (no C code). You can install it by
downloading it from CPAN and install it yourself. Making a Perl
module is as easy as

perl Makefile.pl
nmake
nmake test
nmake install

You may need to install nmake if you haven't already. You can get it
here http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084
.



Relevant Pages

  • Re: XSUB example in perlxstut fails to build on Win32
    ... >> If you're using the MinGW compiler with ActiveState perl, ... > I tried installing ExtUtils::FakeConfig from ActiveState. ... 'nmake' and the MinGW\bin files are in your path run: ... If they don't error then things should be set for you to install ...
    (comp.lang.perl.modules)
  • Re: ActiveState vs. "C:Program Files" and "C:Progra~1"
    ... The advice usually offered is to simply not install perl into any directory containing white space. ... I've never known ActivePerl to create a perl\site\bin folder. ... That's a fairly old version of nmake. ...
    (comp.lang.perl.misc)
  • problem installing Mail::Transport::Dbx
    ... When I try to install manually following below steps ... nmake test ... Active Perl Users should use ppm ...
    (perl.beginners)
  • Re: Problems installing Win32-Setupsup, Win32-CtrlGUI
    ... David Kanter wrote: ... > I am trying to install the two modules used for manipulating windows ... > ActiveState Perl 5.8.4 ... test' and 'nmake install'. ...
    (comp.lang.perl.modules)
  • Installing Perl module with nmake
    ... It concerns the use of 'nmake' to ... install a Perl module on a Windows98 system. ... passed all tests on both *nix and Windows. ... I went ahead and called 'nmake install' -- and the module installed ...
    (comp.lang.perl.misc)