Gents,
When compiling udmsearch, a typo makes cachelogd fails.
When making, gcc gets as argument: -DUDM_VAR_DIR=\"udmsearch_path/var\".
Best action to solve definitely & properly this bug is to do:
Add in src/cachelogd.c right after line 384, just before
sprintf(pidname,"%s%s",vardir,"cachelogd.pid")
the following:
if (vardir[strlen(vardir)-1]!='/')
{ strcat(vardir,"/"); }
Consider closely the -w arg as a temporary workaround if you dont dare changing the
source code.
@+
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]