Missing shared objects while using system Qt
Unsolved
Qt 6
-
Hello!
I want to use system Qt that comes with my distro but I'm facing certain missing shared objects as you can see below. How to get these missing
.so
files?
/home/tvermaashutosh_by_mohit/GSoC/Qt_6.7.0/6.7.0/gcc_64/bin/qmake6
is my installed qmake6./usr/bin/qmake6
is my system qmake6.
Please guide me into this....
-
@Ash-V said in Missing shared objects while using system Qt:
How to get these missing .so files?
By installing the appropriate packages with your package manager maybe?
-
Which package could be the one, btw?
-
The error continues after installing the available packages.
tvermaashutosh_by_mohit@AshV /> apt-cache search libicu icu-devtools - Development utilities for International Components for Unicode libicu-dev - Development files for International Components for Unicode libicu74 - International Components for Unicode libicu4j-4.4-java - Library for Unicode support and internationalization libicu4j-java - Library for Unicode support and internationalization libicu60 - International Components for Unicode tvermaashutosh_by_mohit@AshV /> sudo apt install --reinstall icu-devtools libicu-dev libicu74 libicu4j-4.4-java libicu4j-java libicu60 [sudo] password for tvermaashutosh_by_mohit: Reading package lists... Done Building dependency tree... Done Reading state information... Done Reinstallation of libicu60 is not possible, it cannot be downloaded. The following NEW packages will be installed: libicu4j-4.4-java libicu4j-java 0 upgraded, 2 newly installed, 3 reinstalled, 0 to remove and 21 not upgraded. Need to get 44.9 MB/45.1 MB of archives. After this operation, 24.6 MB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 libicu74 amd64 74.2-1ubuntu3 [10.9 MB] Get:2 http://archive.ubuntu.com/ubuntu noble/main amd64 libicu-dev amd64 74.2-1ubuntu3 [11.9 MB] Get:3 http://archive.ubuntu.com/ubuntu noble/universe amd64 libicu4j-4.4-java all 4.4.2.2-4 [5,759 kB] Get:4 http://archive.ubuntu.com/ubuntu noble/universe amd64 libicu4j-java all 73.2-1 [16.4 MB] 84% [4 libicu4j-java 9,592 kB/16.4 MB 58%] Fetched 26.1 MB in 3min 50s (114 kB/s) (Reading database ... 224772 files and directories currently installed.) Preparing to unpack .../libicu74_74.2-1ubuntu3_amd64.deb ... Unpacking libicu74:amd64 (74.2-1ubuntu3) over (74.2-1ubuntu3) ... Preparing to unpack .../icu-devtools_74.2-1ubuntu3_amd64.deb ... Unpacking icu-devtools (74.2-1ubuntu3) over (74.2-1ubuntu3) ... Preparing to unpack .../libicu-dev_74.2-1ubuntu3_amd64.deb ... Unpacking libicu-dev:amd64 (74.2-1ubuntu3) over (74.2-1ubuntu3) ... Selecting previously unselected package libicu4j-4.4-java. Preparing to unpack .../libicu4j-4.4-java_4.4.2.2-4_all.deb ... Unpacking libicu4j-4.4-java (4.4.2.2-4) ... Selecting previously unselected package libicu4j-java. Preparing to unpack .../libicu4j-java_73.2-1_all.deb ... Unpacking libicu4j-java (73.2-1) ... Setting up libicu4j-4.4-java (4.4.2.2-4) ... Setting up libicu4j-java (73.2-1) ... Setting up libicu74:amd64 (74.2-1ubuntu3) ... Setting up icu-devtools (74.2-1ubuntu3) ... Setting up libicu-dev:amd64 (74.2-1ubuntu3) ... Processing triggers for man-db (2.12.0-4build2) ... Processing triggers for libc-bin (2.39-0ubuntu8.2) ... tvermaashutosh_by_mohit@AshV /> cd /usr/bin tvermaashutosh_by_mohit@AshV /u/bin> ./qmake6 ./qmake6: error while loading shared libraries: libicui18n.so.73: cannot open shared object file: No such file or directory tvermaashutosh_by_mohit@AshV /u/bin [127]>
-
You installed icu 74, that version of qmake6 requires 73.