tinyserial icon indicating copy to clipboard operation
tinyserial copied to clipboard

Error Qt_5.10' not found

Open hwp9527 opened this issue 4 years ago • 15 comments

tinyserial: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by tinyserial) I had used the cmd "sudo apt install -f", and found out the qt had installed yet.

hwp9527 avatar Jun 07 '20 13:06 hwp9527

Hello, Have you ever installed QtCreator IDE on your pc ? The error prompt information your mentioned display that some Qt libs don't be included in your pc. I suggest you to do the cmd :

sudo apt-add-repository ppa:canonical-qt5-edgers/ubuntu1204-qt5 sudo apt-get update sudo apt-get install qt5-default

on your ubuntu cmd.

carloscn avatar Sep 21 '20 02:09 carloscn

hello,

it still appear this problem: tinyserial: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by tinyserial)

plumewind avatar Jan 15 '21 11:01 plumewind

fixed it on https://github.com/carloscn/tinyserial/releases/tag/1.2.0
Please download the lastest version. I closed the issue. if have any question, please pull a new issue on the list. thanks very much.

carloscn avatar Jan 27 '21 09:01 carloscn

Hello, I download 1.2.0-1 version, but still show : tinyserial: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by tinyserial)

zhouchuanfu avatar Feb 19 '21 09:02 zhouchuanfu

Hello, I download 1.2.0-1 version, but still show : tinyserial: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by tinyserial)

I have reopen this issue. Check it later.

carloscn avatar Feb 20 '21 08:02 carloscn

Hello, I download 1.2.0-1 version, but still show : tinyserial: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by tinyserial)

Check to see if the file exists and the environment variable.

image

wifialan avatar Feb 21 '21 04:02 wifialan

Hello, I download 1.2.0-1 version, but still show : tinyserial: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by tinyserial)

Check to see if the file exists and the environment variable.

image

@zhouchuanfu Hi please check the enviroenment variable on your linux host.

carloscn avatar Feb 22 '21 01:02 carloscn

图片 Hello,this is my environment variable.

zhouchuanfu avatar Feb 23 '21 13:02 zhouchuanfu

图片 Hello,this is my environment variable.

Add the path “/usr/lib/x86_64-linux-gnu” to the environment variable. See if the software works properly.

wifialan avatar Feb 23 '21 14:02 wifialan

图片 Hello,the problem is still.

zhouchuanfu avatar Feb 24 '21 09:02 zhouchuanfu

图片 Hello,the problem is still.

Please use the "ldd" command to check the file path pointed by "libQt5Core.so.5" .

image

wifialan avatar Feb 24 '21 10:02 wifialan

图片

zhouchuanfu avatar Feb 24 '21 13:02 zhouchuanfu

Hi @zhouchuanfu ,

Your host qt-base version(qt 5.9.5) is lower than the verion of qt 5.10.0 that is we development base version. Upgrading your qt-base version on your linux host can help you solve the problem. I recommond a method to sovle this problem. You can follow it, but notice that if you upgrade your global qt-base version on your linux host that maybe invoke some problems into other qtbase APPs. Please pay attention to risk assessment.

On the Ubuntu 20.04, update the qt-base version from qt5.9.5 to qt5.12.9:

sudo add-apt-repository ppa:beineri/opt-qt-5.12.9-focal sudo apt update sudo apt install qt512-meta-full

For system wide usage, create default.conf file at /usr/lib/x86_64-linux-gnu/qtchooser with following content:

/opt/qt512/bin
/opt/qt512/lib

That's it, it should be updated by now. qmake -v outputs the current Qt and qmake version.

Reference ubuntu Qt app centor: https://launchpad.net/~beineri/+archive/ubuntu/opt-qt-5.12.9-focal

carloscn avatar Mar 01 '21 02:03 carloscn

Hi, @carloscn thank you details for reply, but I can not change, because I have other application based on qt. Sorry.

zhouchuanfu avatar Mar 04 '21 13:03 zhouchuanfu

I encountered the same issue under Ubuntu 18 when running the latest v1.2.0 release.

tinyserial: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by tinyserial)

hanzheteng avatar Jul 16 '21 23:07 hanzheteng

I encountered the same issue under Ubuntu 18 when running the latest v1.2.0 release.

tinyserial: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by tinyserial)

You can download the ubuntu 18.04 release by: https://github.com/carloscn/tinyserial/releases/download/v1.4/TinySerial-v1.4.0-ubuntu18.04-amd64.deb

carloscn avatar Jul 05 '24 03:07 carloscn

Fixed on release v1.4

carloscn avatar Jul 05 '24 03:07 carloscn