Opened 20 years ago

Closed 20 years ago

#740 closed defect (invalid)

Shadow 4.0.3 move Shadow's dynamic libraries

Reported by: j.lysgaard@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: 5.0
Severity: normal Keywords:
Cc:

Description

No need to move Shadow's dynamic libraries to a more appropriate location with:

mv /usr/lib/lib{shadow,misc}.so.0* /lib

Because they are in /lib and not in /usr/lib

Change History (1)

comment:1 by greg@…, 20 years ago

Resolution: invalid
Status: newclosed

Because they are in /lib and not in /usr/lib

Umm, this is completely wrong. Please look a bit closer. You'll find that the libraries are installed firstly into /usr/lib. They must end up in /lib hence they do need to be moved. Maybe you forgot the "--libdir=/usr/lib" in the build commands?

Note: See TracTickets for help on using tickets.