<div dir="ltr">Hi, I&#39;m getting the following error while making syslog:<br><br>[fhkfauaa@fhkfauaa ~/syslog-ng-2.0.6]$ make<br>gmake&nbsp; all-recursive<br>gmake[1]: Entering directory `/home/fhkfauaa/syslog-ng-2.0.6&#39;<br>
Making all in src<br>gmake[2]: Entering directory `/home/fhkfauaa/syslog-ng-2.0.6/src&#39;<br>gcc&nbsp; -g -O2 -Wall&nbsp;&nbsp; -o syslog-ng&nbsp; main.o libsyslog-ng.a -lpthread -lresolv -lnsl -lrt -lsocket -ldoor&nbsp; -Wl,-Bstatic -ll -Wl,-R/opt/local/lib -L/opt/local/lib -lglib-2.0 -lintl -liconv&nbsp;&nbsp; -L/usr/local/lib -levtlog&nbsp;&nbsp;&nbsp; -lwrap -Wl,-Bdynamic<br>
ld: fatal: library -ll: not found<br>ld: fatal: File processing errors. No output written to syslog-ng<br>collect2: ld returned 1 exit status<br>gmake[2]: *** [syslog-ng] Error 1<br>gmake[2]: Leaving directory `/home/fhkfauaa/syslog-ng-2.0.6/src&#39;<br>
gmake[1]: *** [all-recursive] Error 1<br>gmake[1]: Leaving directory `/home/fhkfauaa/syslog-ng-2.0.6&#39;<br>gmake: *** [all] Error 2<br><br>As far as I can see, it&#39;s not finding libl.&nbsp; Here are all the libl&#39;s on the system:<br>
<br>[fhkfauaa@fhkfauaa ~/syslog-ng-2.0.6]$ find / -name libl.\* 2&gt; /dev/null<br>/usr/ccs/lib/amd64/libl.so<br>/usr/ccs/lib/libl.so<br>/usr/lib/amd64/libl.so<br>/usr/lib/amd64/libl.so.1<br>/usr/lib/libl.so<br>/usr/lib/libl.so.1<br>
/usr/share/man/man3lib/libl.3lib<br><br>Any ideas?<br></div>