bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Re: Error in loading of vacation action


From: Kostas Zorbadelos
Subject: Re: [bug-mailutils] Re: Error in loading of vacation action
Date: Wed, 6 Jul 2005 18:53:41 +0300
User-agent: Mutt/1.5.9i

On Wed, Jul 06, 2005 at 06:28:11PM +0300, Sergey Poznyakoff wrote:
> Kostas Zorbadelos <address@hidden> wrote:
> 
> > I can't say what is wrong and how I got it to work in the first
> > place. What is the underlying mechanism that implements the search
> > algorithm described in the manual for the search of extensions in
> > sieve?   
> 
> It uses libtool. Try running it under strace to get more info. Be sure
> to give `-o outfile' option to strace, since it will produce lots of
> output.
> 

I did it Sergey.
I was missing the libltdl3-dev package that provided 
/.
/usr
/usr/include
/usr/include/ltdl.h
/usr/lib
/usr/lib/libltdl.la
/usr/lib/libltdl.a
/usr/share
/usr/share/doc
/usr/lib/libltdl.so
/usr/share/doc/libltdl3-dev

I don't know how the hell that package was removed from my system when
I had it initially. I realized the problem through ldd.

Initially,

ldd /usr/local/mailutils/lib/libsieve.so
                libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0x40026000)
        libresolv.so.2 => /lib/tls/libresolv.so.2 (0x40054000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40066000)
        libc.so.6 => /lib/tls/libc.so.6 (0x40075000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)


Now I get

 ldd /usr/local/mailutils/lib/libsieve.so
                libltdl.so.3 => /usr/lib/libltdl.so.3 (0x40026000)
        libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0x4002e000)
        libresolv.so.2 => /lib/tls/libresolv.so.2 (0x4005b000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4006d000)
        libc.so.6 => /lib/tls/libc.so.6 (0x4007c000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0x401b1000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Thanks for everything, I lost nearly a day with this one.
I will send another issue I saw with the vacation action
tomorrow. 


> Regards,
> Sergey
>  

Regards,
Kostas

-- 
  Kostas Zorbadelos
  Systems Designer/Developer, Otenet SA 
  address@hidden contact: kzorba (at) otenet.gr
  
  Out there in the darkness, out there in the night
  out there in the starlight, one soul burns brighter
  than a thousand suns.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]