: Date: Tue, 23 Mar 1999 23:41:32 +0100
: From: Andy Mindnich <[EMAIL PROTECTED]>
:
: Hi,
: I've tried to install the ftape 4.02 package under a SuSE 6.0
: distribution with kernel 2.0.36. I've patched the kernel with the
: specified patches, recompiled and installed it. I've edited the MCONFIG
: file for a floppy streamer on a standard FDC. Then I've made a make and
: make install and everything went fine. But when I try to call the .
: insert or more exactly an insmod zftape I get an error like this:
: ./zftape.o: unresolved symbol strstr
: and the module isn't loaded afterwards.
strstr should be inlined in plain kernel 2.0.36 (and also in lx_suse).
So if you compile ftape with -O2 (this is the default setting in
MCONFIG), this symbol shouldn't occur in zftape. Check that you
haven't changed the compilition flags.
Jochen