Re: cpan module install woes - UTF-8 problem?
- From: Sherman Pendley <spamtrap@xxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 23:42:44 -0400
Troy Piggins <usenet-0710@xxxxxxxxx> writes:
Not being that knowledgeable with perl, I usually install modules at the
commandline by:
$ sudo cpan BerkeleyDB
....snip...
Note (probably harmless): No library found for -ldb
Grrr...
It's a pet peeve of mine that missing libraries are described as "probably
harmless." At least nine times out of ten, a missing library will result in
an XS module that either fails to build or fails its tests.
Let's see if that's the case here...
BerkeleyDB.c BerkeleyDB.xs:68:16: error: db.h: No such file or directory
Yep. You're missing the Berkeley DB C library, and it's not as harmless as
the warning would have you believe. The Perl module is just a wrapper for
the C library, and without the C library it can't work.
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
.
- Follow-Ups:
- Re: cpan module install woes - UTF-8 problem?
- From: Troy Piggins
- Re: cpan module install woes - UTF-8 problem?
- References:
- cpan module install woes - UTF-8 problem?
- From: Troy Piggins
- cpan module install woes - UTF-8 problem?
- Prev by Date: gotta throw what I have aT the rim
- Next by Date: EPrints "Call for Plugins" (perl)
- Previous by thread: cpan module install woes - UTF-8 problem?
- Next by thread: Re: cpan module install woes - UTF-8 problem?
- Index(es):
Relevant Pages
|