Quoting r. john t <[EMAIL PROTECTED]>: > Subject: module > > Hi, > > I have Linux FC4 64-bit machine (kernel version 2.6.11) and I have installed > OFED 1.0 on it. I am trying to write a small linux kernel module. When I try > to load the module (using insmod) I get following error: > > disagrees about version of symbol ib_register_client > undefined symbol ib_register_client > > How to solve this problem?
You are compiling against the wrong rdma headers. make with V=1 and you'll see. -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
