Hi everyone,
I just done a fresh installed of FreeBSD 10 when I tried to
Before I ran
Could anyone pint me to the right direction please?
Thank you
Fred
I just done a fresh installed of FreeBSD 10 when I tried to
make buildwork -j8, I get the following error message:
Code:
--- bn_lib.So ---
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_lib.c:887:6: error: redefinition of 'BN_consttime_swap'
void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords)
^
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_lib.c:835:6: note: previous definition is here
void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords)
^
1 error generated.
*** [bn_lib.So] Error code 1
make[4]: stopped in /usr/src/secure/lib/libcrypto
1 error
make[4]: stopped in /usr/src/secure/lib/libcrypto
--- kerberos5/lib/libheimsqlite__L ---
A failure has been detected in another branch of the parallel make
make[4]: stopped in /usr/src/kerberos5/lib/libheimsqlite
A failure has been detected in another branch of the parallel make
make[3]: stopped in /usr/src
*** [libraries] Error code 2
make[2]: stopped in /usr/src
1 error
make[2]: stopped in /usr/src
*** [_libraries] Error code 2
make[1]: stopped in /usr/src
1 error
make[1]: stopped in /usr/src
*** [buildworld] Error code 2
make: stopped in /usr/src
1 error
make: stopped in /usr/src
Before I ran
make buildword, I installed the heartbleed patch for openssl following the instruction from http://www.freebsd.org/security/advisories/FreeBSD-SA-14:06.openssl.ascCould anyone pint me to the right direction please?
Thank you
Fred