[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems compiling acl-2.0.9
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