https://bugs.kde.org/show_bug.cgi?id=467505
--- Comment #20 from Felipe <[email protected]> --- (In reply to caulier.gilles from comment #19) > The new PKG 8.8.0 is now online here : https://files.kde.org/digikam/ Thank you Gilles. That part is fixed. I tested and unfortunately there is another error. I spent some time digging, and the problem is at the mariadb_install_db script that comes from the mysql code when you build the app. I tried to use that script manually with multiple "--basedir" combinations, and I was not successful. probably a bug on qt. I found this workaround, for other users: * Install mariadb 10.11 by yourself. If you have homebrew, run at the terminal : brew install [email protected] * Install digikam, select mysql as database. * Change the directories of the mysql binaries. Make sure the ones selected are /opt/homebrew/opt/[email protected]/bin/... * will run error. select cancel and Close digikam * go to terminal and run : /opt/homebrew/opt/[email protected]/bin/mariadb-install-db --defaults-file=/Applications/digiKam.org/digikam.app/Contents/Resources/digikam/database/mysql-global.conf --basedir=/opt/homebrew/opt/[email protected]/ --datadir=/users/your-user/desired-db-directory.mysql.digikam/db_data replace above your-user for your user directory and -desired-dv-directory for the directory where you want the database. * open digikam again. You got digikam running with mysql database. -- You are receiving this mail because: You are watching all bug changes.
