I'm installing openssh on AIX 4.3.3 and I had no problems with 'configure'
and 'make', but when I run 'make install' it bombs on me. What I don't
understand is... it tells me I must be root to run this script -- but I am
root. There has to be another reason, and I'm just chasing a red herring
here. Any ideas on this anyone?
# make install
(cd apps/ssh; make install)
Making install in tests
Target "install-exec-am" is up to date.
Target "install-data-am" is up to date.
Target "install" is up to date.
/bin/sh ../../mkinstalldirs /usr/local/bin
/usr/bin/install -c ssh2 /usr/local/bin/ssh2
/usr/bin/install[15]: /tmp/opt/ssh-2.3.0/apps/ssh/bin/geteuid: not found.
You must be root to run this script
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.