Josh Howlett <[EMAIL PROTECTED]> wrote: > apxs -i -a -c mod_auth_radius.c > > I get the following output (appended at end of msg). ... > mod_auth_radius.c:381: parse error before '*' token
Welcome to Apache. They change the names of the functions and data structures which modules need, pretty much every point release. It's a serious PITA, and they don't seem to notice. I would suggest 'grep' is your friend. Find the name of the data structures/typedefs it's complaining about (the thing before the *), and grep Apache's headers for them. The new names should be similar. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
