Solved eventlog and syslog-ng conflict

Seems eventlog and syslog-ng are now in some kind of conflict:

Code:
Installing eventlog-0.2.12_1...
pkg-static: eventlog-0.2.12_1 conflicts with syslog-ng-3.19.1 (installs files into the same place).  Problematic file: /usr/local/lib/libevtlog.so
*** Error code 70

Stop.
make: stopped in /usr/ports/sysutils/eventlog


My current solution was to remove eventlog - I don't know if i need it. I sure need syslog-ng.

I found this topic, but no solution there:
https://lists.freebsd.org/pipermail/freebsd-ports/2017-September/110098.html
 
There is a comment in the Makefie:
Code:
#       Reminder: Retire this port sysutils/syslog-ng310 is retired.
#       syslog-ng311 and subsequent ports make use of a private copy of
#       eventlog. sysutils/syslog-ng* is this port's only consumer.
So I think you don't need eventlog.
 
Back
Top