|
Hi guys,
I just had hard time to install the GTop package on RedHat...so I figured I could let you know how it worked (for me...at least..and if you don't need the server module)
* first I commented out the following line in Makefile.PL :
$ENV{GTOP_BUILD} = 0;
* then I commented out in GTop.xs the two 'include' concerning:
GLIBTOP_METHOD_INET and _GLIBTOP_INIT_STATE_OPEN
Then I run:
perl Config.pl
perl Makefile.PL
make
make install
finally I tested by running 'perl perlbloat.pl' in the examples directory....and it worked!...finally!
Hoping this would help some of you!
Have a great day!
Eve
PS; sorry for the format the 'br' flag are not working...
|