Hi Oleg,
Oleg Pykhalov <[email protected]> skribis:
> strace log from my previous message, apologies.
>
> I guess, the issue is because fcgiwrap process environment PATH only
> contains /gnu/store/…-shadow-4.5/sbin which doesn't include gzip.
There are two possible fixes:
1. Set PATH in the execution environment of ‘fcgiwrap’, just like the
‘mcron-shepherd-services’ procedure does;
2. Add a build phase for ‘fcgiwrap’ that ensures that it refers to
‘gzip’ by its absolute file name.
I have a preference for #2 because it’s more robust.
Could you look into it?
Thanks,
Ludo’.