Web Hosting Talk







View Full Version : mytop - Segmentation fault


mtrc
07-29-2005, 04:59 PM
I have installed mytop succesfully on a Fedora server with cPanel - (mysql 4.0).
Today I tried to do the same on a bare Fedora server - (mysql 4.1).
After mytop installation I noticed that required perl module Term::ReadKey is not installed. So, I've installed this module but now after I run mytop it broke after one second with message Segmentation fault.
What could be the cause? I run a mysql based application and db seems to be ok.

Any help will be greatly appreciated.
Thanks.

sehe
07-29-2005, 05:38 PM
mytop 1.4 with mysql 4.1.11 on Fedora Core release 4 works ok here. What versions are you using?

mtrc
07-29-2005, 05:45 PM
mytop 1.4
mysql 4.1.12
FC3

sehe
07-29-2005, 05:57 PM
what about perl and Term::ReadKey version?

mtrc
07-29-2005, 06:03 PM
Perl 5.8.5
Term::ReadKey 2.14

sehe
07-29-2005, 06:16 PM
maybe try version 2.30 of Term::ReadKey e.g. from http://search.cpan.org/~jstowe/TermReadKey/

mtrc
07-30-2005, 05:15 AM
Yes, thanks, with Term::ReadKey 2.30 working. It was a trick on CPAN, I thought 2.14 is the latest stable version.