Hi All,
I am getting following errors while running make buildworld,
I am using FreeBSD 12.1
I have also installed openssl
I could not find depended pkg/binary for "ssl_locl.h" appreciate your input/suggestion.!
I am getting following errors while running make buildworld,
I am using FreeBSD 12.1
Code:
root@freebsd:/usr/src # uname -a FreeBSD freebsd 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64 root@freebsd:/usr/src #
I have also installed openssl
Code:
root@freebsd:/usr/src # pkg info openssl openssl-1.1.1g,1 Name : openssl Version : 1.1.1g,1
Code:
root@freebsd:/usr/src # make -C /usr/src buildworld _NISTZ256_ASM -DX25519_ASM -DPADLOCK_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/usr/lib/engines\"" -DNDEBUG -I/usr/src/crypto/openssl/ssl -I/usr/obj/usr/src/amd64.amd64/secure/lib/libcrypto -g -MD -MF.depend.t1_lib.o -MTt1_lib.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/crypto/openssl/ssl/t1_lib.c -o t1_lib.o /usr/src/crypto/openssl/ssl/t1_lib.c:21:10: fatal error: 'ssl_locl.h' file not found #include "ssl_locl.h" ^~~~~~~~~~~~ 1 error generated. *** Error code 1 Stop. make[4]: stopped in /usr/src/secure/lib/libssl *** Error code 1 Stop. make[3]: stopped in /usr/src *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src
I could not find depended pkg/binary for "ssl_locl.h" appreciate your input/suggestion.!