Opened 21 years ago
Closed 21 years ago
#740 closed defect (invalid)
Shadow 4.0.3 move Shadow's dynamic libraries
Reported by: | Owned by: | ||
---|---|---|---|
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
Note:
See TracTickets
for help on using tickets.
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?