Ok, sorry all, I figured out the authmysql problem.  In the configure file in the authlib directory there is a portion where if authvchkpw is not specifically disabled, it will disable the configuration of mysql. 
 
 
  # Do not configure authmysql if authvchkpw was found
 
        if test "$HAVE_VCHKPW" = 1
        then
                doauthmysql="no"
        fi
 
This is probably something that should be added to the install documentation in the configure reference section.
The document does say that authvchkpw should not be used if authmysql is going to be used, but it doesn't say anything about disabling the compilation of the mysql module by default.  I was just going to compile all the modules, then disable them specifically in the config files...it turns out this can't be done with these two modules.
 
Sorry again for posting without doing *real* digging....I figured it was a mysql library problem and not a config script problem.

Reply via email to