I made the following modification to cyradm and it doesnt give the errors
any more. I don't know why the cyrus install is not smart enough to change
these paths itself.
x) exec perl
-I/spare/local/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/
-MCyrus::IMAP::Shell -e shell -- ${1+"$@"} ;;
Dominic Ijichi wrote:
Quoting Akshay Kumar <[EMAIL PROTECTED]>:
Guys,
One more problem, cyradm wont work.
[EMAIL PROTECTED] bin]# ./cyradm
Can't load
'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/IMAP.so'
for module Cyrus::IMAP:
/usr/lib/perl5/site_perl/5.8.0/i386-linux
Quoting Akshay Kumar <[EMAIL PROTECTED]>:
> Guys,
>
> One more problem, cyradm wont work.
>
> [EMAIL PROTECTED] bin]# ./cyradm
> Can't load
>
>'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/IMAP.so'
> for module Cyrus::IMAP:
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-th
Guys,
One more problem, cyradm wont work.
[EMAIL PROTECTED] bin]# ./cyradm
Can't load
'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/IMAP.so'
for module Cyrus::IMAP:
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/IMAP.so:
undefined symbol: db_versi
Fixed.
Like Dominic pointed out bdb was broken.
Making it with
make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"
fixed it.
So now finally the following are working in /spare/local:
bdb-4.2.52, SASL 2.1.19, Openldap 2.2.17, Sendmail 8.13.1, Cyrus 2.2.8,
apache and silkymail.
Believe
Hi Dominic,
The Makefile does have
LIBS=-lpthread
ldd -r /spare/local/lib/libdb-4.2.so still gives the same errors.
I havent found any other mentions of this problem.
Best,
Akshay
On Sat, 23 Oct 2004, Dominic Ijichi wrote:
> Quoting Akshay Kumar <[EMAIL PROTECTED]>:
>
> > Hi,
> >
> > Thanks
Quoting Akshay Kumar <[EMAIL PROTECTED]>:
> Hi,
>
> Thanks for the reply.
>
> I am running Redhat 9 with updates from Progeny. I can't upgrade the OS
> either.
nice, lucky you :)
> ldd -r /spare/local/lib/libdb-4.2.so give the following output:
>
> libc.so.6 => /lib/tls/libc.so.6 (0x
Hi,
Thanks for the reply.
I am running Redhat 9 with updates from Progeny. I can't upgrade the OS
either.
ldd -r /spare/local/lib/libdb-4.2.so give the following output:
libc.so.6 => /lib/tls/libc.so.6 (0x4200)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x5000)
undefined
Quoting Akshay Kumar <[EMAIL PROTECTED]>:
> Has anyone had any luck using the lastest version of BDB 4.2.52 w/ the
> cyrus 2.2.8?
>
> I compiled Berkeley DB 4.2.52. I also succesfully build sendmail, sasl and
> openldap against this version installed in /spare/local.
> But I am having problems ge
Has anyone had any luck using the lastest version of BDB 4.2.52 w/ the
cyrus 2.2.8?
I compiled Berkeley DB 4.2.52. I also succesfully build sendmail, sasl and
openldap against this version installed in /spare/local.
But I am having problems getting cyrus-imap to use this version.
I tried:
env "C
10 matches
Mail list logo