xfs
[Top] [All Lists]

Re: [xfsdump] make fails

To: mirko@xxxxxxxxxx
Subject: Re: [xfsdump] make fails
From: Nathan Scott <nathans@xxxxxxx>
Date: Sun, 1 Sep 2002 09:50:28 +0000
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: <E17l7lh-0003Db-00@config19.schlund.de>; from mirko@tasler.net on Sat, Aug 31, 2002 at 02:54:25PM +0200
References: <E17l7lh-0003Db-00@config19.schlund.de>
Sender: linux-xfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.2.5i
hi,

On Sat, Aug 31, 2002 at 02:54:25PM +0200, mirko@xxxxxxxxxx wrote:
> 
> hi folks,
> 
> when i try to compile xfsdump
> (ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/xfsdump-2.0.1.src.tar.gz)
> on my lfs (i386), make fails with
> 
> /usr/bin/libtool --mode=link gcc -o xfs_fsr   xfs_fsr.o  
> /usr/lib/libhandle.la /usr/lib/libattr.la 
> gcc -o xfs_fsr xfs_fsr.o  /lib/libhandle.so /lib/libattr.so
> gcc: /lib/libattr.so: No such file or directory
> make[1]2: *** [xfs_fsr] Error 1
> make: *** [default] Error 2
> 
> the other packages (xfsprogs, dmapi, attr) are already installed, and
> the file libattr.so exists (/lib/libattr.so).
> any hints? 
> 

/lib/libattr.so is a symlink - chances are the file its pointing to does
not exist on your system?  iirc, it should be pointing to libattr.so.2,
which is also a symlink (to libattr.so.2.?.?) - probably one of these 2
files is missing.  You would normally get those files via...
# cd attr-2.x.y
# make install-lib

You will likely see a similar problem if trying to build the acl source -
it has this same dependency on libattr.

cheers.

-- 
Nathan


<Prev in Thread] Current Thread [Next in Thread>
  • Re: [xfsdump] make fails, Nathan Scott <=