Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-12801

Makefile_sender_dll contains bad file path to zabbix_sender.o on Windows

XMLWordPrintable

    • Sprint 18, Sprint 46, Nov 2018, Sprint 47, Dec 2018
    • 2

      Hello, today during compiling windows agent version 3.0.11 on Windows 10 Pro x64, using VS2015 I found, that file Makefile_sender_dll contains bad file path to zabbix_sender.o.

      Problem line:
      ..\..\..\src\zabbix_sender\win32\zabbix_sender.o

      If i removed win32 subdirectory from path, compilation of agent on windows was sucessfull:
      ..\..\..\src\zabbix_sender\zabbix_sender.o

      Bug appeared during compilation with TLS support, Makefile use old file src/zabbix_sender/win32/zabbix_sender.c during compilation and because it is old and don't contain support for TLS, compilation failed.

      Please fix Makefile_sender_dll to include correct file.

            viktors.tjarve Viktors Tjarve
            sh0thub sh0thub
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: