-
Patch request
-
Resolution: Fixed
-
Trivial
-
6.0.0alpha5
-
Solaris 11 sparc
-
Sprint 81 (Oct 2021), Sprint 82 (Nov 2021)
-
0.5
Steps to reproduce:
In Solaris 11 sparc
- Get 6.0.0alpha5 source
- configure
- make
- Build failed at compiling src/libs/zbxcrypto/sha512crypt.c
Result:
gcc -DHAVE_CONFIG_H -I. -I../../../include -I/usr/local/openssl-1.1.1l//include -m64 -g -O2 -DZBX_OLD_SOLARIS -I/usr/local/pcre-8.44/include/ -MT libzbxcrypto_a-sha512crypt.o -MD -MP -MF .deps/libzbxcrypto_a-sha512crypt.Tpo -c -o libzbxcrypto_a-sha512crypt.o `test -f 'sha512crypt.c' || echo './'`sha512crypt.c
sha512crypt.c:16:30: machine/endian.h: No such file or directory
Expected:
Build successed.
Fix patch:
I attached.
- caused by
-
ZBX-20001 Zabbix Server crashes on Sparc Solaris 11 (preprocessing worker process)
- Closed