caratmonk has asked for the wisdom of the Perl Monks concerning the following question:

Hi we are trying to run a multitouch script but we are getting below error per my knowledge we had already installed the required modules and packages could you help.

error getting token: 501 Protocol scheme 'https' is not supported (LWP +::Protocol::https not installed) at /root/perl5/lib/perl5/Net/Google/ +Analytics/OAuth2.pm line 69. zip warning: name not matched: /var/www/multitouchreports/excel/mu +ltitouch_report-22-May-2014-20-hrs.xls zip error: Nothing to do! (/var/www/multitouchreports/zipfile/multitou +ch_report-22-May-2014-20-hrs.zip) Array ( [From] => abc.b@xyz.in [To] => abd.s@xyz.com [Bcc] => ) PHP Warning: include_once(Net/SMTP.php): failed to open stream: No su +ch file or directory in /usr/share/pear/Mail/smtp.php on line 348 PHP Warning: include_once(): Failed opening 'Net/SMTP.php' for inclus +ion (include_path='.:/usr/share/pear:/usr/share/php:/usr/share/pear') + in /usr/share/pear/Mail/smtp.php on line 348 PHP Fatal error: Class 'Net_SMTP' not found in /usr/share/pear/Mail/s +mtp.php on line 349
Both LWP::Proctocol::https & Net_smtp are installed.
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET: Mail 1.2.0 stable Mail_Mime 1.8.9 stable Net_SMTP 1.6.2 stable PEAR 1.9.4 stable
cpan[34]> install LWP::Protocol::https LWP::Protocol::https is up to date (6.06).

Replies are listed 'Best First'.
Re: perl multitouch module error
by taint (Chaplain) on May 26, 2014 at 07:51 UTC
    Greetings, caratmonk.

    It would appear that you are very new to Perl. Moreover, that you are not very familiar with the process, and what might be expected, when installing Perl Modules. The error you are receiving, indicates that you are missing (at least) one other module, that is needed for the module you are attempting to install. Either because it needs it, in order to function properly. Or that it needs it to actually build, or install.

    You sould really do a little investigation regarding the installation of Perl Modules, before attempting an installation. You could go to Perl's home page, read the Perl doc's, and even read a quick reference to installing Perl Modules; located on CPAN, the primary resource for all things Perl Module. Any of these references, will easily get you "up to speed" in a relatively short period of time. Arming you with invaluable knowledge. That empowers you to do far more than simply installing Perl Modules. :)
    Oh, and did I mention the Search Box, up in the left-hand corner of every page, here on PerlMonks? :)

    Best wishes.

    --Chris

    UPDATE: updated link for Installing Perl Modules. Added reference to the CPAN.

    ¡λɐp ʇɑəɹ⅁ ɐ əʌɐɥ puɐ ʻꜱdləɥ ꜱᴉɥʇ ədoH

      Your installing modules link is incredibly dated and unlikely to get someone "up to speed" on sensibly dealing with modern module installation issues. Also s/Mocules/modules/.

        Thanks marto. 'fraid I was in a bit of a hurry -- it's late, and I was headed for bed. I'll fix the typos. As to the link; I'll update it to a more modern (recent) Install Reference.

        Thanks again.

        --Chris

        ¡λɐp ʇɑəɹ⅁ ɐ əʌɐɥ puɐ ʻꜱdləɥ ꜱᴉɥʇ ədoH

Re: perl multitouch module error
by marto (Cardinal) on May 26, 2014 at 08:12 UTC

    Welcome. Before answering your question plesae read and understand How do I post a question effectively?. Code, data and errors should be within code tags, for example:

    <code> code, data and errors go here </code>

    The easier you make it for people to help you, the more likely they are to do so. taint raises valid points regarding perl, but it seems like tere are a lot of PHP errors.

    If you are using a program which has PHP as well as Perl dependencies you need to satisfy them both. A wise approach would be to add code tags, read and understand How do I post a question effectively? then actually tell us what code you have which is producing these errors. Without this information people can only offer very general advice.

Re: perl multitouch module error
by Anonymous Monk on May 26, 2014 at 06:29 UTC

    Hi we are trying to run a multitouch script ... could you help

    Maybe, what does the error message say?