On 2020-07-05 14:49, ToddAndMargo via users wrote:
Hi All,
Anyone know who provides the 64 bit version of
"libQt5Gui.so.5: Qt_5_PRIVATE_API"?
$ /opt/master-pdf-editor-5/masterpdfeditor5
/opt/master-pdf-editor-5/masterpdfeditor5: /lib64/libQt5Gui.so.5:
version `Qt_5_PRIVATE_API' not found (required by
/opt/master-pdf-editor-5/masterpdfeditor5)
# dnf whatprovides libQt5Gui.so.5
Last metadata expiration check: 1:31:22 ago on Sun 05 Jul 2020 01:15:43
PM PDT.
qt5-qtbase-gui-5.13.2-4.fc32.i686 : Qt5 GUI-related libraries
Repo : fedora
Matched from:
Provide : libQt5Gui.so.5
qt5-qtbase-gui-5.14.2-5.fc32.i686 : Qt5 GUI-related libraries
Repo : updates
Matched from:
Provide : libQt5Gui.so.5
But only the 385 version. I need the 64 bit version
Many thanks,
-T
Followup:
Code Industry Ltd (MAster PDf Editor) tech support
got back to me. They had changed their launcher
from
/opt/master-pdf-editor-5/masterpdfeditor5
to
/opt/master-pdf-editor-5/masterpdfeditor5.sh
And that fixed the problem
#!/bin/sh
appname=`basename $0 | sed s,\.sh$,,`
libpath=$(cd "$(dirname "$0")"; pwd)
dirname=`dirname $0`
tmp="${dirname#?}"
if [ "${dirname%$tmp}" != "/" ]; then
dirname=$PWD/$dirname
fi
LD_LIBRARY_PATH=$libpath/lib:$libpath/platforms:$libpath/printsupport:$libpath/iconengines:$libpath/imageformats:$libpath/platformthemes:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
$dirname/$appname "$@"
Thank you all for the help!
-T
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx