I've been having a strange problem lately. We're running AIX 3.2 and
although I can compile c programs fine, I can't seem to run them. This is
the error message I get when I try to run it:
$./foobar
Could not load program ./foobar
Could not load library libc.a[shr.o]
Error was: No such file or directory
I get this message for any c program. Old programs I compiled in the past
run fine. I tried to compile a program in someone else's acount and guess
what? It worked fine. At first I thought it might have something to do
with the fact that I use csh (everyone else uses ksh), or that something
wasn't in the path, but I don't think its either. Anyone out there can
help?