I did NOT run into these problems while installing LWP on my G4 running OSX 10.3.4.
Here is the environment:
Brand new install of 10.3.4 Server
Default installation of perl - "This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level"
Xcode 1.5 installed - gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
I applied the suggested fix found at <http://tinyurl.com/2otfd> I have successfully installed the following modules: URI::URL HTML::Tagset HTML::Parser
However...
while in cpan, when I type "install LWP" I get the following errors during make test:
...
robot/ua-get..........ok 8/8HTTP Server terminated
robot/ua-get..........FAILED tests 1-3, 5, 7
Failed 5/8 tests, 37.50% okay
robot/ua..............NOK 7HTTP Server terminated
robot/ua..............FAILED tests 1-3, 5, 7
Failed 5/7 tests, 28.57% okay
local/autoload-get....ok
local/autoload........ok
local/get.............ok
local/http-get........NOK 8Can't call method "is_redirect" on an undefined value at local/http-get.t line 216, <DAEMON> line 1.
HTTP Server terminated
local/http-get........dubious
Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 1-20
Failed 20/20 tests, 0.00% okay
local/http............NOK 7Can't call method "is_redirect" on an undefined value at local/http.t line 191, <DAEMON> line 1.
local/http............NOK 8HTTP Server terminated
local/http............dubious
Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 1-18
Failed 18/18 tests, 0.00% okay
local/protosub........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------ -------
local/http-get.t 22 5632 20 32 160.00% 1-20
local/http.t 22 5632 18 28 155.56% 1-18
robot/ua-get.t 8 5 62.50% 1-3 5 7
robot/ua.t 7 5 71.43% 1-3 5 7
Failed 4/30 test scripts, 86.67% okay. 48/730 subtests failed, 93.42% okay.
make: *** [test] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
...
As I stated above, I did not run into this problem while install LWP on other machines running OSX 10.3.4. On my desktop (using Xcode 1.2) I was able to install LWP without a single make error. On another desktop (using the newer Xcode 1.5) I installed LWP with no problems.
I'm officially stumped. Does anyone have any ideas?
Thanks in advance,
Matthew Monroe StravinSOFT, Inc.