Ticket #150 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

Prioritize /usr/lib64 over /usr/lib

Reported by: aturner Owned by: aturner
Priority: low Milestone: 3.0.0
Component: tcpreplay Version: 3.0.RC1
Keywords: Cc:
Operating System: Add to FAQ?: no
Hardware: All
Output of tcpreplay -V:

Description

On Linux x86_64 boxes, the 64 bit libraries are in /usr/lib64 and the cross-compile 32bit libs are in /usr/lib. 32bit systems have no /usr/lib64...

Hence, prioritize /usr/lib64 over /usr/lib for libraries. This will make things compile properly in all cases other then when people are cross compiling for 32bit systems on a 64bit system. Oh well.

Change History

comment:1 Changed 5 years ago by aturner

  • Status changed from new to closed
  • Resolution set to fixed

(In [1815]) prioritize 64bit libs over standard. fixes #150

comment:2 Changed 4 years ago by aturner

  • Add to FAQ? unset
Note: See TracTickets for help on using tickets.