<div dir="ltr"><div>I am looking at Archive::Zip in configure file<br><br>{ echo "$as_me:$LINENO: checking for required Perl modules" >&5<br>echo $ECHO_N "checking for required Perl modules... $ECHO_C" >&6; }<br>
if `$PERL -e 'use Archive::Zip; use Cwd; use Digest::MD5'`; then<br> { echo "$as_me:$LINENO: result: all modules found" >&5<br>echo "${ECHO_T}all modules found" >&6; }<br>else<br>
{ { echo "$as_me:$LINENO: error: Failed to find some modules" >&5<br>echo "$as_me: error: Failed to find some modules" >&2;}<br> { (exit 1); exit 1; }; }<br>fi<br><br></div>Question becomes what do i need to do if there is an else to have it automatically installed during the script as it needs to be run as root. do i change the error and add details on how to install the module?<br clear="all">
<div><div><br>-- <br>Jonathan Aquilina
</div></div></div>