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
|