When building the world from source by
Error codes repeat with
This has to do with setting the previous build in src.conf to
I left out GSSAPI, because I thought to play with security/libressl. A few ports and packages don't work with this setting. So, now I want to reinstall gssapi in the base.
Thank you.
make buildworld
, the error shows:
Code:
/usr/src/lib/libgssapi/gss_accept_sec_context.c:29:10:
fatal error: 'gsssapi/gssapi.h' file not found
#include <gssapi/gssapi.h>
1 error generated.
*** Error code 1
Stop.
make[4]: stopped in /usr/src/lib/libgssapi
*** Error code 1
stopped in /usr/src
This has to do with setting the previous build in src.conf to
WITHOUT_GSSAPI
, which installing the base instructions included removing libraries, then including gssapi in the next build. svnup
didn't get the needed library file. How would I get the correct library file for gssapi, to build it in the world?I left out GSSAPI, because I thought to play with security/libressl. A few ports and packages don't work with this setting. So, now I want to reinstall gssapi in the base.
Thank you.