I was trying to load some modules with EasyApache in a software update (WHM) cause I need to install Magento ecommerce.

I did the first EasyApache update. However, one module I needed was not loaded. I loaded later but whenever I check Tomcat 5.5 in the profile builder I get:

-- Begin opt 'Tomcat' --
    -- Begin dryrun test 'Checking for v5' --
    -- End dryrun test 'Checking for v5' --
    -- Begin step 'Checking jdk' --
Deep recursion on subroutine "Cpanel::CPAN::Digest::MD5::File::_dir" 
                   at /usr/local/cpanel/Cpanel/CPAN/Digest/MD5/File.pm line 107.
Out of memory!
Out of memory!
*** glibc detected *** realloc(): invalid next size: 0x09741188 ***

Line 107 in question in the file.pm is the third one in this snippet:

if(-d $full) {
    $hr->{ $short } = '';
    _dir($full, $hr, $base, $type, $cc) or return; //line 107
}

All my client sites are down and I don't know what to do to fix this.

link|improve this question

59% accept rate
feedback

1 Answer

Sorry just seeing this - the first step would be to re-run easy apache and restore a running profile.

/scripts/easyapache should help.

I would assume there is an easyapache log - use that and open a ticket w/ cPanel. Their support is very good - quick - and should be able to help.

it may help to send a note to Dan Muey @ cPan - about it as well :-) he can help turbo it in a pinch w/ cPanel.

link|improve this answer
Thank you, i'm working with the support group of my vps service, will keep posted if i find the answer! – Ernest Mar 1 '11 at 0:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.