http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1484

           Summary: chmod command in samba blfs book fails for
                    libsmbclient.a
           Product: Beyond LinuxFromScratch
           Version: 6.1
          Platform: PC
               URL: http://www.linuxfromscratch.org/blfs/view/stable/server/
                    samba3.html
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: BOOK
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]


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:
----snip from book----
 Now, as the root user:

make install &&
mv /usr/lib/samba/libsmbclient.so /usr/lib &&
ln -sf ../libsmbclient.so /usr/lib/samba &&
----HERE---> Because file does not exist so add this command:
cp /sources/samba-3.0.14a/source/bin/libsmbclient.a 
/usr/lib/samba/libsmbclient.a &&



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to