[ZBX-22314] Build fails on systems with OpenSSL in non-standard location Created: 2023 Feb 07 Updated: 2024 Apr 10 Resolved: 2023 Jun 09 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Installation (I) |
Affects Version/s: | 6.4.0rc1 |
Fix Version/s: | 6.4.4rc1, 7.0.0alpha2, 7.0 (plan) |
Type: | Problem report | Priority: | Trivial |
Reporter: | Alex Kalimulin | Assignee: | Armands Arseniuss Skolmeisters |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | |
Sprint: | Sprint 97 (Feb 2023), Sprint 98 (Mar 2023), Sprint 99 (Apr 2023), Sprint 100 (May 2023), Sprint 101 (Jun 2023) |
Story Points: | 0.25 |
Description |
Steps to reproduce:
Result: In file included from scripts.c:20: In file included from ./scripts.h:23: In file included from ../../../include/zbxcacheconfig.h:24: ../../../include/zbxcomms.h:108:11: fatal error: 'openssl/ssl.h' file not found # include <openssl/ssl.h> ^~~~~~~~~~~~~~~ 1 error generated. Expected: Analysis: Please see the patch that fixes this problem: tls_includes.patch |
Comments |
Comment by Armands Arseniuss Skolmeisters [ 2023 Apr 26 ] |
Main issue is fixed in development branches feature/ZBX-22314-6.4 for 6.4 version and feature/ZBX-22314-6.5 for master version. |
Comment by Armands Arseniuss Skolmeisters [ 2023 May 19 ] |
Available in versions: Part 1:
Part 2:
|