This is usually caused by permission specs on the configure file. Try do a: ls -l ../Src/configure This will show you several things of the executable. On mine it shows something like this: -rwxr-xr-x 1 <username> <group> 256K Aug 29 15:14 ../Src/configure you should first ensure that it is your username that is in the brackets. Yours should look like this, or without the x's: -rwxr-xr-x 1 f123 <group> 256K Aug 29 15:14 ../Src/configure If it is your username, and it is not showing the first x as in the above, you should run chmod u+x ../Src/configure Then try again, and you should be fit to go! :) Otherwise report back Kind regards Nick
2011/9/27 sf kshp <[email protected]> > > Hi Dear Siesta, > I faced the problem when I tried to setup siesta. Error ocured when I used > configure command. > > Best Regards, > Fatemeh > > > Here is an error: > > > f123@ubuntu:~$ cd siesta-3.1 > > f123@ubuntu:~/siesta-3.1$ mkdir intel > > f123@ubuntu:~/siesta-3.1$ cd intel > > f123@ubuntu:~/siesta-3.1/intel$ sh ../Src/obj_setup.sh > > *** Compilation setup done. > > *** Remember to copy an arch.make file or run configure as: > > ../Src/configure [configure_options] > > f123@ubuntu:~/siesta-3.1/intel$ ../Src/configure > > b*ash: ../Src/configure: Permission denied* >
