in reply to Re^2: Install and use module
in thread Install and use module
First one, if it's a Module::Build module, in which case you need 'Build.pl' instead of 'Makefile' and './Build' instead of 'make'.
In that case, I generally just wipe the module directory and ditch the .tar. 9 times out of 10, it won't build on my system anyway.
In several cases, if I hand compile&link any XS code, and then install manually, the modules work fine.
But Module::Build is so broken, and such a convoluted morass of O'Woe's OO-spaghetti, that life is just too short. It's usually quicker to write my own.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Install and use module
by DStaal (Chaplain) on Aug 09, 2010 at 19:37 UTC | |
by BrowserUk (Patriarch) on Aug 09, 2010 at 22:12 UTC |