Re: Linux v2.5.47

From: Allan Duncan (allan.d@bigpond.com)
Date: Mon Nov 11 2002 - 07:06:10 EST


Two failures to build a kernel for me - 1 new, one old:

New - undefined refs if CONFIG_CRYPTO is not set.

Old - undefined refs if aout is a module - use a patch from 2.5.46
(ignore the dates, I just hacked the previous one for an offset of 495):

--- a/kernel/ksyms.c Tue Nov 5 16:33:06 2002
+++ b/kernel/ksyms.c Tue Nov 5 16:36:40 2002
@@ -53,6 +53,7 @@
  #include <linux/percpu.h>
  #include <linux/smp_lock.h>
  #include <linux/dnotify.h>
+#include <linux/ptrace.h>
  #include <asm/checksum.h>

  #if defined(CONFIG_PROC_FS)
@@ -492,6 +495,7 @@
  #if !defined(__ia64__)
  EXPORT_SYMBOL(loops_per_jiffy);
  #endif
+EXPORT_SYMBOL(ptrace_notify);

  /* misc */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Nov 15 2002 - 22:00:22 EST