Maybe you already know this, but I want to point it out just in case; pkcs11-helper library is not included in OS X. You need to build that first, if you want to include support for this in openvpn.
Op 22 februari 2012 23:23 heeft Jonathan K. Bullard <jkbull...@gmail.com> het volgende geschreven: > On Wed, Feb 22, 2012 at 2:49 PM, debrabander <debraban...@gmail.com> wrote: >> This is not the a problem when building using the latest Mac OS X SDK. >> I've did a quick search and it seems to be a more common issue on some >> (old) Darwin platforms. Please try building again after applying the >> patch below. > > Your patch fixed the error, so thank you very much! > > I gather the patch was from a slightly different version of socket.c, > since the line numbers were a few lines off of what I have. But it > seemed to work. > > Now I need to figure out what is causing the warnings about vararg, a > bunch of "differ in signedness" warnings, and a "ld: library not found > for -lpkcs11-helper" error. I'll try using more recent SDKs. > > Thanks again.