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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://www.linuxfromscratch.
                   |                            |org/blfs/view/stable/server/
                   |                            |samba3.html




------- Additional Comments From [EMAIL PROTECTED]  2005-07-29 12:07 -------
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