Changes between Version 6 and Version 7 of GIR3.2_IMF


Ignore:
Timestamp:
10/07/11 16:00:13 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_IMF

    v6 v7  
    2929}}}
    3030The perl command fails due to missing pre-requisite perl Modules: Date::Manip, Net::Telnet, and Thread::Queue::Any.  Once installed was able to generate the makefile and proceed to the next step:
     31{{{
     32$ make
     33make: *** No targets specified and no makefile found.  Stop.
     34lnevers@sendaria:~/IMF/mh$ perl Makefile.PL
     35Argument "6.55_02" isn't numeric in numeric ge (>=) at Makefile.PL line 5.
     36Checking if your kit is complete...
     37Looks good
     38Writing Makefile for mh
     39$ make test
     40PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
     41t/00-load.t ....... 1/1 # Testing tl1 1.3.1, Perl 5.010001, /usr/bin/perl
     42t/00-load.t ....... ok   
     43t/boilerplate.t ... ok   
     44t/manifest.t ...... skipped: Author tests not required for installation
     45t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
     46t/pod.t ........... skipped: Test::Pod 1.22 required for testing POD
     47All tests successful.
    3148
     49Test Summary Report
     50-------------------
     51t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
     52  TODO passed:   1, 3
     53Files=5, Tests=4,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.23 cusr  0.04 csys =  0.31 CPU)
     54Result: PASS
     55$ sudo make install
     56Installing /usr/local/share/perl/5.10.1/tl1.pm
     57Installing /usr/local/share/perl/5.10.1/mh/pol_tl1.pm
     58Installing /usr/local/share/perl/5.10.1/mh/infinera_tl1.pm
     59Installing /usr/local/man/man3/tl1.3pm
     60Installing /usr/local/man/man3/mh::pol_tl1.3pm
     61Installing /usr/local/man/man3/mh::infinera_tl1.3pm
     62Appending installation info to /usr/local/lib/perl/5.10.1/perllocal.pod
    3263}}}
     64
    3365
    3466=== Realtime Service How-to ===