>amanda.h:1092: conflicting types for `strncasecmp' >/usr/include/strings.h:32: previous declaration of `strncasecmp'
What is supposed to happen is ./configure should see that you already have a declaration for strncasecmp and disable the Amanda version. For instance, here's what is said on one of my machines: checking for strncasecmp... yes checking for strncasecmp... (cached) yes checking for strncasecmp declaration in string.h strings.h... yes What did it do when you ran it? If you look in config.log for "checking for strncasecmp", what's there? >Brian Davidson John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]
