I tried setting that variable before running the test, but it didn't make a difference. I can run the test in the perl debugger

perl -d t/apache.t

and in stepping through the tests, when it returns from simple_request routine, it has this as the return value:

DB<19> x $res 0 HTTP::Response=HASH(0xcebce8) '_content' => 'LWP will support https URLs if the LWP::Protocol::ht +tps module is installed. ' '_headers' => HTTP::Headers=HASH(0xcf4e40) '::std_case' => HASH(0xcebc58) 'client-date' => 'Client-Date' 'client-warning' => 'Client-Warning' 'client-date' => 'Thu, 30 Jan 2014 20:57:35 GMT' 'client-warning' => 'Internal response' 'content-type' => 'text/plain' '_msg' => 'Protocol scheme \'https\' is not supported (LWP::Protoco +l::https not installed)' '_rc' => 501 '_request' => HTTP::Request=HASH(0xa1e5f8) '_content' => '' '_headers' => HTTP::Headers=HASH(0x8e6d18) 'user-agent' => 'libwww-perl/6.05' '_method' => 'GET' '_uri' => URI::https=SCALAR(0x8f8230) -> 'https://www.apache.org'

Which seems really strange to me. the _msg string says that https is not supported because LWP::Protocol::https is not installed. But that is the module I am trying to build/test/install!


In reply to Re^2: Installing module LWP::Protocol::https on Solaris Sparc v10 by rudds_perl_habit
in thread Installing module LWP::Protocol::https on Solaris Sparc v10 by rudds_perl_habit

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.