[syslog-ng]Re: can't compile on Solaris9

Borzenkov Andrey Andrey.Borzenkov@siemens.com
Tue, 3 Dec 2002 12:38:22 +0300


> On Mon, 2 Dec 2002, Balazs Scheidler wrote:
> 
> > On Mon, Dec 02, 2002 at 04:23:47PM +0100, Longina Przybyszewska
wrote:
> > > hi,
> > > I can not compile  syslog-ng-1.5.21/23 versions on
Solaris9(sparc).
> > > I am getting the following error:
> >
> > add -lresolv to your LDFLAGS (in Makefile), this problem has been
fixed
> in
> > my CVS tree, but it has not yet been released.
> 
> 
> It didn't work.
> 
> I could compile first after I edited config.status and added -lresolv
> there.
> 

make distclean
LIBS=-lresolv configure ...

Cheers

-andrey