vpnc
vpnc copied to clipboard
Mac OS X 10.14.2 - fatal error: 'gcrypt.h' file not found
Please pardon me if this seems to be a stupid question.
I recently bought a MacBook Pro (2018) and trying to connect to a Cisco ASA firewall. The native client in Mac OS X doesn't work so I thought of using vpnc (which works well in a Ubuntu VM that I installed on the same MacBook Pro).
Followed the instructions on this page http://www.nivas.hr/blog/2017/02/15/install-vpnc-macos-sierra/, but I get the above mentioned error for 'make
' command.
Is there a way to fix the error and get vpnc working?
+1
same issue, can't install because of this
I was able to work around this by installing libgcrypt
, gnutls
and pkg-config
through brew
.
brew install libgcrypt
brew install gnutls
brew install pkg-config
Hope this helps.