Thanks again for your support! I got it working!!!
Here is how: http://www.perlmonks.org/?node=Embedded%20Perl%3A%20Installing%20Perl%20and%20Mojolicious%20on%20Arduino%20Y%FAn%20%2F%20OpenWRT%20ChaosCalmer best, -- Alex On Monday, September 11, 2017 at 9:15:13 PM UTC-4, Alejandro Imass wrote: > > True, but Test::More requires Storable (for reasons not very clear to me) > and that in turn requires XS. > > I got gcc and gnu make working on OpenWRT but EXTERN.h is missing from the > Perl core and I'm trying to figure out why. > > I just can't stand Python this and Python that in the IoT world.... I > really want to promote Perl in the Arduino community but they are making it > very hard :-D > > Thanks for all your comments. > > -- > Alex > > > On Monday, September 11, 2017 at 5:54:57 PM UTC-4, Dan Book wrote: >> >> However, even the latest version of IO::Socket::IP only requires >> Test::More version 0.88, which is core on any version of perl supported by >> Mojolicious. >> >> On Mon, Sep 11, 2017 at 5:52 PM, Dan Book <[email protected]> wrote: >> >>> It is deeply embedded in the logic of Mojo servers and clients, but you >>> may be able to replace it with IO::Socket::INET adjusting calls as needed >>> (so you'd need to maintain a fork with these changes essentially), if you >>> don't need ipv6. >>> >>> On Mon, Sep 11, 2017 at 4:16 PM, Alejandro Imass <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> I am trying to install Mojo on an Arduino Yún. I am very close >>>> but IO::Socket::IP requires Test::More and that in turn requires some XS >>>> stuff and make which I cannot install on OpenWRT. >>>> >>>> So is there a way for Mojo to work w/o IO::Socket::IP ? Would it be >>>> very hard to replace with IO::Socket::INET for this environment ? >>>> >>>> TIA, >>>> Alex >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Mojolicious" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at https://groups.google.com/group/mojolicious. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >> -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
