Second, it looks to me like your driver is attempting to use some internal LiS constructs that are not intended to be exported. In particular you seem to be using lis_lockq and lis_unlockq. Those are internals. Do not use them in your driver.
It also looks like your driver is attempting to use the LiS internal code-path tracking routine.
Compile LiS without your driver and build it and see how it goes (make realclean; make install).
-- Dave
At 09:45 AM 2/26/2004, John Baldridge wrote:
This came in to [EMAIL PROTECTED]I am trying to use LiS-2.17.B on RedHat 9 with kernel version 2.4.20-30.9.
-------- Original Message --------
Subject: LiS 2.17.B
Date: Wed, 25 Feb 2004 16:44:26 -0700
From: Waters, Michael <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
LiS compiles without error, but when you make install it reports unresolved symbols in streams.o
When you try to run it, it reports:
[EMAIL PROTECTED] LiS-2.17]# streams start
/lib/modules/2.4.20-30.9/misc/streams.o: unresolved symbol EsEC_init
/lib/modules/2.4.20-30.9/misc/streams.o: unresolved symbol lis_cpfl
/lib/modules/2.4.20-30.9/misc/streams.o: unresolved symbol lis_unlockq_fcn
/lib/modules/2.4.20-30.9/misc/streams.o: unresolved symbol EsEC_term
/lib/modules/2.4.20-30.9/misc/streams.o: unresolved symbol lis_lockq_fcn
/lib/modules/2.4.20-30.9/misc/streams.o: unresolved symbol EsEC_info
/lib/modules/2.4.20-30.9/misc/streams.o: insmod /lib/modules/2.4.20-30.9/misc/st
reams.o failed
/lib/modules/2.4.20-30.9/misc/streams.o: insmod streams failed
Anyone else report this problem? Do you know what is causing this?
-Mike
Michael Waters
Senior Software Engineer
Intrado Inc.
1601 Dry Creek Drive
Longmont, CO 80503
direct: 720-864-5127
fax: 720-494-6600
email: [EMAIL PROTECTED]
Intrado.� Informed Response.TM
www.intrado.com
ATTENTION:
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify Intrado Inc. immediately at 720.494.5800 and destroy all copies of this message and any attachments.
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.594 / Virus Database: 377 - Release Date: 2/24/2004
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.594 / Virus Database: 377 - Release Date: 2/24/2004
