Author: djensen Date: 2005-06-17 12:29:37 -0600 (Fri, 17 Jun 2005) New Revision: 4623
Modified: trunk/BOOK/basicnet/netprogs/ncftp.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Update NcFTP-3.1.9. separated user/root Modified: trunk/BOOK/basicnet/netprogs/ncftp.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/ncftp.xml 2005-06-17 16:54:22 UTC (rev 4622) +++ trunk/BOOK/basicnet/netprogs/ncftp.xml 2005-06-17 18:29:37 UTC (rev 4623) @@ -6,11 +6,11 @@ <!ENTITY ncftp-download-http "http://gd.tuwien.ac.at/infosys/clients/ftp/ncftp/ncftp-&ncftp-version;-src.tar.bz2"> <!-- <!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2"> --> - <!ENTITY ncftp-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/ncftp-&ncftp-version;-src.tar.bz2"> - <!ENTITY ncftp-md5sum "2a310a3c9ca126e6b409d0d1d1ccda75"> - <!ENTITY ncftp-size "389 KB"> - <!ENTITY ncftp-buildsize "5.2 MB"> - <!ENTITY ncftp-time "0.38 SBU"> + <!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2"> + <!ENTITY ncftp-md5sum "66cf8dacec848eb11a70632fe9f21807"> + <!ENTITY ncftp-size "401 KB"> + <!ENTITY ncftp-buildsize "9.9 MB"> + <!ENTITY ncftp-time "0.3 SBU"> ]> <sect1 id="ncftp" xreflabel="NcFTP-&ncftp-version;"> @@ -78,19 +78,31 @@ first (and optimal) method, run the following commands:</para> <screen><userinput>./configure --prefix=/usr && -make -C libncftp shared && -make -C libncftp soinstall && -make && -make install</userinput></screen> +make -C libncftp shared</userinput></screen> + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role='root'><userinput>make -C libncftp soinstall</userinput></screen> + + <para>Again, as the normal user:</para> + +<screen><userinput>make</userinput></screen> + + <para>Again, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role='root'><userinput>make install</userinput></screen> + <para>To install <application>NcFTP</application> using the second method (with the <filename class="libraryfile">libncftp</filename> functionality linked in statically) run the following commands:</para> <screen><userinput>./configure --prefix=/usr && -make && -make install</userinput></screen> +make</userinput></screen> + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role='root'><userinput>make install</userinput></screen> + </sect2> <sect2 role="commands"> @@ -149,8 +161,8 @@ <seglistitem> <seg>ncftp, ncftpbatch, ncftpbookmarks, ncftpget, ncftpls, ncftpput, and ncftpspooler</seg> - <seg>libncftp</seg> - <seg>Not determined at this time</seg> + <seg>libncftp.so</seg> + <seg>None</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-06-17 16:54:22 UTC (rev 4622) +++ trunk/BOOK/general.ent 2005-06-17 18:29:37 UTC (rev 4623) @@ -213,7 +213,7 @@ <!-- Chapter 18 --> <!ENTITY cvs-version "1.11.20"> <!ENTITY inetutils-version "1.4.2"> -<!ENTITY ncftp-version "3.1.7"> +<!ENTITY ncftp-version "3.1.9"> <!ENTITY ncpfs-version "2.2.4"> <!ENTITY net-tools-version "1.60"> <!ENTITY ntp-version "4.2.0"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-06-17 16:54:22 UTC (rev 4622) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-06-17 18:29:37 UTC (rev 4623) @@ -25,6 +25,11 @@ <itemizedlist> <listitem> + <para>June 17th, 2005 [djensen]: Updated to NcFTP-3.1.9. + Separated root/user.</para> + </listitem> + + <listitem> <para>June 17th, 2005 [djensen]: Updated to Pine-4.63. Separated root/user.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
