Showing entries 61 to 65
« 10 Newer Entries
Displaying posts with tag: maxdb (reset)
cannot create package tree: unresolved dependency: package "Base" not found

My experience showed that installing a new version of glibc resolved the error:

$ sudo apt-get install libc6



If this doesn't work for you, try this:

http://lists.mysql.com/maxdb/25707

MaxDB Synch Manager, Part the first: Installing MaxDB and related tools

This set of articles is licensed under the GNU FDL. You can get
the most recent release of these articles from here.
You can get the most recent development release of these articles
from here.

I had previously installed the debian
package of MaxDB. I didn't like that it operated so differently from
how the documents described it, so I am documenting my experience
installing a stock version of MaxDB.



If you don't have sudo installed, please read my entry on installing sudo here:



[Read more]
Docbook XHTML generation with tidy, chapter the third

In chapter the first, I presented a way to install HTML tidy.

In chapter the second, I created a script to install the most recent version of tidy with a single command.

In this chapter, I will show you how to run tidy in a way that cleans up the HTML that was generated by Office™.

Docbook XHTML generation with tidy, chapter the second

In Chapter the First, we presented a set of commands you could run to install HTML Tidy on your system.

In this chapter, we will present a script that you may run on your Linux or OS X system to install the most recent version of HTML tidy.

You may use subversion, wget, or your favorite browser to retrieve the most recent version of this tidy installer.

I'm writing a perl script using Commands::Guarded to automate what I did in the first article.

You may retrieve the source with wget, so:

$ wget -r http://colliertech.org/svn/genDocbook


Or subversion, so:

$ svn co svn://colliertech.org/genDocbook


You may also get the most recent version of the individual files in the distribution using …

[Read more]
Docbook XHTML generation with tidy, chapter the first

So I'm getting the new version of the MaxDB FAQ ready for production. We used Microsoft Word to create the document and manage corrections. And then I exported to HTML. Word did a terrific (note that the root word here is "terror") job of translating to HTML, and Tidy won't touch it unless I fix some issues manually.

So here I go.

Getting most recent build from cvs:

$ cd ~/src/
$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tidy login
$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tidy co tidy



Building said code:

$ cd tidy/build/gmake
$ make

ld: archive: ../../lib/libtidy.a has no table of contents, add one with ranlib(1) (can't load from it)
make: *** [../../bin/tidy] Error 1

$ ranlib ../../lib/libtidy.a
$ make



Running code:

$ cd ../../bin
$ ./tidy -h
$ open ../htmldoc/faq.html …
[Read more]
Showing entries 61 to 65
« 10 Newer Entries