[syslog-ng]compiling syslog-ng (latest version) on solrais 9 - no error

Markus Reger syslog-ng@lists.balabit.hu
Sun, 11 Jan 2004 09:33:29 +0100


This is a MIME message. If you are reading this text, you may want to 
consider changing to a mail reader or gateway that understands how to 
properly handle MIME multipart messages.

--=_45640966.422342F9
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

This is the same problem on IRIX. You have to use the flex library like
this:
gcc ... -L(flex directory path) -lfl

Gabor=20
sorry to say but Gabor's advice didn't bring me any further. What I chose =
then was to set=20
=20
export LEXLIB=3D"/opt/sfw/libfl.a"=20
=20
since this file holds yywrap. I made a=20
=20
make disclean
./configure
make=20
=20
and everything went fine (at least there were no errors, warnings, notices =
or other complaints reported) and binaries were ceated.
fyi we use:=20
gcc 3.3=20
flex 2.5.4
libol 0.3.11
syslog-ng 1.6.0rc4=20
=20
now the config will begin.=20
kr


--=_45640966.422342F9
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Description: HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"=
>
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR></HEAD>
<BODY=20
style=3D"MARGIN-TOP: 2px; FONT: 10pt Microsoft Sans Serif; MARGIN-LEFT: =
2px">This=20
is the same problem on IRIX. You have to use the flex library=20
like<BR>this:<BR>gcc ... -L(flex directory path) -lfl<BR><BR>Gabor
<DIV>&nbsp;</DIV>
<DIV>sorry to say but Gabor's advice didn't bring me any further. What I =
chose=20
then was to set </DIV>
<DIV>&nbsp;</DIV>
<DIV>export LEXLIB=3D"/opt/sfw/libfl.a" </DIV>
<DIV>&nbsp;</DIV>
<DIV>since this file holds yywrap. I made a </DIV>
<DIV>&nbsp;</DIV>
<DIV>make disclean</DIV>
<DIV>./configure</DIV>
<DIV>make </DIV>
<DIV>&nbsp;</DIV>
<DIV>and everything went fine (at least there were no errors, warnings, =
notices=20
or other complaints reported) and binaries were ceated.</DIV>
<DIV>fyi we use: </DIV>
<DIV>gcc 3.3 </DIV>
<DIV>flex 2.5.4</DIV>
<DIV>libol 0.3.11</DIV>
<DIV>syslog-ng 1.6.0rc4&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>now the config will begin. </DIV>
<DIV>kr</DIV></BODY></HTML>

--=_45640966.422342F9--