|
From: Dan M. <mu...@al...> - 2002-07-09 14:14:36
|
Hi Scott, The xmlcatalog binary is part of libxml2. The scripts in the DocBook DTD package on the ScrollKeeper web page assume that xmlcatalog is installed in /usr/bin. (These scripts are adapted from versions in libxml2.) Do you have libxml2 and xmlcatalog? Is xmlcatalog in /usr/bin? If it is installed somewhere else, you might want to create a symbolic link from /usr/bin/xmlcatalog to it. Dan On Tue, 9 Jul 2002, Scott S. Jones D.C. wrote: > I run 'make install' per the instructions to install DocBook. > > Here's the result from my attempt. > > install ent/* /usr/share/xml/docbook/xml-dtd-4.1.2-9/ent > # > # XML Catalog > # > # DocBook XML V4.1.2 > creating XML Catalog root /etc/xml/catalog > ./buildDocBookCatalog: /usr/bin/xmlcatalog: No such file or directory > Failed creating XML Catalog root /etc/xml/catalog > make: *** [register-catalog] Error 1 > > > Please advise as to how I can get the catalogs to be created correctly and > thus allow the rest of the installing to run well. > > Thank You, > > Scott Jones > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Stuff, things, and much much more. > http://thinkgeek.com/sf > _______________________________________________ > Scrollkeeper-devel mailing list > Scr...@li... > https://lists.sourceforge.net/lists/listinfo/scrollkeeper-devel > |