in reply to Problem installing Perl modules

The makefile is being written - so perl is obviously being found. What happens when you run make ?

I see also that gcc-3.2.2 has been found. Is that the compiler you wish to use ? If not, you might need to hide it from the system.

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Problem installing Perl modules
by msk_0984 (Friar) on Aug 02, 2007 at 11:50 UTC
    Thanks for your prompt reply ...

    When we execute make command after that what I get is

    bash-2.03# make sh: /0: not found *** Error code 1 make: Fatal error: Command failed for target `blib/lib/Net/.exists' bash-2.03# find / -name sh /usr/lib/mail/sh /usr/bin/sh /usr/xpg4/bin/sh
    So i also searched for sh.
    Sushil Kumar