in reply to Re^2: CPAN Error
in thread CPAN Error

i have the same issue but when i try to

#make

i got the error:

[root@SV-MONITORING-VIP PathTools-3.47]# make make: *** No targets specified and no makefile found. Stop. [root@SV-MONITORING-VIP PathTools-3.47]#

How can i fix this?

Replies are listed 'Best First'.
Re^4: CPAN Error
by Anonymous Monk on Nov 29, 2016 at 06:38 UTC
    run perl Makefile.PL the first step , that creates a Makefile, which make can read when you run make as a second step