#2 closed defect (fixed)
Procps-3.2.6 32 Bit in Multilib build
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | CLFS Standard 1.0.0 |
Component: | BOOK | Version: | CLFS Standard 1.0.0 |
Keywords: | Cc: |
Description
Problem: libproc 32 Bit library ends up in /lib64 and gets overwritten by the 64 Bit library
Reason: make checks for /lib64 and sets lib64=lib64 if found (Makefile line 33)
Solution: In Chapter 10.31. install with
make install lib64=lib
In Chapter 10.32. this setting may be removed, so
make install
is sufficient
Change History (2)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Version: | unstable → 1.0.0 |
---|
Note:
See TracTickets
for help on using tickets.
Fixed via commit r1144