Re: libsctp

2010-09-08 Thread Dimitri
H NO. I'm Slacker. sorry, thanks. Dimitri.- http://deoxyt2.livejournal.com OpenBSD - Free, Functional & Secure --- El mié, 8/9/10, Joachim Schipper escribió: > De: Joachim Schipper > Asunto: Re: libsctp > Para: ports@openbsd.org > Fecha: miércoles, 8 de septie

Re: libsctp

2010-09-08 Thread Joachim Schipper
On Tue, Sep 07, 2010 at 11:04:32PM +, Dimitri wrote: > OK. Thanks Stuart. > > I'm trying to port libtissue to run on OpenBSD and I solved (I think) > libscp problems, but now I have some problems compiling listener.c. I > read man of socket, types etc. but I can not understand the problem >

Re: libsctp

2010-09-07 Thread Dimitri
sizeof(sa), cb, priv); } struct nbio *listener_unix(const char *fn, listener_cbfn_t cb, void *priv) { struct sockaddr_un sa; unlink(fn); sa.sun_family = AF_UNIX; snprintf(sa.sun_path, sizeof(sa.sun_path), "

Re: libsctp

2010-08-17 Thread Dimitri
I am working with libtissue-1.0.1.tar.gz available in http://www.asap.cs.nott.ac.uk/~ais/software/ Now I trying run without libsctp code. Thanks. Dimitri.- http://deoxyt2.livejournal.com http://anabalon.clan.su OpenBSD - Free, Functional & Secure --- El mar, 17/8/10, Stuart Hende

Re: libsctp

2010-08-17 Thread Stuart Henderson
On 2010/08/17 09:55, Stuart Henderson wrote: > On 2010/08/17 04:24, Dimitri wrote: > > I Guys. > > > > I want to run an experimental IDS on OpenBSD 4.6, but in the Makeinstall > > indicated required libsctp, however, I see that this is not supported on >

Re: libsctp

2010-08-17 Thread Stuart Henderson
On 2010/08/17 04:24, Dimitri wrote: > I Guys. > > I want to run an experimental IDS on OpenBSD 4.6, but in the Makeinstall > indicated required libsctp, however, I see that this is not supported on > OpenBSD. > Are there any alternatives to this library? patching the softwa

libsctp

2010-08-16 Thread Dimitri
I Guys. I want to run an experimental IDS on OpenBSD 4.6, but in the Makeinstall indicated required libsctp, however, I see that this is not supported on OpenBSD. Are there any alternatives to this library? Dimitri.- http://deoxyt2.livejournal.com OpenBSD - Free, Functional & Secure