Displaying 10 results from an estimated 10 matches for "libmyodbc3s".
Did you mean:
libmyodbc3
2010 Jan 12
1
FW: Problems connecting with MySQL using odbcDriverConnect (RODBC package) on Linux
I think I figured this out. I should not have put the Driver name in
braces. Changing it from {MySQL} to MySQL seems to work.
-----Original Message-----
From: Marcus, Jeffrey
Sent: Tuesday, January 12, 2010 6:09 PM
To: 'r-help at r-project.org'
Subject: Problems connecting with MySQL using odbcDriverConnect (RODBC
package) on Linux
I am sure I'm doing something wrong here but not
2010 Jan 12
0
Problems connecting with MySQL using odbcDriverConnect (RODBC package) on Linux
I am sure I'm doing something wrong here but not sure what.
Our system administrator recently installed UnixODBC and the MyODBC
driver on a Linux box running Linux version 2.6 x86_64.
I have an .odbc.ini file in my home directory with following lines:
[mydb]
Description = MySQL server on my-server
Driver=/usr/lib64/libmyodbc3.so
SERVER=my-server
I can successfully do the following:
2007 May 13
3
MySQL ODBC stub
The wine odbc stub (odbc32.dll) has a environment variable to point to unix
odbc driver:
LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so.1
Is there a stub to use MySQL ODBC driver:
/usr/lib/libmyodbc3.so.1 ?
I have an application that uses the MySQL ODBC driver and I coul not install
the native driver :
mysql-connector-odbc-3.51.12-win32.msi
--
Marco Aur?lio
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
I am running CentOS 5 with Asterisk 1.4.14. I am trying to setup storage of voicemail messages into MySQL. It is my understanding that I can only do this via ODBC. I installed per http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel and mysql-connector-odbc. I reconfigured and built Asterisk, using menuconfig to
2005 Mar 11
1
Trouble with Realtime
Greetings,
I'm having some trouble with the realtime engines. When asterisk
loads, everything looks fine, there don't seem to be any problems via
notices or anything. Furthermore, cdr_odbc is working, and actively
logging my failed call attempts to db through ODBC using the same DSN.
unixODBC and the mysql drivers are installed from source.
Here are the relevant parts of the config:
2011 Jul 17
1
ODBC MySql DB: sqlQuery empty
...ctor-odbc-5.1.8-linux-glibc2.3-x86-64bit.tar.gz
---2: unixODBC setup
$ more ~/.odbc.ini
[MySQL-data]
Description = MySQL test database
Trace = Off
TraceFile = stderr
Driver = /home/me/opt/mysql-connector-odbc/lib/libmyodbc5.so
Setup = /home/me/opt/mysql-connector-odbc/lib/libmyodbc3S.so
SERVER = 10.1.2.10
USER = readOnlyUser
PASSWORD = secret
PORT = 3306
DATABASE = data
---3: unixODBC test
$ isql -v MySQL-data
+---------------------------------------+
| Connected! |
| |
| sql-statement...
2005 Mar 15
6
Realtime config
Having problems getting realtime working, I'm trying to use odbc for all
of this. I've got Fedora 3 and have been fighting with odbc for a day
now. I think I got it working correctly, however I can't seem to get the
realtime portion working. In asterisk 'odbc show' shows it connected, I
see it on my (odbc) mysql server connected and all, it connects and just
idles. So, without
2012 Jun 08
0
cdr_adaptive_odbc
Hello all,
I have all configurations done and cdr_odbc works fine.
However, cdr_adaptive_odbc doesn't work and I get the following error:
relocation error: /usr/lib/libmyodbc3-3.51.26.so: symbol strmov, version
libmysqlclient_15 not defined in file libmysqlclient.so.15 with link time
reference
Please suggest any hints as to how I can rectify the issue.
Thanks.
-------------- next part
2003 Nov 25
6
cdr_unixodbc
asterisk*CLI> load cdr_unixodbc.so
Loaded /usr/lib/asterisk/modules/cdr_unixodbc.so => (unixODBC CDR Backend)
== Parsing '/etc/asterisk/cdr_unixodbc.conf': == Parsing '/etc/asterisk/cdr_unixodbc.conf': Found
-- cdr_unixodbc: dsn is MySQL-asterisk
-- cdr_unixodbc: username is root
-- cdr_unixodbc: password is [secret]
-- Connected to MySQL-asterisk
it
2004 May 26
5
cdr_odbc with mysql on a remote server
I'm trying to add cdr_odbc.so to log my CDR data to a mysql DB. I've
managed to compile everything, and seem to almost be ready to head home.
I've added a small debug line to cdr_odbc.c as follows:
if((ODBC_res != SQL_SUCCESS) && (ODBC_res !=
SQL_SUCCESS_WITH_INFO))
{
if(option_verbose > 10)
ast_verbose(