>>Did you install mysql++ library. >>Best Regard, >>Frankie Hi, I have installed it - mysql++-1.7.9-4.rh9. In gkauth.cxx, it shows that 2003/10/21 14:52:10.572 1 gkauth.cxx(1535) GkAuth Unknown auth MySQLPasswordAuth, ignore! 2003/10/21 14:52:10.572 1 gkauth.cxx(1535) GkAuth Unknown auth MySQLAliasAuth, ignore! GkAuthenticatorList::GkAuthenticatorList(PConfig *cfg) { PStringList authList(cfg->GetKeys(GkAuthSectionName)); for (PINDEX i=authList.GetSize(); i-- > 0; ) { PString authName(authList[i]); std::list<GkAuthInitializer *>::iterator Iter = find_if(AuthNameList->begin(), AuthNameList->end(), bind2nd(mem_fun(&GkAuthInitializer::Compare), authName)); if (Iter != AuthNameList->end()) { (*Iter)->CreateAuthenticator(cfg); } else --> PTRACE(1, "GkAuth\tUnknown auth " << authName << ", ignore!"); #endif } .. } Can u successfully use gnugk with mysql? Please give advise, thanks cheers, marco. ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ List: Openh323gk-users@lists.sourceforge.net Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/