Start a Conversation

Unsolved

This post is more than 5 years old

414

June 25th, 2009 14:00

Core dump while configuring kdriver on AIX 5.3

Hi,

The system core dump while running "rc.kdrv configure" after installing the following host splitter:
EMC_RecoverPoint_driver_aix52_53_rel3.1.SP1_u.37_md5_f5ff239b2c5630630ae3490dc2d7e881.bff.gz

The probelm seems to point to the KV.pm module in /kdriver/install.

use Term::ReadLine;
$line = new Term::ReadLine 'Line Interface';

print "\n";
my $question_line = "Please enter the log files directory: (q-quit) [$default_value_logs_dir] ";
$$logs_dir = $line->readline($question_line);

Has anyone see this problem???
No Responses!
No Events found!

Top