On Mon, 29 Mar 1999, Shawn Patton wrote:
> 1) Add the following line:
> VCONFIG_DIR= /usr/local/htdig/conf
> 2) Edit CONFIG_DIR in the following line from:
> LOCAL_DEFINES= -DCONFIG_DIR=\"$(CONFIG_DIR)\"
> to:
> LOCAL_DEFINES= -DCONFIG_DIR=\"$(VCONFIG_DIR)\"
> 3) Move to the Htsearch source directory and run make on the edited
> Makefile.
> 4) manually cp *new* Htsearch binary to cgi-bin directory.
OK, I see the problem here... The top-level Makefile.config defines the
default config file. It doesn't pay any attention to $(CONFIG_DIR). Edit
that and you should be set:
DEFINES= -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"
(or edit the CONFIG file)
(Suggestions on Makefile cleanups are more than welcome!)
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.