diff --git a/server/databases/mariadb.xml b/server/databases/mariadb.xml index c7586d0e86..cfda2f26ee 100644 --- a/server/databases/mariadb.xml +++ b/server/databases/mariadb.xml @@ -191,7 +191,8 @@ popd Now, as the root user: -make install +make install && +ln -sfv /usr/include/mysql/{mariadb,mysql}_version.h @@ -237,6 +238,12 @@ popd customization options. + + ln -s /usr/include/mysql/{mariadb,mysql}_version.h: + Some applications, for example , look specifically for + mysql_version.h. This symbolic link ensures the proper file can be found. + + diff --git a/x/lib/qt5.xml b/x/lib/qt5.xml index 9e0901e28e..85515a0793 100644 --- a/x/lib/qt5.xml +++ b/x/lib/qt5.xml @@ -42,7 +42,7 @@ Frameworks 5 (KF5). - &lfs80_checked; + &lfs81_checked; Package Information @@ -223,6 +223,9 @@ ln -sfnv qt-&qt5-version; /opt/qt5 -examplesdir /usr/share/doc/qt5/examples + Install Qt5 by running the following commands: