You are not logged in.

#1 2013-03-24 21:00:07

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

the /lib64 and /usr/lib64 symlinks

Are those needed forever? or will rebuilding the whole system eventually remove their need?

Offline

#2 2013-03-24 21:29:58

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,787
Website

Re: the /lib64 and /usr/lib64 symlinks

They'll probably be around forever. They do no harm.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2013-03-24 21:46:36

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: the /lib64 and /usr/lib64 symlinks

but some stuff lib /usr/bin/bash link to files in /lib64/

ldd /usr/bin/bash
        linux-vdso.so.1 (0x00007fff7dbb1000)
        libreadline.so.6 => /usr/lib/libreadline.so.6 (0x00007f772ca4d000)
        libncursesw.so.5 => /usr/lib/libncursesw.so.5 (0x00007f772c7ed000)
        libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f772c5e9000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f772c23c000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f772cc93000)

those can't be fixed to link against /lib/ld-linux-x86-64.so.2 instead?

Offline

#4 2013-03-26 03:30:39

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: the /lib64 and /usr/lib64 symlinks

Not going to happen - that path is the standard place for the linker.

Offline

Board footer

Powered by FluxBB