on 8/1/01 10:27 AM, Oden Eriksson at [EMAIL PROTECTED] spake:
> Bill,
>
> Here's from my config.h
>
> "#define HTMLLIBDIR "/usr/local/share/qmailadmin/html/"
>
> It's odd because I configured it like:
>
> --with-htmllibdir=/usr/local/share/qmailadmin
>
> and not
>
> --with-htmllibdir=/usr/local/share/qmailadmin/html/
Well, mine has the trailing slash as well. But a redundant "/" is usually
ignored. I don't understand why only these new include files are causing a
problem and the others are not. Also, I don't know why it's include3.html
that is being referenced.
I can add a test for a trailing slash and make the path correct. That's
probably what should happen anyway, as I'm not sure all *nix systems will
ignore a redundant slash in a path.
Bill