On Jun 13, 2004, at 12:07 PM, Sherm Pendley wrote:
On Jun 13, 2004, at 2:32 PM, Phil Calvert wrote:
LD_RUN_PATH="" MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib MD5.o -o blib/arch/auto/Digest/MD5/MD5.bundle
<http://tinyurl.com/2otfd>
There are also some partial solutions out there, that tell you how to patch the symptoms by making changes to the generated Makefile. The above is better; it tells how to fix the problem at its source, so that the Makefile is generated correctly to begin with.
sherm--
Thank you for your reply,
I edited the /System/Library/Perl/5.8.1/darwin-thread-multi-2level/Config.pm file and then ran;
sudo perl -MCPAN -e 'install Bundle::LWP'
and after quite a bit of text scolling by in the terminal ended with this;
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------ -------
html/form-param.t 2 512 24 48 200.00% 1-24
html/form.t 2 512 52 104 200.00% 1-52
local/autoload-get.t 1 1 100.00% 1
local/autoload.t 1 1 100.00% 1
local/get.t 2 512 2 4 200.00% 1-2
local/http-get.t 20 6 30.00% 1-2 5-7 20
local/http.t 18 6 33.33% 1-2 5-7 18
robot/ua-get.t 8 2 25.00% 3 5
robot/ua.t 7 2 28.57% 3 5
Failed 9/30 test scripts, 70.00% okay. 96/660 subtests failed, 85.45% 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
