scp not found
Kevin Steves
stevesk at sweden.hp.com
Sat Sep 2 21:28:17 EST 2000
On Fri, 1 Sep 2000, Matt Wolinski wrote:
> Now I'm having a problem with scp. I am getting the error:
>
> ksh: scp: not found
>
> I know this error has something to do with the default path. I tried to run
> the configure script again ("./configure
> --with-default-path=/usr/local/bin"). Then I ran the "make" and "make
> install". But I'm still having the problem. I stopped and started the
> "sshd" daemon also. Am I missing something? All the archived messages
> mentioned that specifying the default-path will solve the problem. Should I
> uninstall ssh before I re-run the installation procedures? If so, how?
grep USER_PATH config.h and make sure /usr/local/bin is there
make clean;make;make install
ls -l /usr/local/bin/scp to verify it's there
and see if it works.
More information about the openssh-unix-dev
mailing list