Re: [Openvpn-devel] configure not finding lzo (Solaris, NetBSD)

2011-01-17 Thread Matthias Andree
Am 17.01.2011 23:00, schrieb Gert Doering: > Yes, if building from pkgsrc, the caller takes care to make sure > "everything works". > > It's just if I grab the tarball and run "configure" that it doesn't find > lzo - even if it's in "the standard place for that OS". That's because NetBSD and Fre

Re: [Openvpn-devel] configure not finding lzo (Solaris, NetBSD)

2011-01-17 Thread Gert Doering
Hi, On Mon, Jan 17, 2011 at 10:48:01PM +0100, Matthias Andree wrote: > Am 17.01.2011 22:30, schrieb Gert Doering: > > > since there's folks on this list that understand configure way better > > than I do... > > > > Building OpenVPN on Solaris and on NetBSD fails "as is" because configure > > doe

Re: [Openvpn-devel] configure not finding lzo (Solaris, NetBSD)

2011-01-17 Thread Matthias Andree
Am 17.01.2011 22:30, schrieb Gert Doering: > since there's folks on this list that understand configure way better > than I do... > > Building OpenVPN on Solaris and on NetBSD fails "as is" because configure > does not find the lzo headers and library. > > On NetBSD, these are (usually) installe

Re: [Openvpn-devel] openvpn FreeBSD kqueue

2011-01-17 Thread Roman Vasilyev
after vpn deployment on FreeBSD without kqueue support, I want to add code for kqueue and will send here patches and profiling results. On 01/17/2011 01:23 PM, Gert Doering wrote: Hi, On Mon, Jan 17, 2011 at 12:39:43PM -0800, Roman Vasilyev wrote: I want to try FreeBSD with OpenVPN on high

[Openvpn-devel] configure not finding lzo (Solaris, NetBSD)

2011-01-17 Thread Gert Doering
Hi, since there's folks on this list that understand configure way better than I do... Building OpenVPN on Solaris and on NetBSD fails "as is" because configure does not find the lzo headers and library. On NetBSD, these are (usually) installed by pkgsrc, and live in /usr/pkg/include and /usr/pk

Re: [Openvpn-devel] openvpn FreeBSD kqueue

2011-01-17 Thread Gert Doering
Hi, On Mon, Jan 17, 2011 at 12:39:43PM -0800, Roman Vasilyev wrote: > I want to try FreeBSD with OpenVPN on high load, checked event.c ??? > found that it can work only with epoll, just want to ask is it possible > to use kqueue in openvpn? > If not, what people thinking if I'll add this support

[Openvpn-devel] openvpn FreeBSD kqueue

2011-01-17 Thread Roman Vasilyev
Hi, I want to try FreeBSD with OpenVPN on high load, checked event.c фтв found that it can work only with epoll, just want to ask is it possible to use kqueue in openvpn? If not, what people thinking if I'll add this support there?