Hello,
After compiling and creating a working Perl 5.38.0 environment, I
built a version of zimbra Techfiles 9.0.0.GA.0001.UBUNTU20.64 (zcs-9.0.0_GA_0001.UBUNTU20_64.20230719171251.tgz).
Code: Select all
root@mail:/home/git# uname -a
Linux mail 5.4.0-153-generic #170-Ubuntu SMP Fri Jun 16 13:43:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Then I still get the same error at post-configuration during installation.
Code: Select all
[...]
Running Post Installation Configuration:
Socket.c: loadable library and perl binaries are mismatched (got first handshake key 0xcd00080, needed 0xe600000)
In French language :
Socket.c: la bibliothèque chargeable et les binaires perl ne correspondent pas
This error - It's related to LDAP I would say but I don't know how to solve this - Is it related to sockets ?
Code: Select all
Installing local packages (24):
zimbra-timezone-data
zimbra-common-mbox-conf-msgs
zimbra-common-mbox-conf-attrs
zimbra-common-mbox-db
zimbra-common-core-libs
zimbra-common-mbox-conf-rights
zimbra-common-core-jar
zimbra-common-mbox-conf
zimbra-common-mbox-native-lib
zimbra-common-mbox-docs
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-mbox-conf
zimbra-mbox-war
zimbra-mbox-admin-console-war
zimbra-mbox-webclient-war
zimbra-mbox-store-libs
zimbra-mbox-service
zimbra-store
zimbra-apache
zimbra-spell
...done
Running Post Installation Configuration:
Socket.c: loadable library and perl binaries are mismatched (got first handshake key 0xcd00080, needed 0xe600000)
Below are the last lines of the install.log file -> a
link to the full file
Code: Select all
Dépaquetage de zimbra-spell (9.0.0.GA.0001.UBUNTU20.64) ...
Paramétrage de zimbra-timezone-data (4.0.0.1678342256-1.u20) ...
Paramétrage de zimbra-common-mbox-conf-msgs (9.0.0.1677496878-1.u20) ...
Paramétrage de zimbra-common-mbox-conf-attrs (9.0.0.1687440117-1.u20) ...
Paramétrage de zimbra-common-mbox-db (9.0.0.1687937949-1.u20) ...
Paramétrage de zimbra-common-core-libs (9.0.0.1682575014-1.u20) ...
Paramétrage de zimbra-common-mbox-conf-rights (9.0.0.1610613206-1.u20) ...
Paramétrage de zimbra-common-core-jar (9.0.0.1688638193-1.u20) ...
Paramétrage de zimbra-common-mbox-conf (9.0.0.1687937949-1.u20) ...
Paramétrage de zimbra-common-mbox-native-lib (9.0.0.1521095672-1.u20) ...
Paramétrage de zimbra-common-mbox-docs (9.0.0.1680161581-1.u20) ...
Paramétrage de zimbra-core (9.0.0.GA.0001.UBUNTU20.64) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start runlevel arguments (2 5) do not match zimbra Default-Start values (3 5)
Set capability for /opt/zimbra/common/libexec/slapd
Paramétrage de zimbra-ldap (9.0.0.GA.0001.UBUNTU20.64) ...
Set capability for /opt/zimbra/common/libexec/slapd
Paramétrage de zimbra-logger (9.0.0.GA.0001.UBUNTU20.64) ...
Set capability for /opt/zimbra/common/libexec/slapd
Paramétrage de zimbra-mta (9.0.0.GA.0001.UBUNTU20.64) ...
Set capability for /opt/zimbra/common/libexec/slapd
Paramétrage de zimbra-snmp (9.0.0.GA.0001.UBUNTU20.64) ...
Paramétrage de zimbra-mbox-conf (9.0.0.1677496878-1.u20) ...
Paramétrage de zimbra-mbox-war (9.0.0.1688638193-1.u20) ...
Paramétrage de zimbra-mbox-admin-console-war (9.0.0.1681906789-1.u20) ...
**** Fixing up the permission ****
Set capability for /opt/zimbra/common/libexec/slapd
Paramétrage de zimbra-mbox-webclient-war (9.0.0.1689778196-1.u20) ...
**** Fixing up the permission ****
Set capability for /opt/zimbra/common/libexec/slapd
Paramétrage de zimbra-mbox-store-libs (9.0.0.1682575014-1.u20) ...
Paramétrage de zimbra-mbox-service (9.0.0.1688638193-1.u20) ...
Paramétrage de zimbra-store (9.0.0.GA.0001.UBUNTU20.64) ...
Set capability for /opt/zimbra/common/libexec/slapd
Paramétrage de zimbra-apache (9.0.0.GA.0001.UBUNTU20.64) ...
Paramétrage de zimbra-spell (9.0.0.GA.0001.UBUNTU20.64) ...
root user :
Code: Select all
root@mail:/home/orj# which perl
/usr/bin/perl
root@mail:/home/orj#
root@mail:/home/orj# perl -v
This is perl 5, version 38, subversion 0 (v5.38.0) built for x86_64-linux
[...]
root@mail:/home/orj#
root@mail:/home/orj# perl -V
[...]
Built under linux
Compiled at Jul 19 2023 16:33:24
@INC:
/usr/lib/perl5/site_perl/5.38.0/x86_64-linux
/usr/lib/perl5/site_perl/5.38.0
/usr/lib/perl5/5.38.0/x86_64-linux
/usr/share/perl5
zimbra user :
Code: Select all
zimbra@mail:~$ which perl
/usr/bin/perl
zimbra@mail:~$
zimbra@mail:~$ perl -V
[...]
Built under linux
Compiled at Jul 19 2023 16:33:24
%ENV:
PERL5LIB="/opt/zimbra/common/lib/perl5/x86_64-linux:/opt/zimbra/common/lib/perl5"
PERLLIB="/opt/zimbra/common/lib/perl5/x86_64-linux:/opt/zimbra/common/lib/perl5"
@INC:
/opt/zimbra/common/lib/perl5/x86_64-linux
/opt/zimbra/common/lib/perl5
/usr/lib/perl5/site_perl/5.38.0/x86_64-linux
/usr/lib/perl5/site_perl/5.38.0
/usr/lib/perl5/5.38.0/x86_64-linux
/usr/share/perl5
zimbra@mail:~$
Would you like to have an archive of the result of building packages from the "zimbra-build-scripts" directory ?
Code: Select all
root@mail:/home/git# du -sh zimbra-build-script-result-perl-5.38.0.tar.gz
3,1G zimbra-build-script-result-perl-5.38.0.tar.gz
I zipped the "/home/git/zimbra/" directory into this file "
zimbra-build-script-result-perl-5.38.0.tar.gz" (which extracts a "zimbra/" folder)
And would you like to have an archive of the "/opt/zimbra" result of the installation of :
Code: Select all
root@mail:/home/orj/zcs-9.0.0_GA_0001.UBUNTU20_64.20230719171251# ./install.sh
Code: Select all
root@mail:/opt# du -sh zimbra-dir-opt-zimbra-perl-5.38.0-with-error.tar.gz
765M zimbra-dir-opt-zimbra-perl-5.38.0-with-error.tar.gz
I zipped the "/opt/zimbra" directory into this file "
zimbra-dir-opt-zimbra-perl-5.38.0-with-error.tar.gz" (which extracts a "zimbra/" folder)
Code: Select all
root@mail:/opt# du -sh zimbra-dir-opt-zimbra-perl-5.38.0+DMARC-with-error.tar.gz
869M zimbra-dir-opt-zimbra-perl-5.38.0+DMARC-with-error.tar.gz
I zipped the "/opt/zimbra" directory into this file "
zimbra-dir-opt-zimbra-perl-5.38.0+DMARC-with-error.tar.gz" with
Mail::DMARC directories into (which extracts a "zimbra/" folder)
Cf :
Code: Select all
zimbra@mail:~$ ls -l /opt/zimbra/common/lib/perl5/Mail/DMARC
total 100
-r--r--r-- 1 zimbra zimbra 10974 Jul 20 17:02 Base.pm
-r--r--r-- 1 zimbra zimbra 7987 Jul 20 17:02 ConfigData.pm
-r--r--r-- 1 zimbra zimbra 5815 Jul 20 17:02 HTTP.pm
-r--r--r-- 1 zimbra zimbra 15019 Jul 20 17:02 Policy.pm
-r--r--r-- 1 zimbra zimbra 26760 Jul 20 17:02 PurePerl.pm
drwxr-x--- 5 zimbra zimbra 4096 Jul 20 17:03 Report
-r--r--r-- 1 zimbra zimbra 7036 Jul 20 17:02 Report.pm
drwxr-x--- 2 zimbra zimbra 4096 Jul 20 17:03 Result
-r--r--r-- 1 zimbra zimbra 5749 Jul 20 17:02 Result.pm
drwxr-x--- 2 zimbra zimbra 4096 Jul 20 17:03 Test
zimbra@mail:~$ ls -l /opt/zimbra/common/lib/perl5/Mail/DMARC
DMARC/ DMARC.pm
zimbra@mail:~$ ls -l /opt/zimbra/common/lib/perl5/Mail/DMARC/Report/
total 72
drwxr-x--- 3 zimbra zimbra 4096 Jul 20 17:03 Aggregate
-r--r--r-- 1 zimbra zimbra 10559 Jul 20 17:02 Aggregate.pm
-r--r--r-- 1 zimbra zimbra 15440 Jul 20 17:02 Receive.pm
drwxr-x--- 2 zimbra zimbra 4096 Jul 20 17:03 Send
-r--r--r-- 1 zimbra zimbra 2355 Jul 20 17:02 Send.pm
-r--r--r-- 1 zimbra zimbra 16098 Jul 20 17:02 Sender.pm
drwxr-x--- 3 zimbra zimbra 4096 Jul 20 17:03 Store
-r--r--r-- 1 zimbra zimbra 2037 Jul 20 17:02 Store.pm
-r--r--r-- 1 zimbra zimbra 4632 Jul 20 17:02 URI.pm
zimbra@mail:~$ ls -l /opt/zimbra/common/lib/perl5/Mail/DMARC/Report/Send
total 16
-r--r--r-- 1 zimbra zimbra 2042 Jul 20 17:02 HTTP.pm
-r--r--r-- 1 zimbra zimbra 8507 Jul 20 17:02 SMTP.pm
zimbra@mail:~$ ls -l /opt/zimbra/common/lib/perl5/Mail/DMARC/Report/Store
total 28
drwxr-x--- 3 zimbra zimbra 4096 Jul 20 17:03 SQL
-r--r--r-- 1 zimbra zimbra 21708 Jul 20 17:02 SQL.pm
zimbra@mail:~$
zimbra@mail:~$ ls -l /opt/zimbra/common/lib/perl5/Mail/DMARC/Result
total 4
-r--r--r-- 1 zimbra zimbra 1449 Jul 20 17:02 Reason.pm
zimbra@mail:~$ ls -l /opt/zimbra/common/lib/perl5/Mail/DMARC/Test/
total 4
-r--r--r-- 1 zimbra zimbra 472 Jul 20 17:02 Transport.pm
zimbra@mail:~$
We must install the plugin
Mail::SpamAssassin::Plugin::DMARC to our "zimbra" tree so that our configuration is finalized. And that the anti-spam of "zimbra" SpamAssassin can interact on the reception of mails validate DMARC or not.
Install
Mail::SpamAssassin::Plugin::DMARC dependencies :
Code: Select all
root@mail:/opt# apt install libidn11-dev
root@mail:/opt# cpan -i Net::LibIDN
root@mail:/opt# apt install libmaxminddb-dev
root@mail:/opt# cpan -i MaxMind::DB::Reader::XS
root@mail:/opt# apt install libdb5.3-dev
root@mail:/opt# cpan -i IP::Country::DB_File
root@mail:/opt# apt install re2c sa-compile
root@mail:/opt# su - zimbra
zimbra@mail:~$ cpan -i Mail::SpamAssassin::Plugin::DMARC
[...]
What can you tell me! ?
Good day, see you later.
Thanks.
Greets,
Romain
// for infos ---------------
Code: Select all
zimbra@mail:~$ zmcontrol -v
Socket.c: loadable library and perl binaries are mismatched (got first handshake key 0xcd00080, needed 0xe600000)
# ----------------------------------------
zimbra@mail:~$ vim /opt/zimbra/.bashrc
[...]
PERL5LIB=$PERLLIB
export PERL5LIB
# ADD ENVVAR FOR INSTALL GOOD COMPONENT PERSONAL DIRECTORY
PERL_LOCAL_LIB_ROOT=$PERL5LIB; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"/opt/zimbra/common\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/opt/zimbra/common"; export PERL_MM_OPT;
zimbra@mail:~$ source /opt/zimbra/.bashrc
zimbra@mail:~$ perl -V
[...]
Built under linux
Compiled at Jul 20 2023 15:15:26
%ENV:
PERL5LIB="/opt/zimbra/common/lib/perl5/x86_64-linux:/opt/zimbra/common/lib/perl5"
PERLLIB="/opt/zimbra/common/lib/perl5/x86_64-linux:/opt/zimbra/common/lib/perl5"
PERL_LOCAL_LIB_ROOT="/opt/zimbra/common/lib/perl5/x86_64-linux:/opt/zimbra/common/lib/perl5"
PERL_MB_OPT="--install_base "/opt/zimbra/common""
PERL_MM_OPT="INSTALL_BASE=/opt/zimbra/common"
@INC:
/opt/zimbra/common/lib/perl5/x86_64-linux
/opt/zimbra/common/lib/perl5/x86_64-linux
/opt/zimbra/common/lib/perl5
/usr/lib/perl5/site_perl/5.38.0/x86_64-linux
/usr/lib/perl5/site_perl/5.38.0
/usr/lib/perl5/5.38.0/x86_64-linux
/usr/share/perl5
zimbra@mail:~$
# ------------------
# ERROR
# -------
zimbra@mail:~$ perl -MCPAN -e 'upgrade'
Reading '/opt/zimbra/.cpan/Metadata'
Warning: Found only 0 objects in /opt/zimbra/.cpan/Metadata
Fetching with HTTP::Tiny:
https://cpan.org/authors/01mailrc.txt.gz
HTTP::Tiny failed with an internal error: SSL connection failed for cpan.org: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
Fetching with HTTP::Tiny:
https://cpan.org/modules/02packages.details.txt.gz
HTTP::Tiny failed with an internal error: SSL connection failed for cpan.org: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
Fetching with HTTP::Tiny:
https://cpan.org/modules/03modlist.data.gz
HTTP::Tiny failed with an internal error: SSL connection failed for cpan.org: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
# ------------------
# SOLUTION
# -------
zimbra@mail:~$ cpan
Starting with version 2.29 of the cpan shell, a new download mechanism
is the default which exclusively uses cpan.org as the host to download
from. The configuration variable pushy_https can be used to (de)select
the new mechanism. Please read more about it and make your choice
between the old and the new mechanism by running
o conf init pushy_https
cpan[3]>
cpan[3]>o conf init pushy_https
Boolean. Defaults to true. If this option is true, the cpan shell will
use https://cpan.org/ to download stuff from the CPAN. It will fall
back to http://cpan.org/ if it can't handle https for some reason
(missing modules, missing programs). Whenever it falls back to the
http protocol, it will issue a warning.
If this option is true, the option C<urllist> will be ignored.
Consequently, if you want to work with local mirrors via your own
configured list of URLs, you will have to choose no below.
<pushy_https>
Do you want to turn the pushy_https behaviour on? [yes] no
Please remember to call 'o conf commit' to make the config permanent!
cpan[3]> o conf commit
commit: wrote '/opt/zimbra/.cpan/CPAN/MyConfig.pm'
cpan[3]> quit
# IT'S CAUSED > Mozilla::CA vs 20150826 / 20221114
# ------------------
zimbra@mail:~$ perl -MCPAN -e 'upgrade'
Reading '/opt/zimbra/.cpan/Metadata'
Database was generated on Thu, 20 Jul 2023 14:17:02 GMT
Package namespace installed latest in CPAN file
Archive::Zip 1.53 1.68 PHRED/Archive-Zip-1.68.tar.gz
Canary::Stability 2006 2013 MLEHMANN/Canary-Stability-2013.tar.gz
Class::Inspector 1.28 1.36 PLICEASE/Class-Inspector-1.36.tar.gz
Config::IniFiles 2.86 3.000003 SHLOMIF/Config-IniFiles-3.000003.tar.gz
Convert::ASN1 0.27 0.33 TIMLEGGE/Convert-ASN1-0.33.tar.gz
Convert::BinHex 1.124 1.125 STEPHEN/Convert-BinHex-1.125.tar.gz
Date::Manip 6.90 6.92 SBECK/Date-Manip-6.92.tar.gz
Digest::HMAC 1.03 1.04 ARODLAND/Digest-HMAC-1.04.tar.gz
Email::Date::Format 1.005 1.008 RJBS/Email-Date-Format-1.008.tar.gz
Error 0.17024 0.17029 SHLOMIF/Error-0.17029.tar.gz
Exporter::Tiny 0.042 1.006002 TOBYINK/Exporter-Tiny-1.006002.tar.gz
File::Listing 6.04 6.16 PLICEASE/File-Listing-6.16.tar.gz
HTTP::Cookies 6.01 6.10 OALDERS/HTTP-Cookies-6.10.tar.gz
HTTP::Daemon 6.01 6.16 OALDERS/HTTP-Daemon-6.16.tar.gz
HTTP::Date 6.02 6.06 OALDERS/HTTP-Date-6.06.tar.gz
HTTP::Message 6.11 6.44 OALDERS/HTTP-Message-6.44.tar.gz
IO::HTML 1.001 1.004 CJM/IO-HTML-1.004.tar.gz
IO::Socket::INET6 2.72 2.73 SHLOMIF/IO-Socket-INET6-2.73.tar.gz
IO::Socket::IP 0.37 0.41 PEVANS/IO-Socket-IP-0.41.tar.gz
IO::Stringy 2.111 2.113 CAPOEIRAB/IO-Stringy-2.113.tar.gz
JSON::PP 2.27300 4.16 ISHIGAKI/JSON-PP-4.16.tar.gz
LWP::MediaTypes 6.02 6.04 OALDERS/LWP-MediaTypes-6.04.tar.gz
LWP::Protocol::GHTTP undef 6.17 OALDERS/LWP-Protocol-GHTTP-6.17.tar.gz
LWP::Protocol::https 6.06 6.11 OALDERS/LWP-Protocol-https-6.11.tar.gz
List::MoreUtils 0.428 0.430 REHSACK/List-MoreUtils-0.430.tar.gz
MIME::Lite 3.030 3.033 RJBS/MIME-Lite-3.033.tar.gz
MIME::Types 2.11 2.24 MARKOV/MIME-Types-2.24.tar.gz
Mail::DKIM 0.4 1.20230630 MBRADSHAW/Mail-DKIM-1.20230630.tar.gz
Mail::SpamAssassin 3.004006 4.000000 SIDNEY/Mail-SpamAssassin-4.0.0.tar.gz
Math::BigInt 1.999708 1.999839 PJACKLAM/Math-BigInt-1.999839.tar.gz
Mozilla::CA 20150826 20221114 HAARG/Mozilla-CA-20221114.tar.gz
Net::CIDR 0.18 0.21 MRSAM/Net-CIDR-0.21.tar.gz
Net::CIDR::Lite 0.21 0.22 STIGTSP/Net-CIDR-Lite-0.22.tar.gz
Net::DNS 1.04 1.39 NLNETLABS/Net-DNS-1.39.tar.gz
Net::DNS::Resolver::Programmable v0.003 0.009 BIGPRESH/Net-DNS-Resolver-Programmable-0.009.tar.gz
Net::HTTP 6.09 6.23 OALDERS/Net-HTTP-6.23.tar.gz
Net::Server 2.009 2.014 RHANDOM/Net-Server-2.014.tar.gz
SOAP::Lite 1.19 1.27 PHRED/SOAP-Lite-1.27.tar.gz
Task::Weaken 1.04 1.06 ETHER/Task-Weaken-1.06.tar.gz
URI 1.69 5.19 SIMBABQUE/URI-5.19.tar.gz
XML::NamespaceSupport 1.11 1.12 PERIGRIN/XML-NamespaceSupport-1.12.tar.gz
XML::Parser::Lite 0.721 0.722 PHRED/XML-Parser-Lite-0.722.tar.gz
XML::SAX 0.99 1.02 GRANTM/XML-SAX-1.02.tar.gz
XML::SAX::Base 1.08 1.09 GRANTM/XML-SAX-Base-1.09.tar.gz
parent 0.234 0.241 CORION/parent-0.241.tar.gz
Compress::Zlib 2.093 2.205 PMQS/IO-Compress-2.205.tar.gz
Date::Manip::TZ::amyell00 6.90 6.91 SBECK/Date-Manip-6.91.tar.gz
Date::Parse 2.30 2.33 ATOOMIC/TimeDate-2.33.tar.gz
LWP 6.13 6.72 OALDERS/libwww-perl-6.72.tar.gz
MIME::Body 5.507 5.510 DSKOLL/MIME-tools-5.510.tar.gz
Mail::Address 2.14 2.21 MARKOV/MailTools-2.21.tar.gz
Mail::SPF v2.009 v2.9.0 JMEHNLE/mail-spf/Mail-SPF-v2.9.0.tar.gz
Net::DNS::RR::DLV 1339 1528 NLNETLABS/Net-DNS-1.20.tar.gz
Net::LDAP 0.65 0.68 MARSCHAP/perl-ldap-0.68.tar.gz
Types::Serialiser::Error undef 1.01 MLEHMANN/Types-Serialiser-1.01.tar.gz
[...]
Appending installation info to /opt/zimbra/common/lib/perl5/x86_64-linux/perllocal.pod
MLEHMANN/Types-Serialiser-1.01.tar.gz
/usr/bin/make install -- OK
URI::Escape is up to date (5.19).
URI::Heuristic is up to date (5.19).
URI::IRI is up to date (5.19).
URI::QueryParam is up to date (5.19).
URI::Split is up to date (5.19).
URI::URL is up to date (5.19).
URI::WithBase is up to date (5.19).
URI::data is up to date (5.19).
URI::file is up to date (5.19).
URI::file::Base is up to date (5.19).
URI::file::FAT is up to date (5.19).
URI::file::Mac is up to date (5.19).
URI::file::OS2 is up to date (5.19).
URI::file::QNX is up to date (5.19).
URI::file::Unix is up to date (5.19).
URI::file::Win32 is up to date (5.19).
URI::ftp is up to date (5.19).
URI::gopher is up to date (5.19).
URI::http is up to date (5.19).
URI::https is up to date (5.19).
URI::ldap is up to date (5.19).
URI::ldapi is up to date (5.19).
URI::ldaps is up to date (5.19).
URI::mailto is up to date (5.19).
URI::mms is up to date (5.19).
URI::news is up to date (5.19).
URI::nntp is up to date (5.19).
URI::pop is up to date (5.19).
URI::rlogin is up to date (5.19).
URI::rsync is up to date (5.19).
URI::rtsp is up to date (5.19).
URI::rtspu is up to date (5.19).
URI::sftp is up to date (5.19).
URI::sip is up to date (5.19).
URI::sips is up to date (5.19).
URI::snews is up to date (5.19).
URI::ssh is up to date (5.19).
URI::telnet is up to date (5.19).
URI::tn3270 is up to date (5.19).
URI::urn is up to date (5.19).
URI::urn::isbn is up to date (5.19).
URI::urn::oid is up to date (5.19).
XML::SAX::Exception is up to date (1.09).
XML::SAX::ParserFactory is up to date (1.02).
XML::SAX::PurePerl is up to date (1.02).
zimbra@mail:~$
# ----------------------------------------
zimbra@mail:~$ cpan -i IO::Socket::SSL
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/opt/zimbra/.cpan/Metadata'
Database was generated on Thu, 20 Jul 2023 14:17:02 GMT
IO::Socket::SSL is up to date (2.083).
zimbra@mail:~$
Got a search request on Apache - quit searching.
Infos :
Code: Select all
zimbra@mail:~$ perl -MCPAN -e 'upgrade'
[...]
Running install for module 'Apache'
Fetching with LWP:
https://cpan.org/authors/id/G/GO/GOZER/mod_perl-1.31.tar.gz
Fetching with LWP:
https://cpan.org/authors/id/G/GO/GOZER/CHECKSUMS
Checksum for /opt/zimbra/.cpan/sources/authors/id/G/GO/GOZER/mod_perl-1.31.tar.gz ok
Configuring G/GO/GOZER/mod_perl-1.31.tar.gz with Makefile.PL
Enter `q' to stop search
Please tell me where I can find your apache src
[../apache_x.x/src]
Can't stat `../apache_x.x/src'
Please tell me where I can find your apache src
[../apache_x.x/src] q
[...]
# -------------------------
zimbra@mail:~$ find /opt/zimbra/ -name apache -print
/opt/zimbra/jetty_base/work/zimbra/jsp/org/apache
/opt/zimbra/.cpan/build/File-Listing-6.16-0/maint/apache
zimbra@mail:~$ ls /opt/zimbra/jetty_base/work/zimbra/jsp/org/apache/
jsp
zimbra@mail:~$ ls /opt/zimbra/jetty_base/work/zimbra/jsp/org/apache/jsp/
h public_ tag
zimbra@mail:~$ ls /opt/zimbra/jetty_base/work/zimbra/jsp/org/apache/jsp/public_/
Boot_jsp.class Offline_jsp.java TwoFactorSetup_jsp.class addressVerification_jsp.java extuserprov_jsp.class insecureResponse_jsp.java loadImgData_jsp.class modern_jsp.java 'secureRequest_jsp$WrappedRequest.class' setResourceBundle_jsp.java
Boot_jsp.java PasswordRecovery_jsp.class TwoFactorSetup_jsp.java authorize_jsp.class extuserprov_jsp.java launchNewWindow_jsp.class loadImgData_jsp.java pre_002dcache_jsp.class 'secureRequest_jsp$WrappedResponse.class'
Docs_jsp.class PasswordRecovery_jsp.java access_jsp.class authorize_jsp.java hostedlogin_jsp.class launchNewWindow_jsp.java login_jsp.class pre_002dcache_jsp.java secureRequest_jsp.class
Docs_jsp.java Resources_jsp.class access_jsp.java error_jsp.class hostedlogin_jsp.java launchZCS_jsp.class login_jsp.java 'secureRequest_jsp$WrappedInputStream.class' secureRequest_jsp.java
Offline_jsp.class Resources_jsp.java addressVerification_jsp.class error_jsp.java insecureResponse_jsp.class launchZCS_jsp.java modern_jsp.class 'secureRequest_jsp$WrappedOutputStream.class' setResourceBundle_jsp.class
zimbra@mail:~$ ls /opt/zimbra/jetty_base/work/zimbra/jsp/org/apache/jsp/h/
'changepass$Helper.class' imessage.class 'printappointments$Helper.class' printcalendar.class printcalls.java 'printconversations$Helper.class' printmessage.class printtasks.java 'rest$Helper.class' viewimages.class
changepass.class imessage.java printappointments.class printcalendar.java 'printcontacts$Helper.class' printconversations.class printmessage.java 'printvoicemails$Helper.class' rest.class viewimages.java
changepass.java postLoginRedirect.class printappointments.java 'printcalls$Helper.class' printcontacts.class printconversations.java 'printtasks$Helper.class' printvoicemails.class rest.java
'imessage$Helper.class' postLoginRedirect.java 'printcalendar$Helper.class' printcalls.class printcontacts.java 'printmessage$Helper.class' printtasks.class printvoicemails.java 'viewimages$Helper.class'
zimbra@mail:~$
And most important -- still the same error.
Code: Select all
zimbra@mail:~$ zmcontrol -v
Socket.c: loadable library and perl binaries are mismatched (got first handshake key 0xcd00080, needed 0xe600000)
Greets.