Re: cpan module install woes - UTF-8 problem?
- From: Troy Piggins <usenet-0710@xxxxxxxxx>
- Date: Wed, 31 Oct 2007 05:21:08 +0000 (UTC)
Sherman Pendley is quoted & my replies are inline below :
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...
I'm hearing ya! :)
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.
So..... how do we fix it :)
Is the missing library installed from cpan, or deb package?
--
Troy Piggins
using Xnews from work while getting new home connected
.
- Follow-Ups:
- Re: cpan module install woes - UTF-8 problem?
- From: Sherman Pendley
- Re: cpan module install woes - UTF-8 problem?
- References:
- cpan module install woes - UTF-8 problem?
- From: Troy Piggins
- Re: cpan module install woes - UTF-8 problem?
- From: Sherman Pendley
- cpan module install woes - UTF-8 problem?
- Prev by Date: Re: stuck in a control loop
- Next by Date: Re: cpan module install woes - UTF-8 problem?
- Previous by thread: Re: cpan module install woes - UTF-8 problem?
- Next by thread: Re: cpan module install woes - UTF-8 problem?
- Index(es):
Relevant Pages
|
|