[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freeipmi-devel] Re: symbols missing problem
From: |
Anand Avati |
Subject: |
Re: [Freeipmi-devel] Re: symbols missing problem |
Date: |
Sat, 25 Mar 2006 21:05:32 -0800 |
User-agent: |
Mutt/1.5.9i |
> Finally Anand Avati found the issue. He pointed out that old version
> of libfreeipmi installed under /usr/lib and 64-bit freeipmi tools
> were looking under /usr/lib64.
Actually the other way. new libs had to come to /usr/lib64 but they were
put to /usr/lib and the older libs in /usr/lib64 were not overwritten by
the new ones. /usr/lib is not referred by ld.so for 64bit libs in
x86_64.
> Example:
> # ./configure --prefix=/usr --libdir=/usr/lib64
this should be done for any package in x86_64.
regards,
avati