[16295] in Kerberos_V5_Development
Re: MIT Kerberos Building Question!
daemon@ATHENA.MIT.EDU (Marcus Watts)
Wed Sep 15 12:23:05 2010
To: sekhar.venkatesan@emc.com
In-reply-to: <F235D346840FF74B854DF2E67E28A1EF286C463E78@MX03A.corp.emc.com>
Date: Wed, 15 Sep 2010 12:23:01 -0400
From: Marcus Watts <mdw@umich.edu>
Message-Id: <E1OvulB-0006mm-Bn@bruson.ifs.umich.edu>
Cc: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krbdev-bounces@mit.edu
> Date: Mon, 13 Sep 2010 01:25:55 EDT
> To: <krbdev@mit.edu>
> From: <sekhar.venkatesan@emc.com>
> Subject: MIT Kerberos Building Question!
>
> Hi,
>
> I am trying to find if we have makefiles for different unix flavours to build t
> he MIT kerberos code that is available in the MIT site. I downloaded the source
> code for MIT kerberos from the below link:
> http://web.mit.edu/kerberos/dist/historic.html
> I am not sure if this is the right mailing list to get answer to my question. P
> lease direct to the right mailing list to get answers.
> I am specifically looking for makefiles for solaris & linux. Let me know if the
> makefiles are available & link to download the same.
> If not, what should we do if we have build the source code for unix flavours?
>
> thanks,
> Sekhar
Maybe somebody replied to you privately already? In any event,
/1/ unless you have good reason otherwise, get the current
version from
http://web.mit.edu/kerberos/dist/
/2/ this code uses autoconf. Before building, run "configure"
and let it generate Makefile's customized for your target platform.
First run "configure --help" to find other options you might
want to give to configure to match your local environment.
autoconf makes it possible to easily support far more platforms than
is possible with hand-customized makefiles. You will find very little
modern open source software today that comes with per-OS makefiles.
There are other ways to handle this, but autoconf is certainly
the most common choice.
-Marcus Watts
_______________________________________________
krbdev mailing list krbdev@mit.edu
https://mailman.mit.edu/mailman/listinfo/krbdev