HI all,
when i start GNUGk 2.3.2 on the same testing machine on which version 2.3.1 was functioning I get an unexpected error which shuts down Gnugk right after starting. Debug trace level 5 says:
2010/05/31 16:25:37.703 0 sqlauth.cxx(390) SQLAUTH SQLAliasAuth module creation failed: could not find MySQL database driver
2010/05/31 16:25:37.703 0 sqlauth.cxx(391) SQLAUTH FATAL: Shutting down
2010/05/31 16:25:37.703 0 sqlauth.cxx(391) SQLAUTH FATAL: Shutting down
Given that the gatekeeper.ini is the same that was driving version 2.3.1 and i have not done any other changes apart from copying the new release on the server... what problem is that?
Thanks, p.
p.s. in the ini file the part relative to Auth is as follows
[Gatekeeper::Auth]
FileIPAuth=alternative;RRQ
SQLAliasAuth=optional;RRQ
SQLPasswordAuth=sufficient;RRQ
FileIPAuth=alternative;RRQ
SQLAliasAuth=optional;RRQ
SQLPasswordAuth=sufficient;RRQ
[FileIPAuth]
xx.xx.xx.xx=allow
xx.xx.xx.xx=allow
[SQLAliasAuth]
Driver=MySQL
Host=xx.xx.xx.xxx:3306
Database=db
Username=user
Password=password
Query=SELECT CONCAT('sigip:',ip) FROM terminale WHERE numero = '%1'
Query=SELECT CONCAT('sigip:',ip) FROM terminale WHERE numero = '%1'
[SQLPasswordAuth]
Driver=MySQL
Host=xx.xx.xx.xx:3306
Database=db
Username=user
Driver=MySQL
Host=xx.xx.xx.xx:3306
Database=db
Username=user
Password=password
Query=SELECT h235password FROM terminale WHERE numero = '%1'
Query=SELECT h235password FROM terminale WHERE numero = '%1'
------------------------------------------------------------------------------
_______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/