Migration from Centos6 to Centos7

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
tanteauguri
Posts: 1
Joined: Tue Feb 28, 2017 3:23 pm

Migration from Centos6 to Centos7

Post by tanteauguri »

I am migrating Zimbra Network Edition 8.0.6 from a Centos6 Server to a Centos7 server. I did the following steps:

- On Centos7 installes ZCS 8.0.6 with ./install.sh -s
- Moved away /opt/zimbra and replaced it with /opt/zimbra from the Centos6 Machine
- Perfomed on the Centos7 Machine ./install.sh

During configuration I recieve:

Code: Select all

symbol lookup error: /opt/zimbra/zimbramon/lib/x86_64-linux-thread-multi/auto/Storable/Storable.so: undefined symbol: Perl_Istack_sp_ptr
How can I work around this problem?
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: Migration from Centos6 to Centos7

Post by phoenix »

This has been covered many times in the forums, if you want the easiest method of moving tour installation to another server (with a possible change of distribution) then use the ZeXtras Migration Toll - it's quick, it's easy, it works and it's free.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
imanudin11
Outstanding Member
Outstanding Member
Posts: 304
Joined: Sat Sep 13, 2014 2:23 am
ZCS/ZD Version: Release 8.8.15.GA.3829.UBUNTU16.64
Contact:

Re: Migration from Centos6 to Centos7

Post by imanudin11 »

tanteauguri wrote:I am migrating Zimbra Network Edition 8.0.6 from a Centos6 Server to a Centos7 server. I did the following steps:

- On Centos7 installes ZCS 8.0.6 with ./install.sh -s
- Moved away /opt/zimbra and replaced it with /opt/zimbra from the Centos6 Machine
- Perfomed on the Centos7 Machine ./install.sh

During configuration I recieve:

Code: Select all

symbol lookup error: /opt/zimbra/zimbramon/lib/x86_64-linux-thread-multi/auto/Storable/Storable.so: undefined symbol: Perl_Istack_sp_ptr
How can I work around this problem?
Hi,

I am ever move Zimbra from SLES into Ubuntu using rsync and working fine ;) . I am also getting same error and solved with install libdata-uuid-perl. These are what i do

- Install libdata-uui-perl

Code: Select all

apt-get install libdata-uuid-perl
- Install again Zimbra on Ubuntu with -s options

Code: Select all

./install.sh -s
BR,
AI
https://imanudin.net
Post Reply