vpnc icon indicating copy to clipboard operation
vpnc copied to clipboard

Mac OS X 10.14.2 - fatal error: 'gcrypt.h' file not found

Open miljosh68 opened this issue 6 years ago • 3 comments

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?

miljosh68 avatar Dec 15 '18 12:12 miljosh68

+1

andre991 avatar Mar 13 '19 19:03 andre991

same issue, can't install because of this

gavinbelson avatar Apr 17 '19 15:04 gavinbelson

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.

lgomez avatar Jul 19 '19 16:07 lgomez