Link to home
Start Free TrialLog in
Avatar of zumpoof
zumpoof

asked on

Problems installing 'Cache::Memcached'

I keep getting an error while trying to install 'Cache::Memcached'.  Could someone take a look and let me know if there's something obvious that's wrong?

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_use......ok                                                            
t/02_keys.....ok                                                            
t/03_stats....ok 29/35#     Failed test (t/03_stats.t at line 57)            
#     malloc stats total isn't defined
#     Failed test (t/03_stats.t at line 69)
t/03_stats....ok 30/35# Looks like you failed 2 tests of 35.                
t/03_stats....dubious                                                        
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 31, 34
        Failed 2/35 tests, 94.29% okay
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03_stats.t    2   512    35    2   5.71%  31 34
Failed 1/3 test scripts, 66.67% okay. 2/46 subtests failed, 95.65% okay.
make: *** [test_dynamic] Error 2
Avatar of Adam314
Adam314

What OS are you on?
What command did you use to try to install?
Avatar of zumpoof

ASKER

Adam314,

I'm using OS X - 10.4.10

The install process:
$ perl Makefile.pl
$ make
$ make test
ASKER CERTIFIED SOLUTION
Avatar of Adam314
Adam314

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial