Re: BDB Nightmare

2004-10-25 Thread Akshay Kumar
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+"$@"} ;;

Re: BDB Nightmare

2004-10-24 Thread sam wun
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

Re: BDB Nightmare

2004-10-24 Thread Dominic Ijichi
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

Re: BDB Nightmare

2004-10-23 Thread Akshay Kumar
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

Re: BDB Nightmare

2004-10-23 Thread Akshay Kumar
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

Re: BDB Nightmare

2004-10-22 Thread Akshay Kumar
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

Re: BDB Nightmare

2004-10-22 Thread Dominic Ijichi
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

Re: BDB Nightmare

2004-10-22 Thread Akshay Kumar
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

Re: BDB Nightmare

2004-10-22 Thread Dominic Ijichi
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

BDB Nightmare

2004-10-22 Thread Akshay Kumar
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