Hi,
The Problem with the path is now solved, thanx a lot!
Here comes the next Prob by installing xfsdump....
I've done the following installation procedure on a new LFS
sytem (with a fresh cvs checkout of the linux-2.4 branch
of today):
# cd attr
# autoconf; ./configure --prefix=/usr
# make && make install && make install-dev && make install-lib
# ldconfig
# cd ../acl
# autoconf; ./configure --prefix=/usr
# make && make install && make install-dev && make install-lib
# ldconfig
# cd ../xfsprogs
# autoconf; ./configure --prefix=/usr
# make && make install && make install-dev
# ldconfig
# cd ../dmapi
# autoconf; ./configure --prefix=/usr
# make && make install && make install-dev
# ldconfig
# cd ../xfsdump
# autoconf; ./configure --prefix=/usr
and here it stops with the foolowing error
.....
checking xfs/libxfs.h usability... yes
checking xfs/libxfs.h presence... yes
checking for xfs/libxfs.h... yes
checking for libxfs_init in -lxfs... no
FATAL ERROR: could not find a valid XFS base library.
Install either the xfsprogs-devel (rpm) or the xfslibs-dev (deb)
package.
Alternatively, run "make install-dev" from the xfsprogs source.
hmm... /what's gone wrong here??
any hints?? (is there perhaps an error in my installation
procedure?)
regards
micha
|