[Bug 846212] Review Request: libumberlog - CEE-enhanced syslog API library

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 8 09:25:26 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=846212

--- Comment #11 from Christophe Burgun <jouty at fedoraproject.org> ---
(In reply to comment #10)
> (In reply to comment #9)
> > Do you know how to test your lib ?
> > 
> > I have install it but don't know how to test it 
> 
> The package includes a test suite run during %check; you can look in the "t"
> subdirectory for example uses if you wanted to write your own tests.
> 
> Alternatively, run (LD_PRELOAD=/path/to/libumberlog.so
> some_program_that_creates_syslog_records) and see that the records have been
> converted to the CEE format, but we want to discourage this usage.

Hi Milan,

The library works fine 

tail -f /var/log/secure
Aug  8 11:21:02 taygeta sshd[16741]: @cee:{"msg":"fatal: Cannot bind any
address.","pid":"16741","facility":"authpriv","priority":"crit","program":"sshd","uid":"0","gid":"0","host":"taygeta.fr117.corpintra.net","timestamp":"2012-08-08T11:21:02.936744010+0200"}

But you need :

1) Fix License in spec file (BSD and CCPL licence)

2)Delete in spec Requires:    /sbin/ldconfig
because it is do automatically

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the package-review mailing list