Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


I am looking at Archive::Zip  in configure file

{ echo "$as_me:$LINENO: checking for required Perl modules" >&5
echo $ECHO_N "checking for required Perl modules... $ECHO_C" >&6; }
if `$PERL -e 'use Archive::Zip; use Cwd; use Digest::MD5'`; then
    { echo "$as_me:$LINENO: result: all modules found" >&5
echo "${ECHO_T}all modules found" >&6; }
else
    { { echo "$as_me:$LINENO: error: Failed to find some modules" >&5
echo "$as_me: error: Failed to find some modules" >&2;}
   { (exit 1); exit 1; }; }
fi

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?

-- 
Jonathan Aquilina

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.