xfs
[Top] [All Lists]

Re: Problems compiling acl-2.0.9

To: Michael Wahlbrink <x_miw@xxxxxxxxxxxxxxxx>
Subject: Re: Problems compiling acl-2.0.9
From: Nathan Scott <nathans@xxxxxxx>
Date: Wed, 8 May 2002 08:52:31 +1000
Cc: linux-xfs <linux-xfs@xxxxxxxxxxx>
In-reply-to: <3CD858A1.2070208@xxxxxxxxxxxxxxxx>; from x_miw@xxxxxxxxxxxxxxxx on Wed, May 08, 2002 at 12:43:45AM +0200
References: <3CD858A1.2070208@xxxxxxxxxxxxxxxx>
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Mutt/1.2.5i
On Wed, May 08, 2002 at 12:43:45AM +0200, Michael Wahlbrink wrote:
> Hi,
> On my newly build LFS-system I can not build the acl-2.0.9 package. 
> #make stopps with this message:
> [...snipp...]
> gcc -o .libs/getfacl getfacl.o user_group.o  /lib/libattr.so 
> ../libacl/.libs/libacl.so
> gcc: /lib/libattr.so: No such file or directory
> make[1]: *** [getfacl] Error 1
> make: *** [default] Error 2
> 
> But the file is there:
> root:/usr/src/acl-2.0.9# ls -l /lib/libattr.so
> lrwxrwxrwx 1 root root 12 May  8 02:16 /lib/libattr.so -> libattr.so.1
> 
> So what's wrong??

Is the file its pointing to there?  It should look like this...

# ls -l /lib/libattr.so /lib/libattr.so.1 /lib/libattr.so.1.0.0
lrwxr-xr-x    1 root     root           12 May  8 07:24 /lib/libattr.so -> 
libattr.so.1
lrwxr-xr-x    1 root     root           16 May  3 16:59 /lib/libattr.so.1 -> 
libattr.so.1.0.0
-rw-r--r--    1 root     root        31743 May  3 16:59 /lib/libattr.so.1.0.0

If any are missing, then your "attr" binaries aren't installed
correctly - try "make install install-dev install-lib" in attr
source directory.

BTW, you may as well use acl-2.0.11 if building from source, there
have been a couple of bugs fixed since acl-2.0.9.

cheers.

-- 
Nathan


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