http://www.perlmonks.org?node_id=234488


in reply to Re: DB_File on Windows
in thread DB_File on Windows

Dree, Thank you for the feedback. The information that I now receive is: Error installing package 'DB_File': Read a PPD for 'DB_File', but it is not intended for this build of Perl (MSWin32-x8-multi-thread). Is there a different binary that I need? Thanks, Jim

Replies are listed 'Best First'.
Re: DB_File on Windows
by Anonymous Monk on Feb 11, 2003 at 19:58 UTC
    Looks like I got lucky and stumbled across the solution.

    I downloaded a DB_File Perl Module compiled for Microsoft Windows NT/2000. It installed without a hitch.
    Instructions for installing locally with PPM are included with the download.

    Jim