Hi there,
This may help a little (or at least, explain what the error is): I
received exactly the same error message in a completely different
program. It occured because I tried to store something too large in a
dbm entry. The ndbm manpage has the following:
The sum of the sizes of a key/content pair must not exceed
the internal block size (currently 1024 bytes). Moreover
all key/content pairs that hash together must fit on a sin-
gle block. dbm_store() will return an error in the event
that a disk block fills with inseparable data.
In my case, I was able to cure the problem by using a different dbm
package instead of ndbm: I put the line
use 'GDBM_File';
in and the limitation went away. I guess you could try putting this
into the latex2html script (assuming you have GDBM_File.pm on your
system), but I wouldn't like to promise that this would work safely ;-)
Cheers
Dave McIntyre.
>
> I'm seeing this:
>
> Doing ./tools.tex
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'''''''ndbm store returned -1, errno 28, key "5"
>at /users/turner/Tools/latex2html/latex2html line 1491.
>
> I'll try to narrow it down, but wanted to report it in case a) it's
> already been fixed or b) it suggests something very specific that I
> could look for in my tex.
>
> --
> John A. Turner mailto:[EMAIL PROTECTED]
> Senior Research Associate http://www.blueskystudios.com
> Blue Sky | VIFX http://www.vifx.com
> One South Road, Harrison, NY 10528 http://www.lanl.gov/home/turner
> Phone: 914-381-8400 Fax: 914-381-9790/1
>