Insmod gives unsresolved symbol

From: Amit Kulkarni (amitncsu@yahoo.com)
Date: Tue Nov 06 2001 - 03:17:44 EST


Hi

I am trying to write a device driver which calls
certain functions/variables from the kernel
(e.g. ipv4_explicit_null from
/usr/src/linux/net/mpls/mpls_init.c )

But when I try to insert the module using insmod it
gives me an error saying unresolved symbol
ipv4_explicit_null

thinking the kernel did not export the said symbol I
added EXPORT_SYMBOL(ipv4_explicit_null) in the file
mpls_init.c
Now I can see the symbol in System.map
but my problem still persists.

Am I exporting symbols properly or is there anything
else that needs to be done .

please advise
thanks in anticipation,
amit

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com
-
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 : Wed Nov 07 2001 - 21:00:29 EST