Hi, I never compiled it for the foxboard. I would start doing the following (not sure if this is the right way ;-) ):
- start ./init_env from the sdk - get the openvpn source from openvpn.org. Unpack it with tar xzf openvpn-2.0.9.tar.gz then start the ./configure script in the openvpn directory like this: CC=/usr/local/cris/bin/cris-axis-linux-gnu-gcc ./configure --host=cris-axis-linux-gnu This should get the source configured for cross-compiling. If it finishes, compile the source with "make". If ./configure fails, this is probably due to missing libraries, like lzo. Try to cross compile the required libraries in a similar way, until the configure script of openvpn is happy and creates a Makefile. Hope this gets you started... -Cornelius Am Mittwoch, 12. März 2008 schrieb guellep: > Hello, > > did you manage to compile openvpn for the fox board? > > Could you give some information on how to compile openvpn and > how to install the TUN/TAP drivers on the fox board? > > I already used openvpn on Windows and on Linux and it seems > to work without problems. > > Unfortunately I do not have any idea how to get it working on the fox > board. > > Any help is appreciated. > > Regards > > Klaus -- Cornelius Claussen opentek GbR Mobile: +49 (0)175 6944518 E-Mail: [EMAIL PROTECTED] Internet: http://www.opentek.de USt.-IdNr.: DE242952925 ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/foxboard/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/foxboard/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
