mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Update Troubleshooting, libQt5Core.so.5 not found
Update the version number of Ubuntu which has the same problem I checked newer Ubuntu version 22.04 WSL 1 still have problem and solved by same solution sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 Signed-off-by: Jack <wwin3286tw@yahoo.com.tw>
This commit is contained in:
parent
7abfff4095
commit
ceeb98bd38
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ Try running it with
|
|||
## libQt5Core.so.5 not found
|
||||
^[Top](#top)
|
||||
|
||||
On WSL1 / updated to Ubuntu 20.04, there is a slight chance you experience problems when compiling the repo with QT5.
|
||||
On WSL1 / updated to Ubuntu 20.04 and 22.04, there is a slight chance you experience problems when compiling the repo with QT5.
|
||||
The following steps is needed to make the development environment happy again.
|
||||
```
|
||||
sudo apt reinstall qtbase5-dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue