Glynn Foster wrote:

> Eric - thanks for looking at this. Saw your comments on #opensolaris.  
> Steve, I know you did the initial install on this, and dbhash.py was  
> copied separately onto the machine for some reason or another - can  
> you remember the details?

Looking at the old BE with pkgchk:

ERROR: /usr/lib/python2.4/dbhash.py
     modtime <07/17/06 09:03:50 AM> expected <11/21/06 04:15:16 PM> actual
     file size <404> expected <414> actual
     file cksum <33293> expected <34131> actual

The diffs between that and the current BE:

5c5
<     import bsddb
---
>     import bsddb3 as bsddb 

This looks like a bug in python to me - dbhash.py seems to be referring 
to a package (bsddb) that doesn't exist, so in the old BE it was 
modified to use bsddb3 instead.  However, someone with more python-foo 
than me should really comment.

-- 
Alan Burlison
--
_______________________________________________
website-discuss mailing list
[email protected]

Reply via email to