Subject: | install issues |
If dependencies are not installed, you should not build word database in Makefile.PL Also, if /usr/dict/words does not exist, don't build db. (/usr/dict/words ok on my openbsd box and it built ok. Did not exist on cygwin.) Build attempt from cygwin below.
ZAZ@localhost ~/Desktop/Lingua-EN-NamedEntity-1.1
$ perl -v
This is perl, v5.8.0 built for cygwin-multi-64int
<snip>
ZAZ@localhost ~/Desktop/Lingua-EN-NamedEntity-1.1
$ uname -a
CYGWIN_NT-5.1 localhost 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin
ZAZ@localhost ~/Desktop/Lingua-EN-NamedEntity-1.1
$ perl Makefile.PL
Warning: prerequisite DB_File 0 not found.
Warning: prerequisite LWP::Simple 0 not found.
Warning: prerequisite Lingua::Stem::En 0 not found.
Writing Makefile for Lingua::EN::NamedEntity
I'm going to write some wordlists as DB_Files into a subdirectory
in your home directory, to increase start-up time.
Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/5.8.0/cygwin-mult
i-64int/DB_File.pm line 252.
Deep recursion on subroutine "DB_File::AUTOLOAD" at /usr/lib/perl5/5.8.0/cygwin-
multi-64int/DB_File.pm line 219.
Out of memory during "large" request for 134221824 bytes, total sbrk() is 343789
568 bytes at /usr/lib/perl5/5.8.0/cygwin-multi-64int/DB_File.pm line 219.
Segmentation fault (core dumped)
Cheers
Zak