volatility
volatility copied to clipboard
Fedora profile build error missing MODULE_LICENSE
Hello,
if anyone else gets an error building a Fedora profile similar to this:
make: Entering directory /usr/src/kernels/5.14.18-200.fc34.x86_64
CC [M] .../volatility/tools/linux/module.o
MODPOST .../volatility/tools/linux/Module.symvers
ERROR: modpost: missing MODULE_LICENSE() in .../volatility/tools/linux/module.o
make[1]: *** [scripts/Makefile.modpost:150: .../volatility/tools/linux/Module.symvers] Error 1
...
The solution is simply to add MODULE_LICENSE("GPL");
as last line in volatility/tools/linux/module.c
Maybe this helps someone...
Woah, thank you. I spent almost an hour trying to get this to work... Thanks a bunch!
thank you @mdenzel. it work for me.
Thank you so much for sharing this!
Project still not updated for this error.
Thank you so much, it works for me.