I'm trying to install Codestriker on Solaris 8.
All the modules are correctly installed, but when I launch ./install.pl a new module appear : DBD-Mysql, and impossible to install this one, always have problems with this one.
Has someone a genius idea ???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The error message was :
1/ ELF class when I was using 32 bit PERL (default on Solaris) and 64 bit for Mysql
2/ Load Mysql.so failure when both were on 64 bit architecture.
It seems actually, that PERL is not well optimized for 64 bit, and still need a little work :), so the module was not done for 64 bit.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have resolved the problem. I was asking here, just to know if this module DBD::mysql was mandatory.
Actually, this module, is not ok (for now) for 64 bits architecture. So, had to reinstall everything is 32 bits, from PERL to Mysql, then reinstall all the modules :(
So, it would be good, to give a warning for this one :) 'Cause it seems this module, is often giving problems.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to install Codestriker on Solaris 8.
All the modules are correctly installed, but when I launch ./install.pl a new module appear : DBD-Mysql, and impossible to install this one, always have problems with this one.
Has someone a genius idea ???
For more information, I'm using solaris 8 under Sun Sparc 64 bits architecture, any ideas, why it should not work ?
May be better ask MySQL developers, did they have module compiled 4 solaris&IA64 ?
BTW: Error message?
The error message was :
1/ ELF class when I was using 32 bit PERL (default on Solaris) and 64 bit for Mysql
2/ Load Mysql.so failure when both were on 64 bit architecture.
It seems actually, that PERL is not well optimized for 64 bit, and still need a little work :), so the module was not done for 64 bit.
Hi there,
thanks for the message and sorry for the delay, I've ben away the last week.
I'll addd this gotcha to the user's guide.
I have resolved the problem. I was asking here, just to know if this module DBD::mysql was mandatory.
Actually, this module, is not ok (for now) for 64 bits architecture. So, had to reinstall everything is 32 bits, from PERL to Mysql, then reinstall all the modules :(
So, it would be good, to give a warning for this one :) 'Cause it seems this module, is often giving problems.