Edward Rudd said:
> And you can't remove the db4-4.0.14??
There are many other packages that depend on it:
[EMAIL PROTECTED] log]# rpm -qa | grep db4
db4-utils-4.0.14-20
db4-4.0.14-20
db4-devel-4.1.25-4
gpg-pubkey-db42a60e-37ea5438
db4-4.1.25-4
[EMAIL PROTECTED] log]# rpm -e db4-4.0.14-20
error:
And you can't remove the db4-4.0.14??
and to see where libdb.so is pointing use ls -l
ls -l /usr/lib/libdb.so
that will show where the symbolic link is pointing..
do a find / -name "libdb.so" and find any other libdb.so.. but it could
be that configure wasn't able to link against your libdb-4.
Original Message
Subject: Re: Upgrading to cyrus-imapd-2.2.3-8 using Simon's RPM's
From:"Douglas Koobs" <[EMAIL PROTECTED]>
Date:Sat, April 10, 2004 11:00 pm
To: "Edward Rudd" <[EMAIL PROTECTED]>
Edward Rudd wrote:
>You need to remove the Devel package for the other DB..
>the issue is cyrus links against libdb.so and the /usr/lib/libdb.so file
>is pointing to the db4.0.14 file instead of the 4.1.25.
>
>So check the libdb.so and make sure it points to libdb-4.1.so. Then
>cyrus will compile
You need to remove the Devel package for the other DB..
the issue is cyrus links against libdb.so and the /usr/lib/libdb.so file
is pointing to the db4.0.14 file instead of the 4.1.25.
So check the libdb.so and make sure it points to libdb-4.1.so. Then
cyrus will compile with the correct libs..
O
This is because cyrus imapd compiled against the 4.0.14 headers and
linked against the 4.1.25 library..
you need to install the devel package for your db2-4.1.25 package so
that the headers for that release will be found.
On Sat, 2004-04-10 at 16:41, Doug Koobs wrote:
> >You took the wrong cyrus-s
On Thu, 8 Apr 2004 21:00:11 +0100 (BST), Colin Bruce wrote:
>Dear Lyn,
>
>We had a similar problem this afternoon and some people helped out with
>sugestions. What we did was
>
> 1. stop the master server
> 2. delete files in the /var/imap/db directory
> 3. restart the master
>
>
You took the wrong cyrus-sasl package. Take this one
http://www.invoca.ch/pub/packages/cyrus-sasl/rh-9/cyrus-sasl-2.1.18-1.src.rpm
for redhat 9. Then, after rebuilding it, you have to upgrade the existing
oackages with 'rpm -Fvh cyrus-sasl*2.1.18-1.i386.rpm', which does
'freshen' the currently ins
> Hello,
>
> I'm running RH9, and installed cyrus-imapd-2.1.15-1 using Simon's rpm's.
> I'm now trying to upgrade to the new 2.2 release using Simon's rpms, and
> here is the trouble I'm having:
>
> [EMAIL PROTECTED] packages]# rpmbuild --rebuild cyrus-imapd-2.2.3-8.src.rpm
> Installing cyrus-imapd
I'm 99% sure this isn't the problem. There is only one user with admin
access - me - and the folders created aren't even used by my mailer.
Mine (evolution) uses "INBOX.Sent" to store outbound messages, and one
of the "mystery folders" was "Sent Items" - I'd never seen the version
with "Items" in m
Hello,
I'm running RH9, and installed cyrus-imapd-2.1.15-1 using Simon's rpm's.
I'm now trying to upgrade to the new 2.2 release using Simon's rpms, and
here is the trouble I'm having:
[EMAIL PROTECTED] packages]# rpmbuild --rebuild cyrus-imapd-2.2.3-8.src.rpm
Installing cyrus-imapd-2.2.3-8.src
On Sat, 2004-04-10 at 14:23, William M. Shubert wrote:
> Is this a bug? Or have I misconfigured something?
This can happen when a user listed as an admin in imapd.conf runs a
normal mail client under their admin account. Admins should not use
their accounts for regular mail.
Craig Ringer
---
C
12 matches
Mail list logo