SQLDataBaseMBS setup issues

As a follow-up to mySQL + TLS 1.2 still broken on Windows, I wanted to give Christian’s classes a test but fail in setting up the dylib. Before trying to tackle the customer’s project, I set up an internal mySQL database on localhost and verified it is running with a db editor.
I move what I think to be the necessary dylib from Christian’s download folder into the contents folder of the debug app which is basically the mySQL Fetch rows bulk demo from the MBS dmg. (The same for mySQL connect)
I made sure the path is set correctly by checking it for Exists, but then I run into (here trying MariaDB)

MBS/MySQL Fetch rows bulk.debug.app/Contents/libmariadb.3.dylib: dlopen( MBS/MySQL Fetch rows bulk.debug.app/Contents/libmariadb.3.dylib, 1): image not found

DBMS API Library loading fails
This library is a part of DBMS client installation, not SQLAPI++
Make sure DBMS client is installed and
this required library is available for dynamic loading

Any idea what I might be doing wrongly?

Figured it out. Don’t ask me what I changed, but it’s working now.

2 Likes

Software! (kopfschüttel)