[Tutor] PIL Install Question

Joel Ricker joejava@dragoncat.net
Tue, 2 Oct 2001 20:42:55 -0400


:     ls -l ./configure
:
: I bet it isn't executable :-).
:
:     chmod ugo+x ./configure

I figured that if that all there is to the problem, then maybe I can install
it ok as it seems (at least in general testing) that I have compile
permissions.

I tried the following.  As you can see I tried several things but none
seemed to work.  Of course it may be obvious to someone who isn't a linux
dummy like myself :)

[jricker2@host jpeg-6b]$ chmod ugo+x ./configure
[jricker2@host jpeg-6b]$ ls -l ./configure
-rwxr-xr-x   1 jricker2 justthef    62320 Sep 29 15:18 ./configure
[jricker2@host jpeg-6b]$ ./configure
bash: ./configure: No such file or directory
[jricker2@host jpeg-6b]$ configure
bash: configure: command not found
[jricker2@host jpeg-6b]$ cd ..
[jricker2@host jricker2]$ ./configure
bash: ./configure: No such file or directory
[jricker2@host jricker2]$

Thanks
Joel