Gordon Findlay wrote: > I'm building from BLFS-svn and had an issue with fcron dependencies. > Iwas using none of them, since all are listed as optional and I only want > a simple cron facility. > > > The configure command is > > ./configure --prefix=/usr --sysconfdir=/etc \ > --localstatedir=/var --without-sendmail --with-boot-install=no \ > --with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-1.79 > > But the DSSSL style-sheets are installed by docbook-dsssl, as a prerequisite > of docbook-utils > > So at least docbook-dsssl is a required dependency?
Just omit the dsssl option. You get a warning: /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl does not exist. You will probably not be able to generate the documentation from the DocBook source files. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
