Re: npf with 6.0 failing to load module
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 14, 2012 at 02:38:41PM +0000, Julian Fagir wrote: > eva# modload npf > modload: Operation not permitted What kernel are you using? Do you have options MODULAR? But even if you had, it would not work - I get lots of linker errors loged because it references ptree_ functions. Probably it needs another module and is missing the dependencies or something. Martin