search for: afs_libs

Displaying 10 results from an estimated 10 matches for "afs_libs".

Did you mean: acl_libs
2001 Mar 27
0
Kerberos4 / AFS library issues
...; then - CPPFLAGS="$CPPFLAGS -I${withval}/include" - LDFLAGS="$LDFLAGS -L${withval}/lib" - fi - - if test -z "$KRB4" ; then - AC_MSG_WARN([AFS requires Kerberos IV support, build may fail]) - fi - - LIBS="$LIBS -lkafs" - if test ! -z "$AFS_LIBS" ; then - LIBS="$LIBS $AFS_LIBS" - fi - AC_DEFINE(AFS) - AFS_MSG="yes" - fi - ] -) -LIBS="$LIBS $KLIBS" - # Check whether user wants S/Key support SKEY_MSG="no" AC_ARG_WITH(skey, @@ -1246,6 +1177,73 @@ AC_DEFINE(HAVE_SYS_NERR) fi + +# Ch...
1999 Mar 11
2
AFS on samba 2.0.2
...ss_check.c.bin -------------- next part -------------- --- configure Fri Feb 12 08:49:28 1999 +++ configure.orig Sat Feb 6 15:51:52 1999 @@ -8685,10 +8685,6 @@ #define WITH_AFS 1 EOF -afs_base='/usr/afsws' -afs_flags='-I${AFS_BASE}/include' -afs_libdir='${AFS_BASE}/lib' -afs_libs='-L${AFS_LIBDIR} -L${AFS_LIBDIR}/afs -lkauth -lprot -lubik -laudit -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err $(AFS_LIBDIR)/afs/util.a' ;; *) echo "$ac_t""no" 1>&6 @@ -9733,10 +9729,6 @@ s%@lockdir@%$lockdir%g s%@swatdir@%$swatdir%g s%@builddi...
2001 Mar 08
1
-I order
When I built openssh 2.5.1p2 on AIX it included /usr/local/include for me. That's in configure: case "$host" in *-*-aix*) AFS_LIBS="-lld" CPPFLAGS="$CPPFLAGS -I/usr/local/include" [...] Then when including "config.h" in openbsd-compat/openbsd-compat.h that found some old /usr/local/include/config.h I had instead of the config.h that it meant to use. I suggest using anoth...
2001 Feb 13
1
configure.in reorder patch
...; then + CPPFLAGS="$CPPFLAGS -I${withval}/include" + LDFLAGS="$LDFLAGS -L${withval}/lib" + fi + + if test -z "$KRB4" ; then + AC_MSG_WARN([AFS requires Kerberos IV support, build may fail]) + fi + + LIBS="$LIBS -lkafs" + if test ! -z "$AFS_LIBS" ; then + LIBS="$LIBS $AFS_LIBS" + fi + AC_DEFINE(AFS) + AFS_MSG="yes" + fi + ] +) +LIBS="$LIBS $KLIBS" + +# Check whether user wants S/Key support +SKEY_MSG="no" +AC_ARG_WITH(skey, + [ --with-skey=PATH Enable S/Key support], + [ +...
2001 Jul 06
0
OpenSSH bug in MacOS X
...- configure.old Sat Jun 16 21:09:50 2001 +++ configure Thu Jul 5 17:04:28 2001 @@ -1498,6 +1498,11 @@ # Check for some target-specific stuff case "$host" in +*-*-darwin*) + cat >> confdefs.h <<\EOF +#define BROKEN_GETADDRINFO 1 +EOF + ;; *-*-aix*) AFS_LIBS="-lld" CPPFLAGS="$CPPFL I hope you're the right folks to be reporting this to. Yours, -- Josh Larios Computing & Communications Client Services University of Washington Box 352830 Seattle, WA 98195-2830 jdlarios at cac.washington.edu
2001 Jul 16
0
FWD: OpenSSH bug in MacOS X
...- configure.old Sat Jun 16 21:09:50 2001 +++ configure Thu Jul 5 17:04:28 2001 @@ -1498,6 +1498,11 @@ # Check for some target-specific stuff case "$host" in +*-*-darwin*) + cat >> confdefs.h <<\EOF +#define BROKEN_GETADDRINFO 1 +EOF + ;; *-*-aix*) AFS_LIBS="-lld" CPPFLAGS="$CPPFL I hope you're the right folks to be reporting this to. Yours, -- Josh Larios Computing & Communications Client Services University of Washington Box 352830 Seattle, WA 98195-2830 jdlarios at cac.washington.edu
2001 Feb 17
2
Small aix patch to configure.in
...fixes the only compile time error the current cvs tree has on aix with out reaming the "login.h" include file. Bill Jones --- configure.in.orig Sat Feb 17 16:18:02 2001 +++ configure.in Sat Feb 17 16:26:06 2001 @@ -50,7 +50,7 @@ case "$host" in *-*-aix*) AFS_LIBS="-lld" - CPPFLAGS="$CPPFLAGS -I/usr/local/include" + CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" if (test "$LD" != "gcc" && test -z "$blibpath&quot...
2002 Jun 07
4
openssh for UWIN
I am enclosing a context diff of the changes that I made to get openssh working on UWIN. UWIN is a UNIX operating system layer that runs on Win32 systems. For more information on UWIN go to http://www.research.att.com/sw/tools/uwin/. I also ran configure using -with-cppflags=-D_BSDCOMP=2. I don't know where that information would go with the source code. Let me know if you need more
1998 Oct 15
1
Problem to map home dir
...This is for AFS authentication. If you use AFS then set AFS_BASE # according to your system layout, and uncomment the other lines as well. # AFS_BASE = /usr/afsws # AFS_FLAGS = -DAFS_AUTH -I$(AFS_BASE)/include # AFS_LIBDIR = $(AFS_BASE)/lib # NOTE: You may need to add -laudit in the line below # AFS_LIBS = -L$(AFS_LIBDIR) -L$(AFS_LIBDIR)/afs -lkauth -lprot -lubik \ # -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err \ # $(AFS_LIBDIR)/afs/util.a # This is for DCE/DFS enablement. Uncomment this so that smbd can # operate as an authenticated user identity to operate on fil...
2000 Jan 27
1
Long awaited round 1 of NeXT patches.
...2000 +++ ossh-1.2.2n/configure.in Thu Jan 27 00:42:24 2000 @@ -78,6 +78,12 @@ dnl Check for some target-specific stuff case "$host" in +*-next-*) + AC_DEFINE(HAVE_NEXT) + AC_DEFINE(NEED_SETSID) + AC_DEFINE(NEED_WAITPID) + CFLAGS="$CFLAGS -posix" + ;; *-*-aix*) AFS_LIBS="-lld" AC_DEFINE(BROKEN_GETADDRINFO) @@ -427,6 +433,14 @@ [AC_DEFINE(HAVE_ID_IN_UTMP) AC_MSG_RESULT(yes); ], [AC_MSG_RESULT(no)] ) +AC_MSG_CHECKING([whether utmp.h has ut_user or ut_name field]) +AC_EGREP_HEADER(ut_user, utmp.h, + [AC_DEFINE(HAVE_USER_IN_UTMP) AC_MSG_RESULT(yes);...