Hi everyone !<br><br>Ok, i'm quite ashamed to ask this ... but i'm not very good in compiling, and i'm sure it must be easy to solve<br>But i do not succeed !<br><br>I discovered that php-syslog-ng provide loggen, written by bazsi.<br>
<br>I need this tool since i must benchmark my syslog-ng server.<br><br>The problem is that our customized version of this OS lacks a lot of librairies and i cannot compile loggen<br><br>( FI, i use a pkg of syslog-ng for solaris, since i couldn't compile it, because of too many librairies that where missing)<br>
<br>i tried to compil loggen, but didn't succeed :(<br><br>I tried a simple "gcc loggen.c -o loggen" and i was told :<br>loggen.c:1:20 config.h:No such file or dorectory<br><br>In which package should i find this config.h file ? because a lot of other tools (like perl) have one<br>
<br>The make command give me another error like it doesn't find any "../../<a href="http://configure.in/" target="_blank">configure.in</a>" which is normal i think.<br><br>How did you guys managed to compil it ?<br>
<br>thanks in advance :)