#1484 closed defect (wontfix)
chmod command in samba blfs book fails for libsmbclient.a
Reported by: | Owned by: | ||
---|---|---|---|
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 &&
Note:
See TracTickets
for help on using tickets.
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.