Score:2

install QT ubuntu OS raspberry pi

ky flag

Hi is there anyone know how to install QT to ubuntu OS with raspberry pi 4. I try to install QT in Ubuntu 18.04 but there is error say '/lib64/ld-linux-x86-64.so.2': no such file or directory'. I download QT software from the website and try to run it but nothing appear. and when I try to run using terminal it give this '/lib64/ld-linux-x86-64.so.2': no such file or directory' error. Does anyone know how to install it?

guiverc avatar
cn flag
Why didn't you download the wanted libraries from Ubuntu repositories? though as Qt is found in 'universe' it's *out-of-support* for 18.04 (*bionic*) as it's 3 years of supported life are over (the oldest supported system is now 20.04 as used by Lubuntu/Kubuntu/.. with Qt LTS 5.12.8) Also note the library expected is the x86-64 package and **not** the arm64/armv7 package that will run on the pi 4. A r.pi is ARM architecture and **not** amd64.
Score:1
zw flag

You have to use official repositories. To install Qt for development purposes open terminal and type:

sudo apt-get install build-essential qtcreator qt5-default qtbase5-dev qtbase5-dev-tools
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.