В сообщении от 18 декабря 2006 21:00 Aaron Stone написал(a): > On Mon, 2006-12-18 at 17:16 +0300, Oleg Lapshin wrote: > > > I've done that and committed the result. > > > > > > Aaron Stone wrote: > > > > Fixed. Requires autoreconf. > > > > I checked rev-2401 > > Again: if I run ./configure --with-sieve ... (with or without autoreconf) > > it failed to find lib-sieve > > If I run ./configure --with-sieve=/usr/local ... - all OK > > > > If this is as expected, tell me and I'll use --with-sieve=/usr/local in > > my build script > > This is correct behavior if /usr/local is not in your LD_LIBRARY_PATH or > (on Linux only) not listed in /etc/ld.so.conf.
$ cat /etc/ld.so.conf /usr/local/lib /usr/X11R6/lib /usr/i486-slackware-linux/lib /opt/kde/lib64 And if I set LD_LIBRARY_PATH=/usr/local/lib I can't compile sieve support without --with-sieve=/usr/local But OK, I set this in my script. Thanks for your attention. -- Oleg Lapshin _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
