all4perl has asked for the wisdom of the Perl Monks concerning the following question:

Dear folks, I am new to perl Monk. Please help me to solve the problem.. problem in running following command ./configure --prefix=/home/rose/temp/ bash: ./configure: No such file or directory

Replies are listed 'Best First'.
Re: stuck during CPAN configuration
by marto (Cardinal) on Jul 23, 2014 at 10:08 UTC
Re: stuck during CPAN configuration
by QM (Parson) on Jul 23, 2014 at 12:42 UTC
    A quick test shows that your result is consistent with ./configure not existing in the current directory. (There may be other possibilities, but this is the most likely.)

    If, for example, the file existed but was not executable, you might get:

    > ./blah bash: ./blah: Permission denied

    If the file existed, was executable, but contained a command that wasn't found, you might get something like this:

    > ./blah ./blah: line 1: foobar: command not found

    -QM
    --
    Quantum Mechanics: The dreams stuff is made of