guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ./guile-config : permission denied


From: steve tell
Subject: Re: ./guile-config : permission denied
Date: Mon, 4 Dec 2006 21:37:47 -0500 (EST)

On Mon, 4 Dec 2006, Jon Wilson wrote:

Gopi kumaran wrote:
hi
my path says
/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin *_/usr/local/bin_* /usr/X11R6/bin /root/bin

Looks good.
ls -ld /usr/local/bin/
drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/bin/
Looks good.
 ls -ld /usr/local/
drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/
Looks good.
 /usr/local/bin/guile-config: permission denied
Not good. This is really quite strange. I'm not quite sure what might make this sort of thing happen, except for what I've already suggested. Anyone else have ideas?

guile-config (at least in 1.6.x) is a script started with "#!/usr/bin/guile" or in this case, perhaps "#!/usr/local/bin/guile"

If there was a problem building or installing the interpreter (or perhaps the shared libraries it needs?) that might explain this result.

Perhaps check the first line of guile-config, see if the path to guile there makes sense, exists, is executable, and basicly works?

maybe run  /usr/local/bin/guile -c '(display (version))(newline)'







_______________________________________________
Guile-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/guile-user





reply via email to

[Prev in Thread] Current Thread [Next in Thread]