Andrei Yankovich
Andrei Yankovich
@GoldSnake2100 we should wait for solve this [issue](https://bugreports.qt.io/browse/QTIFW-2500) by Qt Installer team
i close this issue, because it is qt installer framework issue.
Hi, I'm interesting about reason, why these libraries were being ignored can you show me a verbose log of your deployment step? ``` catdeployer ... -verbose 3 ```
Show me please your /opt/Qt/5.15.2/gcc_64/lib dir ``` bash ls -al /opt/Qt/5.15.2/gcc_64/lib ```
Hm, i think cqtdeployer can't read these libraries. Your ICU libs no has permissions for read ``` -rwxr-xr-x. 1 root root 25048256 Sep 28 2021 libicudata.so.56.1 ``` please add a...
Yes, I didn't notice it right away, but cqtdeployer can't read it. I don't know why, What distribution of cqtdeployer do you use snap/dev/classic?
> I cloned the tag v1.6.2311 and built locally with SIGN_APP unchecked (I couldn't get it to build with Qt 5.15.2 and I don't need that functionality). I don't have...
> This happened to me too, I am using Qt6.6.3(Onlineinstaller) and CQtDeployer [v1.6.2351] both snap and run version and my system is WSL2 Ubuntu 22.04.4 LTS, linux kernel 5.15.143.1-microsoft-standard-wsl2 .There...
This issue is outdated and closed.
@sonphambk Hm, probably issue with system libs... run your app with valgrind verbose options and send me output to analyze. ``` sudo apt install valgrind ``` Change the start script...