I have this problem when tried to upgrade my zcs release 5.08 to 5.0.11:
Code:
Upgrading from 5.0.8_GA_2462 to 5.0.11_GA_2695
Stopping zimbra services
Verifying /opt/zimbra/conf/my.cnf
Starting mysql
Starting logger mysql
Thu Nov 20 15:39:56 2008: SELECT value FROM config WHERE name = 'db.version'
This appears to be 5.0.8_GA
Redolog Version: 1.23 New Redolog Version: 1.23
Schema upgrade required
Running /opt/zimbra/libexec/scripts/migrate20080909-DataSourceItemTable.pl
perl: symbol lookup error: /opt/zimbra/zimbramon/lib/i386-linux-thread-multi/auto/DBI/DBI.so: undefined symbol: Perl_Tstack_sp_ptr
Script failed with code 32512: - exiting
UPGRADE FAILED - exiting
Another issue:
Code:
# perl /opt/zimbra/libexec/scripts/migrate20080909-DataSourceItemTable.pl
Can't locate Migrate.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at /opt/zimbra/libexec/scripts/migrate20080909-DataSourceItemTable.pl line 21.
at line 21 of /opt/zimbra/libexec/scripts/migrate20080909-DataSourceItemTable.pl i found an simple "Use Migrate" call.
What is it?? How can i proceed to fix this Perl_Tstack_sp_ptr? Or how i fix this "migrate.pm" problem ?
please help me!
thanks!
UPDATE:
Code:
Running /opt/zimbra/libexec/scripts/migrate20080909-DataSourceItemTable.pl
perl: symbol lookup error: /opt/zimbra/zimbramon/lib/i386-linux-thread-multi/auto/DBI/DBI.so: undefined symbol: Perl_Tstack_sp_ptr
Script failed with code 32512: - exiting
i solve the migrate.pm but...