curl

…exits with: (on FreeBSD 10.1-RELEASE-p8, Standard-Options)
Code:
/usr/local/lib/libkrb5.so: undefined reference to `add_error_table'
/usr/local/lib/libkrb5.so: undefined reference to `remove_error_table'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [curl] Error code 1
But compiles with: GSSAPI_MIT=on or GSSAPI_NONE=on.

I think it should compile with standard options without problems.
 
Back
Top