http://oss.sgi.com/bugzilla/show_bug.cgi?id=205
Summary: make install fails to properly symlink and copy the
libraries
Product: Linux XFS
Version: Current
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: Medium
Component: xfsprogs
AssignedTo: xfs-master@xxxxxxxxxxx
ReportedBy: bootsy52@xxxxxxx
Actually this applies to the whole cmd_tar's packages, especially to acl,attr.
The Problem:
running make install on acl-2.1.1 and attr-2.1.1 fails to properly create the
symlinks and to copy the libraries from .libs. The Problem is present in every
version so far I've installed. As a given examply I refer to acl-2.1.1 (earlier
version have the same problem)
I installed acl-2.1.1 with:
./configure --prefix=/usr --localstatedir=/var --mandir=/usr/share/man && \
make && \
make install && \
make install-dev
After this a ls -la /usr/lib/libacl.* gives:
bash-2.05a# ls -la /usr/lib/libacl.*
lrwxr-xr-x 1 root root 21 Jan 3 06:29 /usr/lib/libacl.a ->
/usr/libexec/libacl.a
lrwxr-xr-x 1 root root 22 Jan 3 06:29 /usr/lib/libacl.la ->
/usr/libexec/libacl.la
lrwxr-xr-x 1 root root 11 Jan 3 06:29 /usr/lib/libacl.so ->
libacl.so.1
As you can see libacl.so is linked to libacl.so.1 but libacl.so.1 is missing,
as well as
libacl.so.1.0.3 the final destination is missing as well.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|