This is the error I am getting (ActivePerl 5.16.3, Windows 10)

Generating a dmake-style Makefile Writing Makefile for DB_File Writing MYMETA.yml and MYMETA.json cp DB_File.pm blib\lib\DB_File.pm Running Mkbootstrap for DB_File () "C:\Perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "DB_File.bs +" "C:\Perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- DB_Fi +le.bs blib\arch\auto\DB_File\DB_File.bs 644 C:\Perl\site\bin\gcc.exe -c -I/usr/local/BerkeleyDB/include -DNDEB +UG -DWIN32 -D_CONSOLE -DNO_STRICT -DPERL_TEXTMODE_SCRIPTS -DUSE_SITEC +USTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D_ +USE_32BIT_TIME_T -DHASATTRIBUTE -fno-strict-aliasing -mms-bitfields - +O2 -DVERSION=\"1.840\" -DXS_VERSION=\"1.84\" "-IC:\Perl\ +lib\CORE" -D_NOT_CORE -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t +version.c version.c:30:16: db.h: No such file or directory dmake.exe: Error code 129, while making 'version.o' PMQS/DB_File-1.840.tar.gz C:\Perl\site\bin\dmake.exe -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Running make for R/RU/RUNARB/Lingua-EN-NamedEntity-1.93.tar.gz Has already been unwrapped into directory C:\Perl\cpan\build\Lingua- +EN-NamedEntity-1.93-SuGRqI CPAN.pm: Building R/RU/RUNARB/Lingua-EN-NamedEntity-1.93.tar.gz Warning: Prerequisite 'DB_File => 0' for 'RUNARB/Lingua-EN-NamedEntity +-1.93.tar.gz' failed when processing 'PMQS/DB_File-1.840.tar.gz' with + 'make => NO'. Continuing, but chances to succeed are limited. cp NamedEntity.pm blib\lib\Lingua\EN\NamedEntity.pm "C:\Perl\bin\perl.exe" ./data/mkdb.pl Can't locate DB_File.pm in @INC (@INC contains: C:/Perl/site/lib C:/Pe +rl/lib .) at ./data/mkdb.pl line 3. BEGIN failed--compilation aborted at ./data/mkdb.pl line 3. dmake.exe: Error code 130, while making 'database' RUNARB/Lingua-EN-NamedEntity-1.93.tar.gz C:\Perl\site\bin\dmake.exe -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible

In reply to Re^2: Named Entity alternative to Lingua::EN::NamedEntity by Anonymous Monk
in thread Named Entity alternative to Lingua::EN::NamedEntity by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.