mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-08 18:47:25 +08:00
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
|
<sect2>
|
||
|
<title>Installation of <application>Heimdal</application></title>
|
||
|
|
||
|
<para>
|
||
|
Before installing the package, you may want to preserve the
|
||
|
<command>ftp</command> program from the Inetutils package. This is
|
||
|
because using the Heimdal <command>ftp</command> program to connect to
|
||
|
non kerberized ftp servers may not work properly. It will allow you to
|
||
|
connect (letting you know that transmission of the password is clear
|
||
|
text) but will have problems doing puts and gets.
|
||
|
</para>
|
||
|
|
||
|
<screen><userinput><command>mv /usr/bin/ftp /usr/bin/ftpn</command></userinput></screen>
|
||
|
|
||
|
<para>Install <application>Heimdal</application> by running the following commands:</para>
|
||
|
|
||
|
<screen><userinput><command>patch -Np1 -i ../heimdal-&heimdal-version;-fhs-compliance-1.patch &&
|
||
|
./configure --prefix=/usr --sysconfdir=/etc/heimdal \
|
||
|
--datadir=/var/lib/heimdal --libexecdir=/usr/sbin \
|
||
|
--sharedstatedir=/usr/share --localstatedir=/var/lib/heimdal \
|
||
|
--enable-shared --with-openssl=/usr &&
|
||
|
make &&
|
||
|
make install &&
|
||
|
cp /usr/bin/login /bin &&
|
||
|
mv /usr/bin/su /bin</command></userinput></screen>
|
||
|
|
||
|
</sect2>
|