Opened 19 years ago

Closed 19 years ago

Last modified 10 years ago

#1484 closed defect (wontfix)

chmod command in samba blfs book fails for libsmbclient.a

Reported by: kevin@… Owned by: blfs-book@…
Priority: high Milestone:
Component: BOOK Version: 6.1
Severity: normal Keywords:
Cc:

Description

Used samba 3.0.14a instead of 3.0.11

Error: chmod: cannot access `/usr/lib/samba/libsmbclient.a': No such file or directory

Because file does not exist so add this command: cp /sources/samba-3.0.14a/source/bin/libsmbclient.a /usr/lib/samba/libsmbclient.a

Here:


Now, as the root user:

make install && mv /usr/lib/samba/libsmbclient.so /usr/lib && ln -sf ../libsmbclient.so /usr/lib/samba &&


cp /sources/samba-3.0.14a/source/bin/libsmbclient.a /usr/lib/samba/libsmbclient.a &&

Change History (2)

comment:1 by LFS-User@…, 19 years ago

Resolution: wontfix
Status: newclosed

Going ahead and marking this bug as WONTFIX because it is only broken in past books. 6.1 will be/is released and it is fixed in this book and in SVN.

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.