Hi, Here is Makefile: ----------------------------------------------- # MySQL support # has to be added after LDAP support because order of -I options is crucial ifndef NO_MYSQL ifndef MYSQLDIR ifneq (,$(wildcard /usr/include/mysql/mysql++)) MYSQLDIR := /usr/include/mysql export MYSQLDIR endif endif ifdef MYSQLDIR ifneq (,$(wildcard $(MYSQLDIR))) STDCCFLAGS_stub := $(STDCCFLAGS) STDCCFLAGS = -DHAS_MYSQL -I$(MYSQLDIR) $(STDCCFLAGS_stub) #LDFLAGS += -L$(MYSQLDIR)/lib ENDLDLIBS += -lsqlplus HAS_MYSQL = 1 endif endif endif # end of MySQL configuration ----------------------------------------------- Try to figure out why your MYSQLDIR was not found... -- Best regards, Andrey S Pankov. В сообщении от Пятница 04 Июль 2003 00:55 Jhun Hubac написал: > I already did a NO_LDAP=1 make opt, but still MySQL authentication is not > being recognized. > > I already have the following (in order) > pwlib > openh323 > mysql++ > openh323glk > > > Jhun Hubac > Vertex SSX > 213.996.1998 ext. 134 > > jhubac@vertextelecom.com > ----- Original Message ----- > From: "Andrey S Pankov" <casper@kbuapa.kharkov.ua> > To: <openh323gk-users@lists.sourceforge.net> > Sent: Thursday, July 03, 2003 10:20 AM > Subject: Re: [Openh323gk-users] GkAuth Unknown auth MySQLAliasAuth, ignore! > > > Hi, > > Mysql support is not enabled in your build. Solution: rebuild from > sources... > > -- > Best regards, > Andrey S Pankov. > > В сообщении от Четверг 03 Июль 2003 19:37 Jhun Hubac написал: > > Does anyone know how to solve this problem? It seems that MySQL > > authentication is not being recognized. Here are the logs: > > > > 2003/07/03 08:39:04.441 1 gk.cxx(119) GK Trace > > logging restarted. 2003/07/03 08:39:04.457 2 Toolkit.cxx(90) > > Network=10.1.201.0/255.255.255.0, IP=10.1.201.14 2003/07/03 08:39:04.458 > > 2 Toolkit.cxx(90) Network=127.0.0.0/255.0.0.0, IP=127.0.0.1 2003/07/03 > > 08:39:04.458 2 Toolkit.cxx(91) Default > > IP=10.1.201.14 2003/07/03 08:39:04.458 2 Toolkit.cxx(153) GK > > H.323 Proxy disabled 2003/07/03 08:39:04.461 1 > > gk.cxx(422) OpenH323 Gatekeeper - The GNU Gatekeeper with ID > > 'VertexProxy' started on 0 Gatekeeper(GNU) Version(2.0.5) Ext(pthreads=1) > > Build(Jul 3 2003, 08:33:14) Sys(Linux i686 2.4.20)M > > > > 2003/07/03 08:39:04.463 2 gk.cxx(454) GK > > TimeToLive for Registrations: 300 2003/07/03 08:39:04.466 1 > > gkauth.cxx(266) GkAuth Add default rule with flag ff 2003/07/03 > > 08:39:04.467 1 gkauth.cxx(1393) GkAuth Unknown auth > > MySQLAliasAuth, ignore! 2003/07/03 08:39:04.467 1 > > gkauth.cxx(1393) GkAuth Unknown auth MySQLPasswordAuth, ignore! > > 2003/07/03 08:39:04.467 2 RasSrv.cxx(487) GK > > ccQueueName > > > VirtualQueue and CTI time out=10 2003/07/03 08:39:04.467 2 > > ProxyChannel.cxx(72) RTPPortRange: 10000-59999 2003/07/03 08:39:04.468 > > 2 > > > ProxyThread.cxx(477) ProxyL Listen to 0.0.0.0:1721 2003/07/03 > > 08:39:04.468 2 thread.cxx(28) ProxyListener 2303 started > > 2003/07/03 08:39:04.469 2 RasSrv.cxx(551) GK Using > > Routed Signalling 2003/07/03 08:39:04.469 2 RasSrv.cxx(552) > > GK H.245 Routed Disabled 2003/07/03 08:39:04.470 2 > > thread.cxx(28) ProxyHandleThread 2304 started 2003/07/03 08:39:04.470 > > 2 thread.cxx(28) ProxyHandleThread 2305 started 2003/07/03 > > 08:39:04.471 3 ProxyThread.cxx(647) ProxyH(0) waiting... > > 2003/07/03 08:39:04.471 3 ProxyThread.cxx(647) ProxyLC(0) > > waiting... 2003/07/03 08:39:04.471 1 MulticastGRQ.cxx(52) GK > > Multicast listener started 2003/07/03 08:39:04.472 1 > > RasSrv.cxx(2099) GK RasThread 2307 started 2003/07/03 08:39:04.473 > > 2 RasSrv.cxx(2102) GK Entering connection handling loop 2003/07/03 > > 08:39:58.502 3 gk.cxx(72) GK Closing > > MulticastGRQThread 2003/07/03 08:39:58.503 1 MulticastGRQ.cxx(83) > > GK Multicast thread: Read error: 2003/07/03 08:39:58.521 2 > > RasSrv.cxx(694) GK Closing RasThread > > > > > > Jhun Hubac > > Vertex SSX > > 213.996.1998 ext. 134 > > > > jhubac@vertextelecom.com > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > List: Openh323gk-users@lists.sourceforge.net > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id┘49 > Homepage: http://www.gnugk.org/ > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > List: Openh323gk-users@lists.sourceforge.net > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 > Homepage: http://www.gnugk.org/ ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ List: Openh323gk-users@lists.sourceforge.net Archive: http://sourceforge.net/mailarchive/forum.php?forum_id┘49 Homepage: http://www.gnugk.org/