Hi Ilmari,

thanks for spotting this. Looks, if I need new glasses ;-)

A retry with:

find /usr/lib64/qt6 -name "moc"

gave again no result.


But:

find /usr/lib64 -name "*Qt6Widgets*"

results in the following output:


/usr/lib64/libQt6Widgets.so.6
/usr/lib64/cmake/Qt6WidgetsTools
/usr/lib64/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake
/usr/lib64/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-relwithdebinfo.cmake
/usr/lib64/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake
/usr/lib64/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake
/usr/lib64/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake
/usr/lib64/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake
/usr/lib64/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake
/usr/lib64/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake
/usr/lib64/cmake/Qt6Widgets
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake
/usr/lib64/cmake/Qt6Widgets/Qt6WidgetsTargets-relwithdebinfo.cmake
/usr/lib64/libQt6Widgets.so
find: ‘/usr/lib64/mysql/plugin/auth_pam_tool_dir’: Keine Berechtigung
/usr/lib64/libQt6Widgets.so.6.9.1
/usr/lib64/libQt6Widgets.prl
/usr/lib64/pkgconfig/Qt6Widgets.pc

Regards,
Andreas


Am 11.08.26 um 19:16 schrieb Ilmari Lauhakangas:
On 8/11/26 19:59, Andreas Mantke wrote:
Am 11.08.26 um 15:24 schrieb Dan Williams:
Hi,

Could you run:

find /usr/lib64/qt6 -name “moc”
This command gave no result back in the bash.
find /usr/lib64 -name “*Qt6Widgets*"

This find command results in a new line with an input request.
I notice that Dan's message has typographic quotes. What if you use the boring " quotes that the shell would expect to be around arguments?

Ilmari

--
## Free Software Advocate
## Free Office Suite - LibreOfficehttps://libreOffice.org
## My blog:https://www.amantke.de/blog

Reply via email to