Re: [Openvpn-devel] OpenVPN 3.3_alpha2 build problem

2012-07-16 Thread Alon Bar-Lev
On Mon, Jul 16, 2012 at 11:24 PM, Jonathan K. Bullard wrote: >> Please try: >> >> ./configure CFLAGS="-Ixxx" LDFLAGS="-Lyyy" >> >> Should be simpler. > > > Thanks. Although > > LDFLAGS="-Lxxx -Lyyy -Lzzz" > > builds, but it causes config to output "checking for PKCS11_HELPER... no". I > assume tha

Re: [Openvpn-devel] OpenVPN 3.3_alpha2 build problem

2012-07-16 Thread Jonathan K. Bullard
> > Please try: > > ./configure CFLAGS="-Ixxx" LDFLAGS="-Lyyy" > > Should be simpler. > Thanks. Although LDFLAGS="-Lxxx -Lyyy -Lzzz" builds, but it causes config to output "checking for PKCS11_HELPER... no". I assume that if it isn't finding pkcs11-helper, then it might not configure the build t

Re: [Openvpn-devel] OpenVPN 3.3_alpha2 build problem

2012-07-16 Thread Alon Bar-Lev
Please try: ./configure CFLAGS="-Ixxx" LDFLAGS="-Lyyy" Should be simpler. Alon. On Mon, Jul 16, 2012 at 7:24 PM, Jonathan K. Bullard wrote: > Thank you, Arne and Alon -- I finally managed to get Tunnelblick > more-or-less built using the new build system in 2.3_alpha2. > > For the record, I ha

Re: [Openvpn-devel] OpenVPN 3.3_alpha2 build problem

2012-07-16 Thread Jonathan K. Bullard
Thank you, Arne and Alon -- I finally managed to get Tunnelblick more-or-less built using the new build system in 2.3_alpha2. For the record, I had to use xxx*_LIBS*="-Lyyy" (not xxx*_LDFLAGS*) before ./configure, to get it working.

Re: [Openvpn-devel] OpenVPN 3.3_alpha2 build problem

2012-07-07 Thread Alon Bar-Lev
On Sat, Jul 7, 2012 at 5:39 PM, Jonathan K. Bullard wrote: >> Were does the lzo libraries and includes located? >> If these are not located at default search path of your compiler you >> should probably add: CFLAGS="-I" LDFLAGS="-L" to >> configure. > > > Thanks. So the CFLAGS > > --with-lzo-heade

Re: [Openvpn-devel] OpenVPN 3.3_alpha2 build problem

2012-07-07 Thread Alon Bar-Lev
Hello, Were does the lzo libraries and includes located? If these are not located at default search path of your compiler you should probably add: CFLAGS="-I" LDFLAGS="-L" to configure. Alon. On Sat, Jul 7, 2012 at 5:21 PM, Jonathan K. Bullard wrote: > I'm trying to include OpenVPN 3.3_alpha2 i

[Openvpn-devel] OpenVPN 3.3_alpha2 build problem

2012-07-07 Thread Jonathan K. Bullard
I'm trying to include OpenVPN 3.3_alpha2 in Tunnelblick (OS X GUI for OpenVPN), but get the following error when compiling OpenVPN on OS X: configure: error: lzo enabled but missing I am not familiar with the new OpenVPN build process, but I assume this is