Hi Kohei,

> $ ldd libsasl.so
> libdb-3.3.so => /usr/lib/libdb-3.3.so (0x4001c000)
> libdl.so.2 => /lib/libdl.so.2 (0x4009b000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x4009f000)
> libpam.so.0 => /lib/libpam.so.0 (0x400cc000)
> libresolv.so.2 => /lib/libresolv.so.2 (0x400d5000)
> libc.so.6 => /lib/libc.so.6 (0x400e5000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
> I see that your libsasl.so is linked against libdb.so.3,
> while mine is
> against libdb-3.3.so.
>
That's pretty good, this shows me the, that this is the mistake for
sure, why my system isn't working, though I don't know how to fix it at
the moment.


> > Did you do a recompilation of cyrus-sasl after the
> > ln -s /usr/local/BerkeleyDB.3.3/lib/libdb-3.3.so
> >
> > > ln -s /usr/local/BerkeleyDB.3.3/lib/libdb-3.3.a
> >
> > stuff???
>
> I probably did.  I'm saying 'probably' here because I did so many
> recompilations I can't remember at what point I made the
> above simlinks. :(
O.K. I'll try to recompile cyrus-sasl with the above symlinks. I've
already added them.

> > For instance: What is your libdb.so.3 linked against?
> > /lib/libdb-2.1.3.so*??
>
> # ldd libdb.so.3
> libc.so.6 => /lib/libc.so.6 (0x40024000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
O.K. that looks the same on my system

What does
cd /lib
ls -la libdb.so.3
show on your system???

An how does your ld.so.conf look like???

> I compiled BerkeleyDB, SASL, Cyrus IMAP all from their source
> (i.e. tar.gz.
> files).  I didn't use any rpm files.
So did I.....
>
> Just for a curiosity, what do you get when you do "rpm -qa | grep db"?
> Do you have any db1, db2, db3 rpms (and their "devel" rpm)
> installed?  Here
> is my output:
>
> # rpm -qa | grep db
> pwdb-0.61-4mdk
> gdbm-1.8.0-8mdk
> gdb-5.0-4mdk
> kdbg-1.1.4-7mdk
> grdb-0.2.4-ximian.1

> pwdb-devel-0.61-4mdk
> gdbm-devel-1.8.0-8mdk
Do I need these 2 modules for cyrus imapd???

> xxgdb-1.12-18mdk
>
mine:
pwdb-0.61-4mdk
gdbm-1.8.0-8mdk
gdb-5.0-4mdk
xxgdb-1.12-18mdk


> If you have any of db[123] rpms installed, can you uninstall
> them without
> breaking dependencies?

What should this help???
>
>
> > Sorry, about all these question, but I feel a bit
> > embarassed about the non-working cyrus and
> > would do "high-jumping" and "lol's" when I would get it to
> > work....
>
> Oh don't worry it took me four days to figure everything out.
>  This is a
> tough beast to deal with.
>
Oh, I´ve been working several weeks on it know. Naturally only in my
spare-time and only a couple of hours on one string.

Regards

Jochen Metzger>



Reply via email to