Hi,
Hamish Moffatt wrote:
> I get "socket: invalid argument" when trying to use call or axparms as above.
> However I'm not 100% sure my recompile of ax25-* actually uses the new code.
> I did recompile everything but I think /usr/include/netax25/ax25.h is
> still the original. On Debian that file is provided by libc6-dev and not
> by libax25-dev it seems, which means it was probably not updated.
The new tools include <netax25/kernel_ax25.h> which is provided by the new
libax25-package. It decides on compile time whether to install the old or the
new header files in <netax25/kernel_{ax25,netrom,rose}> . There will be no
files from debian which are called so (at least I hope), and the files are
installed unconditionally.
Maybe you forgot to specify the root directory and now installed two different
binary sets in /sbin or /usr/sbin and /usr/local/sbin .
-- Jens