Re: gnuradius 0.96.2 SecurID and Sybase
Sergey Poznyakoff <[email protected]> Fri, 24 May 2002 11:48:33 +0300
| Newsgroups | gmane.comp.gnu.radius.bugs |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
Hello, Steve Thanks a lot for your efforts on adding new functionality to GNU radius. > Unfortunately, I have not been able to find a combination of > automake and autoconf that work together: Older automake's complain > that the AM_PROG_LIBTOOL is not defined and changing it to > AC_PROG_LIBTOOL causes autoconf to complain. Versions prior to and including 0.96.2 were built using following versions of auto- tools: autoconf -- 2.13 automake -- 1.4 libtool -- 1.3 or 1.3.5 The AM_PROG_LIBTOOL complaint is probably due to the wrong order of their invocation. The proper order is: aclocal -I m4 && libtoolize --automake -c && autoheader && automake -a -c && autoconf The current development version (1.0) of radius has switched to latest auto- tools. It differs very considerably from the 0.96 series and it is currently on alpha stage, so it is preferable to incorporate your changes to 0.96.2 branch. > Is this the correct address to send the SecurID and Sybase code to? Yes, it is the correct address. Should you need any more detailed information, feel free to ask. Regards, Sergey