Hi once again.....
Michael Wahlbrink wrote:
Hi Eric,
Thanks for the quick response!
Eric Sandeen wrote:
Ok, it looks like at least xfsprogs has a strange desire to put libs in
/usr/libexec. If you just type "make" it explicitly sets that dir to
/usr/lib instead, so try:
no its not only xfsprogs which takes things in /usr/libexec when
building with ./configure --prefix=usr.
also attr acl and dmapi stow some things in /usr/libexec grrrrrr.......
(or is this correct??)
./configure --prefix=/usr --libexecdir=/usr/lib
Ok I'll do a rebuild today in the evening.
hmm all stuff rebuilded with:
autoconf; ./configure --prefix=/usr --libexecdir=/usr/lib
but now also stopped at configuring xfsdump:
....
checking xfs/handle.h usability... yes
checking xfs/handle.h presence... yes
checking for xfs/handle.h... yes
checking for attr_list_by_handle in -lhandle... no
FATAL ERROR: could not find a current XFS handle library.
Upgrade the xfsprogs-devel (rpm) or the xfslibs-dev (deb) package.
Alternatively, run "make install-dev" from the xfsprogs source.
and no /usr/libexec directory was generated during the installation of
the other stuff....
any hints now???
regards
micha
|