Still can't get it to work :(

Mahir Aydin maydin at us.ibm.com
Wed Jan 31 05:56:01 CET 2001



Oh, I was using 0.34.6
Can you explain what this patch does and which 0.35 should I use?
I am learning about pthreads and would like to know what this patch does.
I will try it and send the gdb results as soon as possible.


Magnus Ahltorp <map at stacken.kth.se>@stacken.kth.se on 01/28/2001 07:12:15
PM

Sent by:  owner-arla-drinkers at stacken.kth.se


To:   Mahir Aydin/Poughkeepsie/IBM at IBMUS
cc:   arla-drinkers at stacken.kth.se
Subject:  Re: Still can't get it to work :(



> 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