Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Install CPAN BerkeleyDB module on Windows 7 (64 bit)

by mbethke (Hermit)
on Apr 05, 2012 at 14:30 UTC ( [id://963684]=note: print w/replies, xml ) Need Help??


in reply to Install CPAN BerkeleyDB module on Windows 7 (64 bit)

Sounds like some kind of version problem. Here's from BerkeleyDB.xs:
int has_heap() CODE: #ifdef AT_LEAST_DB_5_2 RETVAL = __heap_exist() ; #else RETVAL = 0 ; #endif
So __heap_exist() gets called only if AT_LEAST_DB_5_2 is set (presumably because it's not there in older lib versions) and it's set in your compilation where it shouldn't. Maybe the configuration script finds a newer version of the library on your system but then you're linking against the old one?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://963684]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (9)
As of 2024-04-19 16:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found