syslog-ng compile errors
sed: can't read /usr/src/syslog-ng-1.5.18/utils/Makefile.in: No such file or directory creating syslog-ng.spec creating src/config.h src/config.h is unchanged
/usr/src/syslog-ng-1.5.18# ls /usr/src/syslog-ng-1.5.18/utils/ Makefile
/usr/src/syslog-ng-1.5.18# make Making all in src make[1]: Entering directory `/usr/src/syslog-ng-1.5.18/src' cd /usr/src/syslog-ng-1.5.18 && autoheader make all-recursive make[2]: Entering directory `/usr/src/syslog-ng-1.5.18/src' Making all in . make[3]: Entering directory `/usr/src/syslog-ng-1.5.18/src' make_class <main.c >main.c.xT /bin/sh: /usr/local/bin/make_class: \: bad interpreter: No such file or directory make[3]: *** [main.c.x] Error 126 make[3]: Leaving directory `/usr/src/syslog-ng-1.5.18/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/syslog-ng-1.5.18/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/usr/src/syslog-ng-1.5.18/src' make: *** [all-recursive] Error 1
On Thu, Jul 11, 2002 at 10:59:17PM +0100, Dale Amon wrote:
make_class <main.c >main.c.xT /bin/sh: /usr/local/bin/make_class: \: bad interpreter: No such file or directory
This comes from a missing scheme interpreter, touch main.c.x or install scsh. It's in the FAQ: http://www.campin.net/syslog-ng/faq.html#scheme -- One morning I shot an elephant in my pyjamas. How he got into my pyjamas I'll never know. - Groucho Marx
Nate Campi (nate@campin.net) Date: Fri 12 Jul 2002 - 06:37:00 CEST
On Thu, Jul 11, 2002 at 10:59:17PM +0100, Dale Amon wrote:
make_class <main.c >main.c.xT /bin/sh: /usr/local/bin/make_class: \: bad interpreter: No such file or directory
This comes from a missing scheme interpreter, touch main.c.x or install scsh.
It's in the FAQ: http://www.campin.net/syslog-ng/faq.html#scheme
As it turns out, if you previously built in the directly you probably have to delete src/main.c.xT to sort things out. I ended up just blowing away the whole directory and doing it again from scratch. But I finally got it to build. All this just for a few extra sockets... Will there be an Option for that in future versions? -- ------------------------------------------------------ Nuke bin Laden: Dale Amon, CEO/MD improve the global Islandone Society gene pool. www.islandone.org ------------------------------------------------------
On Fri, Jul 12, 2002 at 05:27:02PM +0100, Dale Amon wrote:
As it turns out, if you previously built in the directly you probably have to delete src/main.c.xT to sort things out. I ended up just blowing away the whole directory and doing it again from scratch. But I finally got it to build.
Are you sure? Did you try my solution before deleting that file?
All this just for a few extra sockets... Will there be an Option for that in future versions?
Is this what you're looking for? http://www.campin.net/syslog-ng/faq.html#maxconnections -- "The man who does not read good books has no advantage over the man who can't read them." - Samuel Clemens
participants (2)
-
Dale Amon
-
Nate Campi