Still can't get it to work :(

Magnus Ahltorp map at stacken.kth.se
Mon Jan 29 01:12:29 CET 2001


> The AFS servers use kerberos V and there are no firewalls between the
> s390labo machine and the afs servers.  At least that's what the support
> told me.  Well, I think I found the problem and I am sending some gdb and
> stack info as suggested in the arla manual:

What arla version are you using? 0.35 has some obvious problems (it
doesn't compile). I'm looking into the more non-trivial problems right
now.

For the moment, the most working code I can give you is 0.35 plus this
patch (you need to run the commands in the HACKING file before running
configure):

Index: configure.in
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/configure.in,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -r1.472 -r1.473
--- configure.in	2001/01/28 00:45:39	1.472
+++ configure.in	2001/01/28 16:40:30	1.473
@@ -101,11 +101,11 @@
   PLWP_INC_FLAGS="-DPTHREADS_LWP"
   if test "$with_pthreads" != "yes"; then
     AC_FIND_FUNC_NO_LIBS(pthread_create, pthread,,,[-L${with_pthreads}/lib])
-    PLWP_LIB_FLAGS="-L${with_pthreads}/lib $LIB_PTHREAD_CREATE"
+    PLWP_LIB_FLAGS="-L${with_pthreads}/lib $LIB_pthread_create"
     PLWP_INC_FLAGS="-I${with_pthreads}/include -DPTHREADS_LWP"
   else
     AC_FIND_FUNC_NO_LIBS(pthread_create, pthread)
-    PLWP_LIB_FLAGS="$LIB_PTHREAD_CREATE"
+    PLWP_LIB_FLAGS="$LIB_pthread_create"
     PLWP_INC_FLAGS="-DPTHREADS_LWP"
   fi
 fi],[with_pthreads=no])


/Magnus





More information about the Arla-drinkers mailing list