Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A replacement for OS X's syslog utility' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A replacement for OS X's syslog utility
Authored by: kmschindler on Nov 13, '07 07:58:35AM

Some update about my first try on Tiger 10.4.10.
simply including BIND from Tiger seemed to work.

setenv LDFLAGS "-bind_at_load"

or

setenv LDFLAGS ""

did not make a noticable difference (I am no expert on ld (:-).

linking version 1.6.12 initially failed, because of unknown linker flags -a.

After adding --enable-full-dynamic, i.e.

./configure --enable-debug --enable-tcp-wrapper --enable-full-dynamic

building succeeded.

building 2.0.5 initially failed due to the pkg-config path.
After

setenv PKG_CONFIG_PATH '/usr/local/lib'

and

./configure --enable-debug --enable-tcp-wrapper

it build as well. Only simple checks (syslog-ng -h and syslog-ng -V) have been done with the resulting programs.

P.S. libol 0.3.18 and eventlog 0.2.5 were built and installed as usual (.configure; make; sudo make install)



[ Reply to This | # ]