Can not execute from /usr/local/bin - Solaris 10/x86
807559Jan 10 2008 — edited Jan 14 2008Have many years experience in UNIX - never had this funny problem before.
Have several programs in /usr/local/bin, installed by compiling from sources. Checked the ownership, acces lists etc.... PATH=/usr/local/bin:/.......
Trying to run as root and/or user for example:
# automake
automake: not found.
And yet:
# ls -l /usr/local/bin/automake ....
-rwxr-xr-x 1 bin bin 232836 Nov 26 2006 /usr/local/bin/automake
Runing from command line:
#/usr/local/bin/automake
+/usr/local/bin/automake: not found+
I am really lost or going "nuts" .... any help will be appreciated.
Kris