[2549] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

pending/267: [randy@psg.com (Randy Bush)] Re: k5v7 on BSDI 2.1

daemon@ATHENA.MIT.EDU (Sam Hartman)
Sun Dec 1 20:08:18 1996

Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, Sam Hartman <hartmans@MIT.EDU>
Date: 01 Dec 1996 20:07:18 -0500
From: Sam Hartman <hartmans@MIT.EDU>
To: krb5-bugs@MIT.EDU


>Number:         267
>Category:       pending
>Synopsis:       [randy@psg.com (Randy Bush)] Re: k5v7 on BSDI 2.1
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          open
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Sun Dec 01 20:08:01 EST 1996
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
We should probably deal with loginpaths.h.

------- Start of forwarded message -------
Message-Id: <m0vU01i-0007zfC@rip.psg.com>
Date: Sat, 30 Nov 96 16:44 PST
From: randy@psg.com (Randy Bush)
To: kerberos@MIT.EDU
Subject: Re: k5v7 on BSDI 2.1 

The following will get it to compile.  I can't install right now, as it's
too close to airplane time for such changes.

With thanks to a few of the usual suspects:
  o Doug Maxey <dwm@netans.com>
  o Wolfgang Rupprecht <wolfgang@wsrcc.com>

- - - - - - - - - - - - - -   c u t   h e r e   - - - - - - - - - - - - - -

use gmake

./configure --with-cc=shlicc2 --with-ccopts=-O2
# assuming you're the sharing speed freak sort

touch /usr/include/malloc.h    # <yuchh> or edit a  bunch of files

apply the following, as time marches on

*** src/appl/bsd/loginpaths.h~  Tue Apr 30 20:17:39 1996
--- src/appl/bsd/loginpaths.h   Sat Nov 30 15:41:25 1996
***************
*** 59,64 ****
--- 59,69 ----
  #define RPATH "/usr/bin:/bin"
  #endif
  
+ #ifdef __bsdi__
+ #define LPATH "/usr/bin:/bin"
+ #define RPATH "/usr/bin:/bin"
+ #endif
+ 
  #ifdef __alpha
  #ifdef __osf__
  #define LPATH "/usr/bin:."

make

make check # i have not done the DejaGnu tests

- - - - - - - - - - - - - -   c u t   h e r e   - - - - - - - - - - - - - -

Hope this helps.

randy
------- End of forwarded message -------

home help back first fref pref prev next nref lref last post