|
Posted by Michael Greb on March 10, 2006, 7:06 pm
Please log in for more thread options
> I don't think there's a problem with the module... but with my system!
> I'm not sure what's wrong really... I'm running Ubuntu and everything
> gets installed with packages. I'd probably have a clue if I was still
> running SuSE 7.0 because I had to install everything "by hand" (pretty
> much) and so I'd've known exactly what was missing from my kit!
>
> Do you think windows users might find PP versions of modules that
> include C useful?? You know, for those poor suckers who can't even
> compile their own perl/modules (like me, currently!)?
Just a quick hint, something it took me way too long to find on my own.
sudo apt-get install dh-make-perl
dh-make-perl --build --cpan Some::CPAN::Module
sudo dpkg -i libsome-cpan-module-perl_0.00-1_all.deb
The second command there will gab a module from CPAN and build a deb.
These debs will follow the deb standards for perl module package naming
which means if there is an official deb of a newer version in the future,
apt will upgrade to it just fine.
--
Michael
michael@thegrebs.com
SpamStats: http://spam.thegrebs.com
|