> Modified: trunk/BOOK/chapter06/kmod.xml
> ==============================================================================
> --- trunk/BOOK/chapter06/kmod.xml       Mon Feb 17 20:07:01 2014        
> (r10479)
> +++ trunk/BOOK/chapter06/kmod.xml       Mon Feb 17 23:16:55 2014        
> (r10480)
> @@ -46,7 +46,6 @@
>  <screen><userinput remap="configure">./configure --prefix=/usr          \
>              --bindir=/bin          \
>              --sysconfdir=/etc      \
> -            --disable-manpages     \
>              --with-rootlibdir=/lib \
>              --with-xz              \
>              --with-zlib</userinput></screen>
> @@ -60,16 +59,16 @@
>            <para>These options enable Kmod to handle compressed kernel 
> modules.</para>
>          </listitem>
>        </varlistentry>
> -
> +<!--
>        <varlistentry>
> -        <term><parameter>--disable-manpages</parameter></term>
> +        <term><parameter>- -disable-manpages</parameter></term>
>          <listitem>
>            <para>This option prevents the man pages from being built, as they
>            rely on libxslt, which isn't available in the chroot
>            environment.</para>
>          </listitem>
>        </varlistentry>
> -
> +-->

I got below message when I build kmod without "--disable-manpages".
checking for xsltproc... no
configure: error: xsltproc command not found, try ./configure --disable-manpages
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to