On Thu, 2005-03-24 at 10:20 -0500, Smith, James wrote:
ok, I admit, I'm not great at compiling. Has anyone had any issues with getting syslog-ng to compile on Solaris10? I'm getting the following, but am not sure how to go about solving the issue. I'm compiling on an E3500 with gcc3.4.2, libol-0.3.15, and syslog-ng-1.6.6
gcc -g -O2 -Wall -I/usr/local/include/libol -D_GNU_SOURCE -o syslog-ng main.o sources.o center.o filters.o destinations.o log.o cfgfile.o cfg-grammar.o cfg-lex.o affile.o afsocket.o afunix.o afinet.o afinter.o afuser.o afstreams.o afprogram.o afremctrl.o nscache.o utils.o syslog-names.o macros.o -lpthread -lnsl -lsocket -ldoor -lresolv /usr/local/lib/libol.a -lsocket -lnsl -lxnet -Wl,-Bstatic -ll -Wl,-Bdynamic ld: fatal: library -ll: not found ld: fatal: File processing errors. No output written to syslog-ng
you don't have flex or lex installed or the configure script did not find it for some reason. -- Bazsi