Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#2 closed defect (fixed)

Procps-3.2.6 32 Bit in Multilib build

Reported by: ronny.heidenreich@… Owned by: clfs-commits@…
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 Jim Gifford, 19 years ago

Resolution: fixed
Status: newclosed

Fixed via commit r1144

comment:2 by Jim Gifford, 18 years ago

Version: unstable1.0.0
Note: See TracTickets for help on using tickets.