Perl modues


korky

Still Fresh
Joined
Dec 7, 2006
Messages
76
Was wondering if there is any way o compile perl cpan modules ? I tried the c/c++ dev tools to no avail ;(


Cheers


Korky


apols wrong forum; added topic in c++ forum.
 
Last edited by a moderator:
Was wondering if there is any way o compile perl cpan modules ? I tried the c/c++ dev tools to no avail ;(


apols wrong forum; added topic in c++ forum.

Do you really need to compile this modules? You could use Angstrom Linux packages that are ready to use:


http://www.angstrom-distribution.org/repo/?pkgname=perl-module-cpan


To install in NAND memory (if you have the space):


$ sudo opkg install <package-name>


This is just cpan base. You may search for cpan packages there.


If you don't want to fill your NAND (or just can't), you can get the desired packages, unpack them at some folder in your SD card, and setup your perl interpreter to search them at the correct place.


I am just not sure how, cause I'm not into perl, you know :D
 
I intend to have more audience, plus the question has been asked in both. So an answer in both is not a bad thing.


Thanks, i know CPAN, but OP doesn't ship needed packages.


I installed some dev tools, but i still can not compile perl packages :/ .
 
I intend to have more audience, plus the question has been asked in both. So an answer in both is not a bad thing.


Thanks, i know CPAN, but OP doesn't ship needed packages.


I installed some dev tools, but i still can not compile perl packages :/ .

What is OP?


What are your missing packages?


Have you checked the Angstrom Repo for said packages?


What compilation instructions come with the packages?


What tools were you using to compile the packages?
 
Back
Top