[5923] in Kerberos
Re: Fighting with install
daemon@ATHENA.MIT.EDU (Soonam Kahng)
Mon Sep 25 17:29:26 1995
From: soonam@isse.gmu.edu (Soonam Kahng)
To: Richard_Dammkoehler@msnotes.wustl.edu (Richard Dammkoehler)
Date: Mon, 25 Sep 1995 17:08:46 -0400 (EDT)
Cc: kerberos@MIT.EDU
In-Reply-To: <9509251802.AA2571@msnotes.wustl.edu> from "Richard Dammkoehler" at Sep 25, 95 01:01:36 pm
>
> Hello everyone,
>
> I'm working to install kerberos 5 b5 on a Sparc20 running Solaris 2.4. I'm
> attempting to run the make install but getting the following error message;
>
> installing in include/kerberosIV...
> + /usr/bin/install -c -m 644 ./krb.h /opt/krb5/include/kerberosIV/krb.h
> install: The -c, -f, -n options each require a directory following!
> *** Error code 2
> make: Fatal error: Command failed for target `install'
> Current working directory /usra/home/MSCS/draco/kerberos/source2/src/include/ker
> berosIV
> *** Error code 1
> make: Fatal error: Command failed for target `install'
> Current working directory /usra/home/MSCS/draco/kerberos/source2/src/include
> *** Error code 1
> make: Fatal error: Command failed for target `install'
>
> Where/what do I change the install command for all the 'Makefile's out there? I
> cannot find the const def anywhere. Thanx
>
> Rich.
>
> Richard P. Dammkoehler draco@medicine.wustl.edu
> Programmer/Analyst II v:(314) 362.3213
> Medical School Computing and Networking
> 660 S. Euclid Campus Box 8132
> St. Louis, MO 63110 f:(314) 362.0190
>
Use /usr/ucb/install instead of /usr/sbin/install.
You can put /usr/usb before /usr/sbin at PATH.
regards,
<Soonam>