Subject: | Re: ODBC via BDE do not function under wine 8.0.2
| Date: | Thu, 17 Aug 2023 15:51:36 +0200
| From: | =?UTF-8?Q?G=c3=bcnter?= <info@NoSpam-mk-news.com>
| Newsgroups: | pnews.paradox-development
|
Do not help,
i tried next to install MYODBC for Unix
wiht test, if all is there:
ldd /opt/mysql/lib/libmyodbc8a.so
linux-vdso.so.1 (0x00007fff3a5ef000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007ff73049a000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff730494000)
libcrypto.so.3 => /opt/mysql/lib/private/libcrypto.so.3
(0x00007ff72fe5d000)
libssl.so.3 => /opt/mysql/lib/private/libssl.so.3
(0x00007ff72fbb5000)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2
(0x00007ff72fb9b000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007ff72fb91000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff72fa4b000)
libodbcinst.so.2 => /usr/local/lib/libodbcinst.so.2
(0x00007ff72fa34000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6
(0x00007ff72f867000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
(0x00007ff72f84d000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff72f679000)
/lib64/ld-linux-x86-64.so.2 (0x00007ff730cbc000)
libltdl.so.7 => /lib/x86_64-linux-gnu/libltdl.so.7
(0x00007ff72f66e000)
and install unixODBC
but ever with the "not find"-error.
Am 17.08.23 um 04:20 schrieb Leslie:
> what if you change this to
>
> [MySQL ODBC 8.0 ANSI Driver]
> Driver=C:/Program Files (x86)/MySQL/Connector ODBC 8.0/myodbc8a.dll
> UsageCount=1
>
>
> On 16/08/2023 6:21 PM, Günter wrote:
>> We are using MARIADB (like MySQL) with ODBC via BDE under WINDOWS, no
>> problem, myodbc8a.dll etc.
>> Debian, wine has no ODBC Administrator, so we tried to establish the
>> driver with some entries in the registry and /etc/odbcinst.ini :
>>
>>
>> [MySQL ODBC 8.0 ANSI Driver]
>> Driver=C:\Program Files (x86)\MySQL\Connector ODBC 8.0\myodbc8a.dll
>> UsageCount=1
>>
>> after this the BDE looks like the BDE under Windows (BDE Administrator)
>>
>> but the call of the database show:
>>
>> [unixODBC][Driver Manager]Can't open 'c:/Program Files
>> (x86)MYSQL/Connector ODEC 8.O/myodbo8a.dll not found
>>
>> this show that something importent is missing,
>>
>> Any IDEAS?
>
|