Thanks for reporting!
We've fixed it in 3.1.14 sources.


[EMAIL PROTECTED] wrote:
> 
> 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]
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to