18 Nov
2008
18 Nov
'08
12:23 p.m.
On Mon, 2008-11-17 at 15:07 -0500, Douglas E. Warner wrote:
I'm trying to compile syslog-ng 2.1.2 but getting the following error from configure:
./configure --disable-static-linking --enable-dynamic-linking [...]
as a workaround, specify only one of the linking options: use only --enable-dynamic-linking. meanwhile I've also fixed this problem with this patch commit 3210545f108643988177340b4707319f904c24a0 Author: Balazs Scheidler <bazsi@balabit.hu> Date: Tue Nov 18 13:22:18 2008 +0100 configure.in: only require static glib if --enable-static-linking is explicitly set -- Bazsi