Re: [Evolution] contacts are not back - ev .10 - ximian 2



On 24 May 2001 07:01:11 -0400, Christopher James Lahey wrote:
On 23 May 2001 17:42:39 -0400, Fernando Pereira wrote:
It works for RH 6.2, maybe it's a packaging problem with RH 7.1. What's
suspicious here is that your "file" output is quite different from what
I get

$ file addressbook.db 
addressbook.db: Berkeley DB 2.X Hash/Little Endian (Version 5, Logical
sequence number: file - 0, offset - 0, Bucket Size 4096, Overflow Point
3, Last Freed 0, Max Bucket 5, High Mask 0x7, Low Mask 0x3, Fill Factor
0, Number of Keys 65)

although the alleged version is the same. My db package is as follows

$ rpm -qa | grep '^db'
db3-3.1.17-4.6x

I'm almost positive you're using db2.  Version 5 is the db2 version.

After some investigation, I think I agree. There's a whole mess of db
versions and symbolic links to db versions in /lib:

-rwxr-xr-x    1 root     root       788401 Jan 15 10:49 libdb-2.1.3.so
-rwxr-xr-x    1 root     root      1485823 Dec  1 18:02 libdb-3.1.so
lrwxrwxrwx    1 root     root           15 Sep 26  2000 libdb.so.2 ->
libdb1-2.1.3.so
lrwxrwxrwx    1 root     root           14 Sep 26  2000 libdb.so.3 ->
libdb-2.1.3.so
-rwxr-xr-x    1 root     root       221411 Jan 15 10:49 libdb1-2.1.3.so
lrwxrwxrwx    1 root     root           15 Sep 26  2000 libdb1.so.2 ->
libdb1-2.1.3.so

and /usr/lib

-rw-r--r--    1 root     root      3684062 Jan 15 10:49 libdb.a
lrwxrwxrwx    1 root     root           20 Sep 26  2000 libdb.so ->
../../lib/libdb.so.3
-rw-r--r--    1 root     root       972154 Jan 15 10:49 libdb1.a
lrwxrwxrwx    1 root     root           21 Sep 26  2000 libdb1.so ->
../../lib/libdb1.so.2
-rw-r--r--    1 root     root       977006 Jan 15 10:49 libdb1_p.a
-rwxr-xr-x    1 root     root      1760542 Dec  1 18:02 libdb_cxx-3.1.so
-rw-r--r--    1 root     root      3702978 Jan 15 10:49 libdb_p.a

As you can see, /usr/lib/libdb.so links to a version 2 binary. How any
of this ever works is a mystery. And there's only one db package in my
rpm database, db3 (which got there as a side-effect of updating to rpm
4.0.x via the RC RH channel).

-- F





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]