My SSH compilation is failing during the make install phase because the system is using the wrong install program…The configure script is finding the following install program:
checking for a BSD compatible install... (cached) /opt/telalert/bin/install –c
When it should be using the following install program:
checking for a BSD compatible install... ./install-sh –c
What would cause the configure script to use the first install program…? Would it be a problem with my path?
Thanks,
Stickybit.
checking for a BSD compatible install... (cached) /opt/telalert/bin/install –c
When it should be using the following install program:
checking for a BSD compatible install... ./install-sh –c
What would cause the configure script to use the first install program…? Would it be a problem with my path?
Thanks,
Stickybit.