xfs
[Top] [All Lists]

Probs while building xfsdump

To: linux-xfs@xxxxxxxxxxx
Subject: Probs while building xfsdump
From: Michael Wahlbrink <mimi.ka@xxxxxx>
Date: Tue, 13 Aug 2002 15:27:30 +0200
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
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


<Prev in Thread] Current Thread [Next in Thread>