jsprplc2006
2008-01-30 04:29:32 UTC
Everything works fine up to the point where I switch to the root user and type the "make install" command. Then, I get this:
[root@localhost unix]# make install
/usr/bin/install -c -m 755 plink
/usr/local/bin/plink
/usr/bin/install -c -m 755 pscp
/usr/local/bin/pscp
/usr/bin/install -c -m 755 psftp
/usr/local/bin/psftp
/usr/bin/install -c -m 755 pterm
/usr/local/bin/pterm
/usr/bin/install: cannot stat `pterm': No such file or directory
make: *** [install] Error 1
[root@localhost unix]#
What is this install error, and how can I fix it?
***Note: I can't use the package manager, since I have no internet connection for it to retrieve the 'repository' information.