in reply to Re^2: Perl app won't compile /run from cron
in thread Perl app won't compile /run from cron
"This is a headless server so having libraries splattered around isn't helpful"
Then don't do that. If you are using the system perl and a package is available in apt, use that, otherwise you need to install things in the right place (sudo cpanm Image::Grab), or (as detailed in other replies you already have) specify the correct paths for your cron jobs for where you have installed things.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Perl app won't compile /run from cron
by dazz (Beadle) on May 24, 2018 at 22:56 UTC | |
by huck (Prior) on May 24, 2018 at 23:25 UTC | |
by marto (Cardinal) on May 25, 2018 at 05:28 UTC | |
by dazz (Beadle) on May 26, 2018 at 23:03 UTC | |
by haukex (Archbishop) on May 27, 2018 at 15:39 UTC | |
by morgon (Priest) on May 27, 2018 at 17:16 UTC | |
| |
by huck (Prior) on May 27, 2018 at 04:16 UTC | |
by dazz (Beadle) on May 27, 2018 at 09:12 UTC | |
|