Re: cyradm and perl problem

2001-08-09 Thread Toni Andjelkovic
a-4/lib/libc_psr.so.1 look for the line that starts with 'libdb-3.2.so' and install the library in the right path. (here it's "/opt/BerkeleyDB/lib/libdb-3.2.so"). HTH, -- Toni Andjelkovic <[EMAIL PROTECTED]>

Mail::SIEVEClient

2001-07-27 Thread Toni Andjelkovic
under mod_perl (unlike Cyrus' modules, which allocate memory all over the place, but don't bother to free it). this is a "quick hack", but it works for me. it is not on CPAN yet, but i will submit it (and work on it) if enough people show interest. cheers, -- Toni Andjelkovic <[EMAIL PROTECTED]>

Re: imclient leaks memory

2001-07-13 Thread Toni Andjelkovic
bject > before the loop, then open/close the connection > each time you passed through the loop? no, because it won't help. memory allocated by imclient (or Cyrus::IMAP) isn't being properly freed. cu, -- Toni Andjelkovic <[EMAIL PROTECTED]>

imclient leaks memory

2001-07-12 Thread Toni Andjelkovic
NOK " unless $rc; print STDERR "."; select(undef, undef, undef, 0.1); } # --- can anyone confirm this? cheers, -- Toni Andjelkovic <[EMAIL PROTECTED]>