Installation procedure:
./configure --prefix=/usr
make
make install
I'm using Slackware 10 and I have no problem with the
catalogs. I set them properly.
Okay, so here's the problem I discovered. Upon using
sgmltools it complains that it cannot find the
SGMLTools module. I replaced all instances of ${prefix}
with /usr in /usr/bin/sgmltools and, well, all the
problems are gone!
I checked the module, and it exists. I headed to the
program itself /usr/bin/sgmltools and tried printing
out the values of the sys.path. Okay, so far it hasn't
been expanded into the proper string /usr, but I'm not
really sure if that's the intended behavior. So I
headed over to /usr/share/sgml/misc/python/SGMLtools.py
and also tried printing out the values, and it still
hasn't expanded them.
So it would seem that it has a problem expanding
${prefix}. If you need more info that I might have
forgotten, just tell me. I hope this helps, even a little.
Logged In: NO
Thank you for solving my issues.