Displaying 8 results from an estimated 8 matches for "libmyodbc5w".
2016 May 29
2
asterisk odbc segfaults
doesnt work for me
Dne 29.5.2016 v 17:48 Niklas Larsson napsal(a):
> Hi,
>
>
> On 2016-05-27 18:28, Marek ?ervenka wrote:
>> after downgrade to 13.8.2
>> May 27 18:21:06 ast kernel: asterisk[16286]: segfault at 1010024 ip
>> b49162cd sp bfac0940 error 4 in
>> libmysqlclient.so.16.0.0[b48f1000+12e000]
>>
>> after downgrade to 13.7.2
>>
2016 May 27
2
asterisk odbc segfaults
...3, mysql-connector-odbc 5.1.5, asterisk 13.9.1
i tried update to mysql-connector-odbc 5.3.6 from oracle but it
segfaults every time
can you share your working mysql+odbc combination?
thanks
odbcinst.ini
[ODBC]
Trace=No
Pooling=Yes
Threading=0
[MySQL ODBC 5.3 Unicode Driver]
Driver=/usr/lib/libmyodbc5w.so
UsageCount=1
odbc.ini
[pbxdb-connector]
Description = MySQL connection to 'pbxdb' database
Driver = MySQL ODBC 5.3 Unicode Driver
Database = pbxdb
Server = localhost
UserName = top
Password = secret
Port...
2017 Nov 03
1
Maria 10 breaks unixodbc mysql connector
...t; -> libmysqlclient.so.18.0.0
>
> ... also this is the only shared object with a different node-ID between
> the 2 instances.
>
>
> From the journal:
>
> Nov 02 12:17:23 ec-ast kernel: isql[39065]: segfault at 10070 ip
> 00007ff0998b3f7e sp 00007ffc9693bb90 error 4 in libmyodbc5w.so[7ff09988d000+
> 47000]
>
> # yum search odbc | grep -E "my|mar"
> mysql-connector-odbc.x86_64 : ODBC driver for MySQL
>
> [root at ec-ast unixodbcproblem]# yum info mysql-connector-odbc.x86_64
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached h...
2017 Oct 31
4
Maria 10 breaks unixodbc mysql connector
...iles are open.
But this is the current state of things, and I will post the outcome later.
John
On Tue, Oct 31, 2017 at 2:52 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 10/30/2017 12:22 PM, John Harragin wrote:
>
>> [root at ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE
>> "my|maria"
>> libmysqlclient.so.18 => /usr/lib64/mysql/libmysqlclient.so.18
>> (0x00007f3dfb34c000)
>> [root at ec-ast yum.repos.d]# repoquery -l MariaDB-server MariaDB-client
>> MariaDB-commo MariaDB-shared galera boost-program-optio...
2017 Oct 30
4
Maria 10 breaks unixodbc mysql connector
...owing repository:
baseurl = http://yum.mariadb.org/10.1/centos7-amd64
...all was well until we had a power failure and upon rebooting unixodbc
was segfaulting. Once I did a yum undo, the mysql odbc driver was
functional.
I traced it to the following:
[root at ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE
"my|maria"
libmysqlclient.so.18 => /usr/lib64/mysql/libmysqlclient.so.18
(0x00007f3dfb34c000)
You have new mail in /var/spool/mail/root
[root at ec-ast yum.repos.d]# repoquery -l MariaDB-server MariaDB-client
MariaDB-commo MariaDB-shared galera boost-program-options j...
2017 Nov 03
0
Maria 10 breaks unixodbc mysql connector
...3
/usr/lib64/mysql/libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
... also this is the only shared object with a different node-ID between
the 2 instances.
>From the journal:
Nov 02 12:17:23 ec-ast kernel: isql[39065]: segfault at 10070 ip
00007ff0998b3f7e sp 00007ffc9693bb90 error 4 in
libmyodbc5w.so[7ff09988d000+47000]
# yum search odbc | grep -E "my|mar"
mysql-connector-odbc.x86_64 : ODBC driver for MySQL
[root at ec-ast unixodbcproblem]# yum info mysql-connector-odbc.x86_64
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.lga7.us.voxel....
2017 Oct 31
0
Maria 10 breaks unixodbc mysql connector
On 10/30/2017 12:22 PM, John Harragin wrote:
> [root at ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE
> "my|maria"
> libmysqlclient.so.18 => /usr/lib64/mysql/libmysqlclient.so.18
> (0x00007f3dfb34c000)
> [root at ec-ast yum.repos.d]# repoquery -l MariaDB-server MariaDB-client
> MariaDB-commo MariaDB-shared galera boost-program-options jemalloc rsync
&g...
2016 May 27
2
asterisk odbc segfaults
...;>
>>
>> can you share your working mysql+odbc combination?
>>
>> thanks
>>
>>
>> odbcinst.ini
>>
>> [ODBC]
>> Trace=No
>> Pooling=Yes
>> Threading=0
>>
>> [MySQL ODBC 5.3 Unicode Driver]
>> Driver=/usr/lib/libmyodbc5w.so
>> UsageCount=1
>>
>>
>> odbc.ini
>>
>> [pbxdb-connector]
>> Description = MySQL connection to 'pbxdb' database
>> Driver = MySQL ODBC 5.3 Unicode Driver
>> Database = pbxdb
>> Server...