Xilman has asked for the wisdom of the Perl Monks concerning the following question:
Hello all, perhaps you may be able to help. I am trying to RTFM for PDL. PDL::Doc is installed but its database appears not to be. This is what happens:
$ pdldoc -a slice
Unable to find PDL/pdldoc.db in /etc/perl:/usr/local/lib/x86_64-linux-gnu/perl/5.30.0:/usr/local/share/perl/5.30.0:/usr/lib/x86_64-linux-gnu/perl5/5.30:/usr/share/perl5:/usr/lib/x86_64-linux-gnu/perl/5.30:/usr/share/perl/5.30:/usr/local/lib/site_perl:/usr/lib/x86_64-linux-gnu/perl-base
can't open database 1, scan docs first at /usr/lib/x86_64-linux-gnu/perl5/5.30/PDL/Doc.pm line 468.
PDL::Doc::ensuredb(PDL::Doc=HASH(0x564539105b98)) called at /usr/lib/x86_64-linux-gnu/perl5/5.30/PDL/Doc.pm line 596
PDL::Doc::search(PDL::Doc=HASH(0x564539105b98), "m/slice/", ARRAY(0x564538a7a6c8), 1) called at /usr/lib/x86_64-linux-gnu/perl5/5.30/PDL/Doc/Perldl.pm line 189
PDL::Doc::Perldl::search_docs("m/slice/", ARRAY(0x564538a7a6c8), 1) called at /usr/lib/x86_64-linux-gnu/perl5/5.30/PDL/Doc/Perldl.pm line 166
PDL::Doc::Perldl::aproposover("slice") called at /usr/lib/x86_64-linux-gnu/perl5/5.30/PDL/Doc/Perldl.pm line 174
PDL::Doc::Perldl::apropos("slice") called at /usr/local/bin/pdldoc line 49
What have I done wrong, and how may I fix it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unable to find PDL/pdldoc.db
by syphilis (Archbishop) on May 11, 2020 at 12:05 UTC | |
|
Re: Unable to find PDL/pdldoc.db
by perlfan (Parson) on May 12, 2020 at 02:41 UTC | |
|
Re: Unable to find PDL/pdldoc.db
by Anonymous Monk on May 11, 2020 at 11:31 UTC | |
|
Re: Unable to find PDL/pdldoc.db
by etj (Priest) on Apr 22, 2022 at 12:41 UTC |