Changeset 0708c2a
- Timestamp:
- 01/19/2005 10:38:21 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3809022
- Parents:
- 9cf73e3
- Location:
- introduction/important
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/important/beyond.xml
r9cf73e3 r0708c2a 21 21 22 22 <para>When you want to install a package to a location other than 23 <filename class='directory'>/</filename>, or <filename class='directory'>/usr</filename>, you are installing 23 <filename class='directory'>/</filename>, or 24 <filename class='directory'>/usr</filename>, you are installing 24 25 outside the default environment settings on most machines. The following 25 26 examples should assist you in determining how to correct this situation. … … 30 31 <listitem><para>Expand the <envar>PATH</envar> to include 31 32 <filename class='directory'>$PREFIX/bin</filename>.</para></listitem> 33 32 34 <listitem><para>Expand the <envar>PATH</envar> for root to include 33 35 <filename class='directory'>$PREFIX/sbin</filename>.</para></listitem> 36 34 37 <listitem><para>Add <filename class='directory'>$PREFIX/lib</filename> 35 38 to <filename>/etc/ld.so.conf</filename> or expand 36 39 <envar>LD_LIBRARY_PATH</envar> to include it. Before using the latter option, 37 40 check out <ulink url="http://www.visi.com/~barr/ldpath.html"/>. If you 38 modify <filename>/etc/ld.so.conf</filename> remember to update 39 <filename>/etc/ld.so.cache</filename> by executing <command>ldconfig</command>.</para></listitem> 41 modify <filename>/etc/ld.so.conf</filename>, remember to update 42 <filename>/etc/ld.so.cache</filename> by executing <command>ldconfig</command> 43 as the root user.</para></listitem> 44 40 45 <listitem><para>Add <filename class='directory'>$PREFIX/man</filename> 41 to <filename>/etc/man.conf</filename> or expand <envar>MANPATH</envar>.</para></listitem> 46 to <filename>/etc/man.conf</filename> or expand <envar>MANPATH</envar>.</para> 47 </listitem> 48 42 49 <listitem><para>Add <filename class='directory'>$PREFIX/info</filename> 43 50 to <envar>INFOPATH</envar>.</para></listitem> 51 44 52 <listitem><para>Add <filename 45 53 class='directory'>$PREFIX/lib/pkgconfig</filename> to 46 54 <envar>PKG_CONFIG_PATH</envar>.</para></listitem> 55 47 56 <listitem><para>Add <filename 48 class='directory'>$PREFIX/include</filename> to <envar>CPPFLAGS</envar> when compiling packages49 that depend on the package you installed.</para></listitem>57 class='directory'>$PREFIX/include</filename> to <envar>CPPFLAGS</envar> when 58 compiling packages that depend on the package you installed.</para></listitem> 50 59 </itemizedlist> 51 60 … … 56 65 57 66 <listitem><para>If you know the name of the package, then search FreshMeat for 58 at <ulink url="http://freshmeat.net/"/>. Also search Google at67 it at <ulink url="http://freshmeat.net/"/>. Also search Google at 59 68 <ulink url="http://google.com/"/>. Sometimes a search for the rpm at 60 69 <ulink url="http://rpmfind.net/"/> or the deb at 61 70 <ulink url="http://www.debian.org/distrib/packages#search_packages"/> can also 62 lead to the website forthe package.</para></listitem>71 lead to a link to the package.</para></listitem> 63 72 64 73 <listitem><para>If you know the name of the executable, but not the package … … 87 96 <listitem><para>If you are having a problem compiling the package, try 88 97 searching the lfs archives at <ulink url="http://search.linuxfromscratch.org/"/> 89 for the error or if that fails try searching google. If everything else fails,98 for the error or if that fails try searching Google. If everything else fails, 90 99 try the blfs support mailing-list/news-server.</para></listitem> 91 100 … … 93 102 94 103 <tip><para>If you have found a package that is only available in .deb or .rpm 95 format, there are two small scripts rpm2targz and deb2targz that are available 96 at <ulink url="&downloads-project;/deb2targz.tar.bz2"/> and <ulink 97 url="&downloads-project;/rpm2targz.tar.bz2"/> to convert the archives into a 98 simple tar.gz format.</para></tip> 104 format, there are two small scripts, <command>rpm2targz</command> and 105 <command>deb2targz</command> that are available at 106 <ulink url="&downloads-project;/deb2targz.tar.bz2"/> and 107 <ulink url="&downloads-project;/rpm2targz.tar.bz2"/> to convert the archives 108 into a simple <filename>tar.gz</filename> format.</para></tip> 99 109 100 110 </sect1> -
introduction/important/bootscripts.xml
r9cf73e3 r0708c2a 13 13 <?dbhtml filename="bootscripts.html"?> 14 14 <title><acronym>BLFS</acronym> Boot Scripts</title> 15 <indexterm zone="intro-important-bootscripts"> 16 <primary sortas="a-BLFS-Bootscripts">BLFS Bootscripts</primary></indexterm> 17 <indexterm zone="intro-important-bootscripts"> 18 <primary sortas="f-AA-General-Information">General Information</primary> 19 </indexterm> 15 20 16 <para>The <acronym>BLFS</acronym> Bootscripts package contains the init scripts that are 17 used throughout the book. It is assumed that you will be using the blfs-bootscripts 18 package in conjuction with a compatible lfs-bootscripts package. 19 Refer to 20 <ulink url="&lfs-root;/chapter07/bootscripts.html"/> 21 for more 21 <para>The <acronym>BLFS</acronym> Bootscripts package contains the init 22 scripts that are used throughout the book. It is assumed that you will be 23 using the blfs-bootscripts package in conjuction with a compatible 24 lfs-bootscripts package. Refer to 25 <ulink url="&lfs-root;/chapter07/bootscripts.html"/> for more 22 26 information on the lfs-bootscripts package.</para> 23 24 27 25 28 <itemizedlist spacing='compact'> 26 29 <title>Package information</title> 27 <listitem><para>Download: <ulink url="&blfs-bootscripts-download;"/></para></listitem> 30 <listitem><para>Download: <ulink url="&blfs-bootscripts-download;"/></para> 31 </listitem> 28 32 </itemizedlist> 29 33 30 31 <para>The blfs-bootscripts package will be used throughout the <acronym>BLFS</acronym> 32 book for startup scripts. Unlike <acronym>LFS</acronym>, each init script 33 has a separate install target in the blfs-bootscripts package. 34 It is recomended you keep the package 35 source directory around until completion of your 36 <acronym>BLFS</acronym> system. When a script is requested from 37 blfs-bootscripts, simply change to the directory and execute the given 38 <command>make install-<init-script></command> command. This command installs the 39 init script to its proper location (along with any auxillary configuration 40 scripts) and also creates the appropriate symlinks to start and stop the 41 service at the appropriate run-level.</para> 34 <para>The blfs-bootscripts package will be used throughout the 35 <acronym>BLFS</acronym> book for startup scripts. Unlike 36 <acronym>LFS</acronym>, each init script has a separate install target in the 37 blfs-bootscripts package. It is recomended you keep the package source 38 directory around until completion of your <acronym>BLFS</acronym> system. When 39 a script is requested from blfs-bootscripts, simply change to the directory 40 and execute the given 41 <command>make install-<replaceable>[init-script]</replaceable></command> 42 command. This command installs the init script to its proper location (along 43 with any auxillary configuration scripts) and also creates the appropriate 44 symlinks to start and stop the service at the appropriate run-level.</para> 42 45 43 46 <note><para>It is advisable to peruse each bootscript before installation to -
introduction/important/patches.xml
r9cf73e3 r0708c2a 25 25 </itemizedlist> 26 26 27 <para>In short, the book only includes patches that are either required or 28 recommended. There is a <ulink url="http://www.linuxfromscratch.org/patches">Patches subproject</ulink> 29 which hosts various patches (including the patches referenced in the books) 30 to enable you to configure your <acronym>LFS</acronym> the way you like it.</para> 27 <para>In short, the book only includes patches that are either required or 28 recommended. There is a 29 <ulink url="http://www.linuxfromscratch.org/patches">Patches subproject</ulink> 30 which hosts various patches (including the patches referenced in the books) 31 to enable you to configure your <acronym>LFS</acronym> the way you like 32 it.</para> 31 33 32 34 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.