Re: [Openvpn-devel] Crosscompile OpenVPN 2.1.1

2010-01-25 Thread Alon Bar-Lev
You should also copy the dlls from the base. On Fri, Jan 22, 2010 at 2:55 PM, Eike Lohmann wrote: > > After compile I copy the openvpn.exe for testing in my existing OpenVPN > installation on my windowsbox, if i try to start it via the openvpngui > it reports: "SSLEAY32.dll is missing" > I tried

Re: [Openvpn-devel] Crosscompile OpenVPN 2.1.1

2010-01-22 Thread Eike Lohmann
After compile I copy the openvpn.exe for testing in my existing OpenVPN installation on my windowsbox, if i try to start it via the openvpngui it reports: "SSLEAY32.dll is missing" I tried to compile openssl no-shared but that didn't chaged anything, what do I have to change ? Best regards Eike

Re: [Openvpn-devel] Crosscompile OpenVPN 2.1.1

2010-01-22 Thread Eike Lohmann
Hi Alon, thanks, this is the only working way for me. I am compiling with i586-mingw32msvc, where do i get the i686 crosscompiler for Debian or Ubuntu? My gentoo box is ~3 years old, I better don't touch it. :) If I want to set some different options to the buildprocess, do I edit the ./build s

Re: [Openvpn-devel] Crosscompile OpenVPN 2.1.1

2010-01-21 Thread Alon Bar-Lev
You should run the build script it will build all including openvpn. You can adjust it later to build whatever you need. On Thu, Jan 21, 2010 at 10:37 AM, Eike Lohmann wrote: > > Hi, what should I try there the openvpn binary or the libs? > I am not familiar with openbc. > > Regards, Eike > > > >

Re: [Openvpn-devel] Crosscompile OpenVPN 2.1.1

2010-01-21 Thread Eike Lohmann
Meanwhile I switched over to the prebuild package, but get the same error here. (configure: error: LZO headers were found but LZO library was not found) In config.log I see configure:11102: result: no configure:11135: checking for lzo/lzo1x.h configure:11142: result: no configure:11166: checking

Re: [Openvpn-devel] Crosscompile OpenVPN 2.1.1

2010-01-20 Thread Alon Bar-Lev
Ops... http://opensc-project.org/build On 1/20/10, Alon Bar-Lev wrote: > Take my build from http://opensc-project.com/build > > On 1/20/10, Eike Lohmann wrote: >> >> Hello, >> >> I am searching for the best way to compile OpenVPN 2.1.1 for Windows, I >> have tried it on Windows with mingw+msys a

Re: [Openvpn-devel] Crosscompile OpenVPN 2.1.1

2010-01-20 Thread Alon Bar-Lev
Take my build from http://opensc-project.com/build On 1/20/10, Eike Lohmann wrote: > > Hello, > > I am searching for the best way to compile OpenVPN 2.1.1 for Windows, I > have tried it on Windows with mingw+msys and on cygwin with the native > win32 option. Right now I am on Linux using the ming

Re: [Openvpn-devel] Crosscompile OpenVPN 2.1.1

2010-01-20 Thread Peter Stuge
Eike Lohmann wrote: > checking for lzo1x_1_15_compress in -llzo... no > configure: error: LZO headers were found but LZO library was not found .. > What exactly is missing and how to build it? Look in config.log for the exact error from the configure test. It would help to also post it here. //P