search for: mysqltest

Displaying 3 results from an estimated 3 matches for "mysqltest".

Did you mean: mysqlast
2014 Jul 25
0
pbx_lua module with luasql.mysql
Hello. I successfully installed lua and use lua_pbx with my dialplan, but I need to use mysql. I installed luasql.mysql and without extensions.lua it work fine (woth external scripts) I tested it with my little script: ______________________________________________________________ function mysqltest() local driver = require "luasql.mysql" local env = assert(driver.mysql()) local con = assert(env:connect("mydb", "root", "mypass", "localhost", 3306)); local cur = assert(con:execute("SELECT version()")); print("<mysql> MYSQL...
2003 Jan 06
0
3.0alpha with ADS on Slowlaris 8
...support. That is with this config line and a successfully compliation, the 'net ads join' comand returns that ADS is compiled in: CC=gcc ./configure --prefix=/usr/local/samba3 --with-ads=yes --with-ldap=yes --with-krb5=/usr/local/krb5-127 --with-mysql-prefix=/usr/local/mysql --disable-mysqltest --with-winbind --with-included-popt Everything compiles correctly (no reported errors). Not sure why I am not seeing a failure if it can not compile in ADS with the above config. Anyone with any suggestions? I can not get this to compile in. Configuration: gcc-2.953 gnu ld & as openldap...
2003 Jul 23
0
Problems compiling samba-3.0.0beta3 on Solaris 8 with ldap
I'm really desperate for some quick help in getting the samba-3.0.0beta3 compiled with ldap on Solaris 8. I'm working from the tarball and I'm trying to use this configure command: ./configure --prefix=/opt/samba --disable-xmltest --disable-mysqltest --with-privatedir=/var/opt/samba --with-lockdir=/var/lock/samba --with-piddir=/var/run --with-configdir=/etc/opt/samba --with-logfilebase=/var/log/samba --with-ads=no --with-krb5=no --with-ldap=yes --with-ldapsam=no --with-syslog --with-quotas --without-utmp --with-acl-support LDFLAGS=-L/opt/l...