deanb2 has asked for the wisdom of the Perl Monks concerning the following question:
I need to submit JCL to a z/OS system and retrieve the job output. I found the MVS::JESFTP package and attempted to install it using cpan. Does anyone recommend this or another package to accomplish this?
cpan[1]> install MVS::JESFTP Reading '/root/.cpan/Metadata' Database was generated on Tue, 10 Jul 2018 09:41:03 GMT Running install for module 'MVS::JESFTP' Checksum for /root/.cpan/sources/authors/id/M/MI/MIKEO/MVS-JESFTP-1.1. +tar.gz ok Scanning cache /root/.cpan/build for sizes ...................................................................... +......DONE Configuring M/MI/MIKEO/MVS-JESFTP-1.1.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MVS::JESFTP Writing MYMETA.yml and MYMETA.json MIKEO/MVS-JESFTP-1.1.tar.gz /usr/bin/perl Makefile.PL -- OK Running make for M/MI/MIKEO/MVS-JESFTP-1.1.tar.gz cp JESFTP.pm blib/lib/MVS/JESFTP.pm Manifying 1 pod document MIKEO/MVS-JESFTP-1.1.tar.gz /bin/make -- OK Running make test PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..7 ok 1 not ok 2 make: *** [test_dynamic] Error 111 MIKEO/MVS-JESFTP-1.1.tar.gz /bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports MIKEO/MVS-JESFTP-1.1.tar.gz Failed during this command: MIKEO/MVS-JESFTP-1.1.tar.gz : make_test NO
Any ideas on what the error is? Would you recommend that I force install this package?
I'm running on CentOS
Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-514.el7.x86_64 Architecture: x86-64
with perl:
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-li +nux-thread-multi (with 33 registered patches, see perl -V for more detail)
Thank you!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cpan install MVS::JESFTP failed
by Corion (Patriarch) on Jul 11, 2018 at 18:39 UTC | |
by deanb2 (Initiate) on Jul 18, 2018 at 14:05 UTC | |
|
Re: cpan install MVS::JESFTP failed
by marto (Cardinal) on Jul 11, 2018 at 18:48 UTC |