Hugo David Calderon Vilca <[email protected]> writes: > verificando ambos aparentemente son iguales mirar: > el Sistema Operativo instalado es CENTOS 6.4 i686 con CPANEL, debe > haber algo para activar?
http://docs.cpanel.net/twiki/bin/view/SoftwareDevelopmentKit/InstallingInternalPerlModules suggests some more paths. You could try /usr/local/cpanel/3rdparty/bin/perl -V | grep ithread /usr/local/cpanel/3rdparty/perl/514/bin/perl -V | grep ithread If any of them give useithreads=define, try putting the directory first in PATH. If not, maybe CPANEL provides another way to install a newer perl, you would have to check with them. If none of that works, http://stackoverflow.com/a/19063960/69663 suggests editing /usr/share/automake-1.11/Automake/Config.pm to say our $perl_threads = 0; instead of "our $perl_threads = 1;" – it smells like a hack, but it may work (if you have root). -- Kevin Brubeck Unhammer GPG: 0x766AC60C
pgpyypggYIVK5.pgp
Description: PGP signature
------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
