On Apr 07, 2003 at 15:30, Yang Xiang yang.xiang@iitb.fraunhofer.de wrote:
Hello,
Thanks for your reply. "iscan" can be ignored. There is namely a problem with install. Even if I manually execute "intsall -m 755 ser /usr/local/sbin" I get the same error message: install: ser was not found anywhere!
But "install -c /usr/local/sbin -m 755 ser" works fine. I am looking for a convenient method to build this change in the Makefile. Do you have any idea?
You use solaris install and not GNU install. Try install --version. GNU install wil output something like: install (GNU fileutils) 4.0
I hacked the current cvs version to work with solaris install (which is really brain damaged) so you can give it a try.
Andrei