[mythtv-users] macosx build failure

John Hoyt john.hoyt at gmail.com
Fri Dec 23 11:56:55 UTC 2022


>
> 2022-12-23 16:45:52.923371 I  Empty LocalHostName. This is typical.
> 2022-12-23 16:45:52.923379 I  Using a profile name of: 'haycorn.home'
> (Usually the same as this host's name.)
> 2022-12-23 16:45:52.923443 I  Start up testing connections. DB
> 192.168.5.34, BE , attempt 0, status dbAwake, Delay: 2000
> 2022-12-23 16:45:53.498899 C  FATAL: Unable to load the QT QMYSQL driver,
> is it installed?
>
> Not what we want to do but I tried
> # port install qt5-mysql-plugin
> but this did not resolve the issue.
> About to try on the build machine, perhaps something loade there …
>

On the build machine, you may need to do the following (first guess is you
have the wrong version of qt5-mysql-plugin installed):

sudo port uninstall qt5-mysql-plugin
sudo port install qt5-mysql-plugin +mariadb10_5

Also, can you run the following commands on the install machine:

otool -L /Applications/mythfrontend.app/Contents/MacOS/mythfrontend|grep -i
sql

find /Applications/mythfrontend.app/Contents/Frameworks|grep -i sql
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20221223/f01baccf/attachment.htm>


More information about the mythtv-users mailing list