LogicalChaos has asked for the wisdom of the Perl Monks concerning the following question:
I would like to bring the hardware interaction within the perl module for ease of installation, but don't know how to go about doing this. The module and scripts which use it need to run as the real user, not root.
I've tried mucking with Inline::C and XS, and have found no way to meet my requirements of running as the user, yet still accessing hardware. My only thought now is to release the code as a C 'package' which knows how to make/test/install the perl module, and allow the Makefile to setup the executables correctly.
Any thoughts/suggestions/experience to confirm or deny?
Thanks,
Rob
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module with ioperm/inb/outb usage?
by Zaxo (Archbishop) on Dec 26, 2002 at 06:54 UTC | |
by LogicalChaos (Beadle) on Dec 26, 2002 at 16:18 UTC |