[Buildroot] Perl libraries/modules sub-menu is empty

François Perrad francois.perrad at gadz.org
Sat Oct 11 06:01:11 UTC 2014


2014-10-10 16:43 GMT+02:00 Pedro Silva <psnsilva.stuff at gmail.com>:
> Dear all,
> I am trying to add "mosh" (mobile shell) to buildroot but it is missing some
> perl modules, namely the socket module...
> The error is: Can't locate Socket.pm in @INC (you may need to install the
> Socket module).
>
> The problem is that in buildroot, with perl package checked ("Interpreter
> languages and scripting"), the "Perl libraries/modules" is empty and cause
> of that I am not able to select any additional module.
> Any hint on this issue?

In Perl, Socket is core module, so no need for additional module.
On target, you could check the presence of the module, with the
following command :

   $ perl -MSocket

François

>
> I send an screenshot in attachment.
>
> Thanks in advance.
> Best regards,
> Pedro Silva
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot


More information about the buildroot mailing list