On Sun, Oct 22, 2006 at 09:25:57AM -0700, Luigi Rizzo wrote: > On Sun, Oct 22, 2006 at 03:09:46PM +0000, Tony Mountifield wrote: > > In article <[EMAIL PROTECTED]>, > > Luigi Rizzo <[EMAIL PROTECTED]> wrote: > > > as the subject says... > > > > > > read below for the details - if someone autoconf expert > > > can suggest how to do steps 0 1 2 i am all ears... > > > I suppose step 0 and 1 just require > > > > > > 0. AC_CHECK_FUNCS([funopen]) in configure.ac > > > 1. and check for HAVE_FUNOPEN instead of setting DO_SSL, > > > 2. adding $(SSL_LIB) to AST_LIBS in main/Makefile > > > > > > is that correct ? > > > > As far as I can tell, funopen() is a BSD-only function. The three Linux > > systems I have checked (FC1, FC3 and FC5) do not appear to have funopen() > > at all. > > ok thanks for the data point. I am still looking for alternatives. > One option was the BIO API supplied by openssl, but it seems > to be a lot more intrusive on the current code. > I see references to fopencookie(), but it seems to be a glibc thing, > and i don't how easy it is to port.
well, it was trivial :) see the team/rizzo/astobj2 branch, file main/http.c Will update trunk soon. cheers luigi _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
