Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libQt5Core.so.5 => not found
Date: Sat, 10 Nov 2018 04:52:21
Message-Id: CAC=wYCHuCVGHAPbkjC33oe4L2HL6yFj-_KWOuo4W-2e9wCqL0Q@mail.gmail.com
In Reply to: [gentoo-user] libQt5Core.so.5 => not found by karl@aspodata.se
1 On Fri, Nov 9, 2018 at 10:33 PM <karl@××××××××.se> wrote:
2
3 > I'm trying to build/emerge dev-qt/qtgui-5.11.1, but I get this:
4 >
5 > # ldd
6 > /Net/portage_tmpdir/portage/dev-qt/qtgui-5.11.1/work/qtbase-everywhere-src-5.11.1/bin/qvkgen
7 > linux-vdso.so.1 (0x00007fff3ddff000)
8 > libQt5Core.so.5 => not found
9 > libc.so.6 => /lib64/libc.so.6 (0x00007f697dbd8000)
10 > /lib64/ld-linux-x86-64.so.2 (0x00007f697e1f5000)
11 > # strings /etc/ld.so.cache | grep libQt5Core.so.5
12 > libQt5Core.so.5
13 > /usr/lib64/libQt5Core.so.5
14 > # ls -l /usr/lib64/libQt5Core.so.5*
15 > lrwxrwxrwx 1 root root 20 Nov 5 12:49 /usr/lib64/libQt5Core.so.5 ->
16 > libQt5Core.so.5.11.1
17 > lrwxrwxrwx 1 root root 20 Nov 5 12:49 /usr/lib64/libQt5Core.so.5.11
18 > -> libQt5Core.so.5.11.1
19 > -rwxr-xr-x 1 root root 5351376 Nov 5 12:49 /usr/lib64/libQt5Core.so.5.11.1
20 >
21 > So why isn't it found ?
22 >
23
24 Maybe its not in the library cache. Try running ldconfig as root to see if
25 that fixes it.

Replies

Subject Author
Re: [gentoo-user] libQt5Core.so.5 => not found Adam Carter <adamcarter3@×××××.com>