DX Application Performance Management

  • 1.  Run Report Script

    Posted Feb 16, 2017 02:31 AM

    Hello All,

     

    We have Solaris Server which already have perl 5.8.4 installed in it.

     

    Server team is asking me to provide step to install perl library which are required to run send report script so let me know the steps to download and install following modules:-

     

    use Getopt::Long;
    use Date::Manip;
    use Net::SMTP;
    use MIME::Lite;

     

    Let me know if you need any information from me.

     

    Thanks

    Vaibhav



  • 2.  Re: Run Report Script

    Broadcom Employee
    Posted Feb 16, 2017 09:29 AM

    Every Perl module comes with installation instructions.

     

    Download the modules from CPAN, extract the archive and follow the instructions. Modules may have dependencies on other modules so be prepared to download and install those too.

     

    Make sure you have access to GCC or an equivalent.



  • 3.  Re: Run Report Script

    Posted Feb 16, 2017 10:46 PM

    Hello Davis,

     

    Whenever I am running Date::Manip then I am getting following error as shown below:-

     

    To overcome above issue, whenever I am running following script, I am getting following error:-

     

    We are running this on Solaris 10 with normal user so Let me know how to proceed in installing of this perl module.

     

    Thanks

    Vaibhav



  • 4.  Re: Run Report Script

    Broadcom Employee
    Posted Feb 17, 2017 05:43 AM

    Try running install as root.



  • 5.  Re: Run Report Script

    Broadcom Employee
    Posted Feb 17, 2017 06:24 PM

    Solaris security is going to prevent you from using 'make' and other dev tools. They've removed those tools from PATH and put them other locations.

    Get your admins to run 'make' and 'make install' as root user.



  • 6.  Re: Run Report Script

    Posted Mar 06, 2017 10:29 PM

    Hello David,

     

    Server team is getting below error while installing the perl module. Please suggest on this. Thank you!

     

    Please help.

     

    Thanks

    VJ



  • 7.  Re: Run Report Script

    Broadcom Employee
    Posted Mar 07, 2017 07:43 AM

    Dear Vaibhav:

    Searching "makemaker version required" (without quotes  yields many Google hits . This seemed the best overall
    https://github.com/miyagawa/cpanminus/issues/311

     

    Please update your Makemaker version and try again. Please let us know if this post was helpful.

    Thanks

    Hal German