glfs/postlfs/security/heimdal/heimdal-inst.xml
Igor Živković 685655627b always forgetting to add the files...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2069 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-04-27 20:26:14 +00:00

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 &amp;&amp;
./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 &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cp /usr/bin/login /bin &amp;&amp;
mv /usr/bin/su /bin</command></userinput></screen>
</sect2>