mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-15 00:39:16 +08:00
28 lines
842 B
XML
28 lines
842 B
XML
|
<sect2>
|
||
|
<title>Installation of <application>Samba</application></title>
|
||
|
|
||
|
<para>Install <application>Samba</application> by running the following
|
||
|
commands:</para>
|
||
|
|
||
|
|
||
|
<screen><userinput><command>cd source &&
|
||
|
mkdir -p /var/cache/samba &&
|
||
|
./configure \
|
||
|
--prefix=/usr \
|
||
|
--sysconfdir=/etc \
|
||
|
--localstatedir=/var \
|
||
|
--with-piddir=/var/run \
|
||
|
--with-fhs \
|
||
|
--with-smbmount &&
|
||
|
make &&
|
||
|
make install &&
|
||
|
install -m755 nsswitch/libnss_win{s,bind}.so /lib &&
|
||
|
ln -sf libnss_winbind.so /lib/libnss_winbind.so.2 &&
|
||
|
ln -sf libnss_wins.so /lib/libnss_wins.so.2</command></userinput></screen>
|
||
|
|
||
|
<para>Note: You may want to run configure with the
|
||
|
<parameter>--help</parameter> parameter. There may be other parameters
|
||
|
needed to take advantage of the optional dependencies.</para>
|
||
|
</sect2>
|
||
|
|