1. Perl lib version (v5.6.0) doesn't match executable version (v5.8.0) - Perl
2. MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16)
Hi guys,
I've bumped into a problem where i used
BEGIN{ require "./MD5.pm"; import Digest::MD5 "md5_hex"; }
my $salt = 'blahblah';
my $idnum = '1234567';
print md5_hex($salt . $idnum), "\n";
i have perl 5.8 on the server and i don't have permission to install
any CPAN modules.
i put a MD5.pm under the directory where i execute this script but got
a incompatible error as shown in the subject. anyone knows where i can
get one copy of MD5.pm that matches with Perl 5.8? or any alternative
solutions?
thanks!
3. DBI object version 1.32 does not match $DBI::VERSION 1.48 - Perl
4. Doesn't match executable version
I run perldoc in windows, it shows the following error, please ask how to solve it, thanks! Perl lib version (v5.6.1) doesn't match executable version (v5.8.8) at \product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/Config.pm line 21. Compilation failed in require at c:/Perl/lib/Pod/Perldoc.pm line 7. BEGIN failed--compilation aborted at c:/Perl/lib/Pod/Perldoc.pm line 7 Compilation failed in require at c:\Perl\bin/perldoc.bat line 22. BEGIN failed--compilation aborted at c:\Perl\bin/perldoc.bat line 22.
5. what is the relation bn Perl version , Perl byteloader & OS version - Perl
6. migrating perl from version x to version y
Can some one tell me if there is an easy way generally speaking to migrate one version of perl and the modules installed under it to another version? Also, in this specific case I want to go from 5.00503 to 5.8.0 The wrinkle is that the box that needs to be upgraded does not have http/ftp access to the world and can only be accessed through several hops from inside our network. If this were a file system I needed to move, I could simply tar it up and move it over. Is there something similar for perl? Links/docs are appreciated. Thanks! richf
7. DBD::Oracle object version 1.15 does not match bootstrap parameter 1.06 - Perl DBI
8. DBD::mysql object version 2.9003 does not match bootstrap parameter
Hi everyone, Machine info: Fedora Core 3, MySQL-server-4.1.9, and perl-DBD-MySQL-2.9003-5 When I try to use mysqlhotcopy command to backup database, following error occurs :(& install_driver(mysql) failed: DBD::mysql object version 2.9003 does not match bootstrap parameter 2.0419 at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 253. Compilation failed in require at (eval 4) line 3. I installed perl-DBD-MySQL thru up2date. Please help me.. Thanks, Azhu