Eric S. Johansson wrote: > openssl-0.9.7e-r2 is installed > > # bash autogen.sh > ... > checking for struct crypt_data... -D_GNU_SOURCE > ./configure: line 34866: syntax error near unexpected token `1.0.4,' > ./configure: line 34866: ` AM_PATH_LIBGNUTLS(1.0.4, > have_gnutls=yes, have_gnutls=no)' > > Now type 'make' to compile cherokee. > # > > at this point, there is no makefile
You need libgnutls.m4 in order to provide that macro definition (it is only needed when you build Cherokee from the SVN sources). If you install the GNUTLS development packages, it will work with that. If you don't want to install it, you can copy this file to the "m4" directory, and it should work as well: http://www.alobbs.com/tmp/libgnutls.m4 Good luck Eric :-) -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
