Compilation problem

hi, I first want to apologize for my poor english !

I'm a newbe on Unix system and I have to install NRPE on an AIX 5.3.
I have downloaded the NRPE Source code and i need to compile them...

the problem is, when I do a:
./configure --enable-command-args --disable-ssl

it returns me :
"ksh: ./configure: cannot execute"

I'm root of course and I have installed:
gcc-4.0.0-1.aix5.3.ppc.rpm
libgcc-4.0.0-1.aix5.3.ppc.rpm

I've already check on google if anyone had the same problem... didn't found anything interesting.

thx for helping me ! :slight_smile:

Edit : problem solved... noob mistake :slight_smile:
sorry for that...

could it be that "configure" has simply no x-bit set?

change to the directory where "configure" is located, the try "chmod 755 ./configure" and then try again.

If this solves it and you are now smiting your forehead: don't worry - such seemingly "stupid" things happen to all of us from time to time. :wink:

I hope this helps.

bakunin