Open biancalana opened 8 years ago
I'm guessing you have some system library differences on the machines, that are causing issues during the compilation for those XS modules. For instance, Net::SSLeay requires openssl headers, which most default openssl packages don't provide.
Is there anything from the build.log you can link to?
To distribute compile modules I install plenv + carton and required modules like Net::SSLeay, HTML::Parser, pack the entire plenv dir and distribute that to the machines of the same arch.
Everything looks good on destination machine:
But when I try to deploy an application that require one of those modules using carton install --deployment, the installation can't find Net::SSLeay and HTML::Parser
I'm in doubt if its related to #210 but all of those modules have provides correct set on install.json
Any idea ??