Hi all, I got the tarball from, https://github.com/balabit/syslog-ng/releases (version 3.7.3). When I tried to build it, - configure passed. - make passed - make check failed with the following message, /usr/bin/ld: modules/systemd-journal/tests/modules_systemd_journal_tests_test_systemd_journal-test_systemd_journal.o: undefined reference to symbol 'iv_task_registered@@IVYKIS_0.29' //usr/local/lib/libivykis.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:6297: recipe for target 'modules/systemd-journal/tests/test_systemd_journal' failed make[3]: *** [modules/systemd-journal/tests/test_systemd_journal] Error 1 Makefile:11738: recipe for target 'check-am' failed make[2]: *** [check-am] Error 2 Makefile:11313: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 Makefile:11741: recipe for target 'check' failed make: *** [check] Error 2 Also, getting this warning when compiling, Makefile:12423: warning: overriding recipe for target 'eclipse' Makefile:12398: warning: ignoring old recipe for target 'eclipse' What could be the cause for this problem? Thanks. Best regards, Vithulan. -- Vithulan MV. Undergraduate, Department of Computer Science & Engineering, University of Moratuwa, Sri lanka.
Your ivykis version seems too old. We require something like 0.36. A copy is embedded into syslog-ng tarballs (in lib/ivykis) that should work. On May 14, 2016 6:56 PM, "Vithulan MV" <vithulanmv.12@cse.mrt.ac.lk> wrote:
Hi all,
I got the tarball from, https://github.com/balabit/syslog-ng/releases (version 3.7.3). When I tried to build it,
- configure passed. - make passed - make check failed with the following message,
/usr/bin/ld: modules/systemd-journal/tests/modules_systemd_journal_tests_test_systemd_journal-test_systemd_journal.o: undefined reference to symbol 'iv_task_registered@@IVYKIS_0.29' //usr/local/lib/libivykis.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:6297: recipe for target 'modules/systemd-journal/tests/test_systemd_journal' failed make[3]: *** [modules/systemd-journal/tests/test_systemd_journal] Error 1 Makefile:11738: recipe for target 'check-am' failed make[2]: *** [check-am] Error 2 Makefile:11313: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 Makefile:11741: recipe for target 'check' failed make: *** [check] Error 2
Also, getting this warning when compiling,
Makefile:12423: warning: overriding recipe for target 'eclipse' Makefile:12398: warning: ignoring old recipe for target 'eclipse'
What could be the cause for this problem?
Thanks. Best regards, Vithulan.
-- Vithulan MV.
Undergraduate, Department of Computer Science & Engineering, University of Moratuwa, Sri lanka.
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hi, I've already installed 0.36 version of ivykis, I installed both library and dev library. See the attached image. Thanks. Best Regards, Vithulan On 15 May 2016 at 00:16, Balazs Scheidler <bazsi77@gmail.com> wrote:
Your ivykis version seems too old. We require something like 0.36. A copy is embedded into syslog-ng tarballs (in lib/ivykis) that should work. On May 14, 2016 6:56 PM, "Vithulan MV" <vithulanmv.12@cse.mrt.ac.lk> wrote:
Hi all,
I got the tarball from, https://github.com/balabit/syslog-ng/releases (version 3.7.3). When I tried to build it,
- configure passed. - make passed - make check failed with the following message,
/usr/bin/ld: modules/systemd-journal/tests/modules_systemd_journal_tests_test_systemd_journal-test_systemd_journal.o: undefined reference to symbol 'iv_task_registered@@IVYKIS_0.29' //usr/local/lib/libivykis.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:6297: recipe for target 'modules/systemd-journal/tests/test_systemd_journal' failed make[3]: *** [modules/systemd-journal/tests/test_systemd_journal] Error 1 Makefile:11738: recipe for target 'check-am' failed make[2]: *** [check-am] Error 2 Makefile:11313: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 Makefile:11741: recipe for target 'check' failed make: *** [check] Error 2
Also, getting this warning when compiling,
Makefile:12423: warning: overriding recipe for target 'eclipse' Makefile:12398: warning: ignoring old recipe for target 'eclipse'
What could be the cause for this problem?
Thanks. Best regards, Vithulan.
-- Vithulan MV.
Undergraduate, Department of Computer Science & Engineering, University of Moratuwa, Sri lanka.
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Vithulan MV. Undergraduate, Department of Computer Science & Engineering, University of Moratuwa, Sri lanka.
Hi, There was something wrong with ivykis package I installed.. Now I built with system module of ivykis, it works as expected. Thanks. Best Regards, Vithulan On 15 May 2016 at 00:32, Vithulan MV <vithulanmv.12@cse.mrt.ac.lk> wrote:
Hi,
I've already installed 0.36 version of ivykis, I installed both library and dev library. See the attached image.
Thanks. Best Regards,
Vithulan
On 15 May 2016 at 00:16, Balazs Scheidler <bazsi77@gmail.com> wrote:
Your ivykis version seems too old. We require something like 0.36. A copy is embedded into syslog-ng tarballs (in lib/ivykis) that should work. On May 14, 2016 6:56 PM, "Vithulan MV" <vithulanmv.12@cse.mrt.ac.lk> wrote:
Hi all,
I got the tarball from, https://github.com/balabit/syslog-ng/releases (version 3.7.3). When I tried to build it,
- configure passed. - make passed - make check failed with the following message,
/usr/bin/ld: modules/systemd-journal/tests/modules_systemd_journal_tests_test_systemd_journal-test_systemd_journal.o: undefined reference to symbol 'iv_task_registered@@IVYKIS_0.29' //usr/local/lib/libivykis.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:6297: recipe for target 'modules/systemd-journal/tests/test_systemd_journal' failed make[3]: *** [modules/systemd-journal/tests/test_systemd_journal] Error 1 Makefile:11738: recipe for target 'check-am' failed make[2]: *** [check-am] Error 2 Makefile:11313: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 Makefile:11741: recipe for target 'check' failed make: *** [check] Error 2
Also, getting this warning when compiling,
Makefile:12423: warning: overriding recipe for target 'eclipse' Makefile:12398: warning: ignoring old recipe for target 'eclipse'
What could be the cause for this problem?
Thanks. Best regards, Vithulan.
-- Vithulan MV.
Undergraduate, Department of Computer Science & Engineering, University of Moratuwa, Sri lanka.
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Vithulan MV.
Undergraduate, Department of Computer Science & Engineering, University of Moratuwa, Sri lanka.
-- Vithulan MV. Undergraduate, Department of Computer Science & Engineering, University of Moratuwa, Sri lanka.
participants (2)
-
Balazs Scheidler
-
Vithulan MV