Peter Czanik

Results 39 comments of Peter Czanik

@bazsi I did a few more experiments while testing syslog-ng-otlp() on RHEL9 (to do fucntional testing of your RHEL9 patch). If I use keep-hostname(yes) then: ``` Dec 6 17:35:43 fedora...

Tested on an up-to-date git snapshot, and the problem is still there.

Thanks, I just tested it on FreeBSD, and works now as expected.

It compiled on FreeBSD, however there seem to be problems running the result: ``` root@fb132:~/freebsd/syslog-ng4-devel # syslog-ng -V syslog-ng 4 (4.7.1.167.g3d81f41) Config version: 4.2 Installer-Version: 4.7.1.167.g3d81f41 Revision: Compile-Date: May 6...

And the same problem on openSUSE Leap 15.5, which is unlike FreeBSD, is GCC-based: ``` czplaptop:~ # syslog-ng -V syslog-ng 4 (4.7.1.167.g3d81f41) Config version: 4.2 Installer-Version: 4.7.1.167.g3d81f41 Revision: Module-Directory: /usr/lib64/syslog-ng...

> Yeah, sometimes g++ is using libc++ and I guess clang can also use libstdc++. this is more of a platform decision. A simple and limited fix could be to...

Did a new compile on FreeBSD, this time after editing the source with sed: ``` for i in `find . -type f` ; do gsed -i 's/stdc++/c++/g' $i ; done...

Thanks @MrAnno. It seems that the GCC side is now OK (tested on openSUSE Leap 15.5, Tumbleweed needs a 3GB download before I can test). The FreeBSD / CLANG side...

Tumbleweed is also OK, which uses all the latest versions from GCC and other dependencies: ``` tumbleweed:~ # syslog-ng -V syslog-ng 4 (4.7.1.196.gb9ec945) Config version: 4.2 Installer-Version: 4.7.1.196.gb9ec945 Revision: Module-Directory:...

@HofiOne Compiling GRPC-based modules on MacOS fails with very similar error messages.