---

** [tickets:#3110] nid: the path to tipc.ko is incorrect**

**Status:** unassigned
**Milestone:** 5.20.01
**Created:** Thu Oct 31, 2019 04:22 AM UTC by Vu Minh Nguyen
**Last Updated:** Thu Oct 31, 2019 04:22 AM UTC
**Owner:** nobody


In the `configure_tipc.in`, the variable `TIPC_MODULE` points to the wrong 
location of tipc kernel module:
TIPC_MODULE=/lib/modules/$(uname -r)/kernel/net/tipc.ko

It should be:
TIPC_MODULE=/lib/modules/$(uname -r)/kernel/net/*tipc*/tipc.ko

To avoid this mistake, it is better to use `modinfo` to get the path to a 
kernel module instead of using the fixed path.



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to