Perhaps a configure test to see if we find a system com_err and,
if we find it, use it instead of the afs/com_err package?

-derek

Quoting Jim Rees <[EMAIL PROTECTED]>:

I'm sorry, I wasn't paying enough attention to the discussion of aklog and
conflicting versions of com_err.  I now have the same problem on OpenBSD,
and have applied the following "fix."  The resulting aklog builds and runs
fine.  But is there a better way?

Index: aklog_main.c
===================================================================
RCS file: /cvs/openafs/src/aklog/aklog_main.c,v
retrieving revision 1.10
diff -u -r1.10 aklog_main.c
--- aklog_main.c        19 Jul 2005 02:51:26 -0000      1.10
+++ aklog_main.c        21 Dec 2005 16:54:37 -0000
@@ -70,7 +70,9 @@

#else /* !WINDOWS */
#include <afs/stds.h>
+#ifndef AFS_OBSD_ENV
#include <afs/com_err.h>
+#endif

#include <afs/param.h>
#ifdef AFS_SUN5_ENV
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel




--
      Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
      Member, MIT Student Information Processing Board  (SIPB)
      URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
      [EMAIL PROTECTED]                        PGP key available

_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to