Re: Latest Debian package online (including sources)

"Peter T. Breuer" <[email protected]> Sun, 2 Jul 2006 23:25:48 +0200 (MET DST)
Newsgroups gmane.linux.enbd.general
Message-ID <[email protected]>
"Also sprach Bas van Schaik:"
[Charset ISO-8859-1 unsupported, filtering to ASCII...]
> > debian:/var/cache/apt/archives# modprobe enbd
> > FATAL: Error inserting enbd (/lib/modules/2.6.16-2-686/enbd/enbd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
> 
> And dmesg says:
> > enbd: Unknown symbol strcpy

strcpy is not used in my code.

  % find kernel/linux-2.6.x/ -type f | xargs grep strcpy
  betty:/usr/oboe/ptb/lang/c/nbd/nbd-2.4.33% 

> Don't have time to investigate it right now, but please tell me the
> solution when you know!

If it's been introduced, you'll have to tell me how. Show me the
compile lines used for compiling the enbd.ko components and I'll tell
you what to do next. Or, anyway, you can do something like nm
--print-file-name *.o | grep -w strcpy in the place where the .o files
are compiled to see what component has had the strcpy introduced into
it. Then show me the compile line for that.



Peter