Assistance compiling 1.6.12
Hello, I apologize in advance for my lack of experience and knowledge in this area but I keep encountering the following when I attempt to "make" the 1.6.12 distribution on Solaris 9: Making install in src Making install in . gcc -g -O2 -Wall -I/opt/syslog-ng-1.6.12/libol-0.3.18/src -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 getopt.o getopt1.o -lpthread -lrt -lnsl -lsocket -ldoor -lresolv -Wl,-Bstatic /opt/syslog-ng-1.6.12/libol-0.3.18/src/.libs/libol.a -lsocket -lnsl -lxnet -lfl -lsocket -lnsl -lnet -Wl,-Bdynamic ld: fatal: library -lxnet: not found ld: fatal: File processing errors. No output written to syslog-ng collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `syslog-ng' Current working directory /opt/syslog-ng-1.6.12/src *** Error code 1 make: Fatal error: Command failed for target `install-recursive' Current working directory /opt/syslog-ng-1.6.12/src *** Error code 1 make: Fatal error: Command failed for target `install-recursive' I've scanned the net for references to "-lxnet" on Solaris and could only determine that is a library routine particular to Linux. I could not find how to provide this on a Solaris platform. Any assistance would be greatly appreciated. Tim _____________________________________________________________ Click here to find a massage therapy school near you. http://track.juno.com/s/lc?u=http://tagline.untd.us/fc/Ioyw6iieZBaNpvMSHkV5l...
On 6/26/07, tim.brown@juno.com <tim.brown@juno.com> wrote:
Hello,
I've scanned the net for references to "-lxnet" on Solaris and could only determine that is a library routine particular to Linux. I could not find how to provide this on a Solaris platform.
No, it's not. It's part of SUNWcslx and I've never seen it on any Linux machine :}
Any assistance would be greatly appreciated.
Tim Cheers, Andrej
Andrej Ricnik-Bay wrote:
On 6/26/07, tim.brown@juno.com <tim.brown@juno.com> wrote:
I've scanned the net for references to "-lxnet" on Solaris and could only determine that is a library routine particular to Linux. I could not find how to provide this on a Solaris platform.
No, it's not. It's part of SUNWcslx and I've never seen it on any Linux machine :}
Why is syslog-ng trying to link in the XTI library? Something is wrong, here... -- Carson
Carson Gaspar wrote:
Andrej Ricnik-Bay wrote:
On 6/26/07, tim.brown@juno.com <tim.brown@juno.com> wrote:
I've scanned the net for references to "-lxnet" on Solaris and could only determine that is a library routine particular to Linux. I could not find how to provide this on a Solaris platform.
No, it's not. It's part of SUNWcslx and I've never seen it on any Linux machine :}
Why is syslog-ng trying to link in the XTI library? Something is wrong, here...
Ah, libol's autoconf code adds in libxnet even though it isn't needed. I'm not sure what the code is _trying_ to do, but it's doing it wrong. On the plus side, I don't see references to xnet in the 2.0.4 syslog-ng, nor in the 0.2.5 eventlog. So my advice is to skip the old code and use the shiny new stuff. -- Carson
On 6/26/07, Carson Gaspar <carson@taltos.org> wrote:
Why is syslog-ng trying to link in the XTI library? Something is wrong, here... That I cannot answer...
-- Carson
Cheers, Andrej -- Please don't top post, and don't use HTML e-Mail :} Make your quotes concise. http://www.american.edu/econ/notes/htmlmail.htm
participants (3)
-
Andrej Ricnik-Bay
-
Carson Gaspar
-
tim.brown@juno.com