You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ain@majid~/Desktop/Olive-f7e1bff0-Linux-x86_64-clang $ ./Olive-f7e1bff0-Linux-x86_64.AppImage
/tmp/.mount_Olive-yB6mev/usr/bin/olive-editor: /usr/lib64/libQt5Widgets.so.5: version `Qt_5_PRIVATE_API' not found (required by /tmp/.mount_Olive-yB6mev/usr/bin/olive-editor)
ain@majid~/Desktop/Olive-f7e1bff0-Linux-x86_64-clang $
Steps to Reproduce
install clear linux
download olive
chmod +x olive.AppImage
run olive
Crash Report
no report was printed at all
Additional Information
thanks and sorry for the hastle
The text was updated successfully, but these errors were encountered:
It seems to work fine under Fedora 40. I'm not sure why it would look at /usr/lib64/, the AppImage bundles the Qt5 libraries under /usr/lib/ in squashfs. Even extracting the AppImage and running olive-editor works. The specific error message seems to indicate a Qt version conflict (but using an AppImage should actually avoid this...) Does your host OS have a really old Qt5 version installed? People say that Qt_5_PRIVATE_API is only a thing in Qt 5.9 or so
i have managed to run it; i extracted the AppImage and cd ./squashfs-root/usr/bin then export LD_LIBRARY_PATH=../lib/:$LD_LIBRARY_PATH && ./olive-editor and it run
Commit Hash
version f7e1bff
Platform
clear linux 41990
Summary
Steps to Reproduce
Crash Report
Additional Information
thanks and sorry for the hastle
The text was updated successfully, but these errors were encountered: