View Single Post
  #14 (permalink)  
Old 12-22-2007, 02:04 PM
SpEnTBoY SpEnTBoY is offline
Advanced Member
 
Posts: 215
Default

Quote:
Originally Posted by uxbod View Post
Argggh still failing with :-

Updating from 5.0.0_RC3
5 is only avaliable with the XS version at /opt/zimbra/zimbramon/lib/IO/Socket/SSL.pm line 30
BEGIN failed--compilation aborted at /opt/zimbra/zimbramon/lib/IO/Socket/SSL.pm line 30, <OUTPUT> line 3.
Compilation failed in require at /opt/zimbra/zimbramon/lib/Net/LDAP.pm line 970, <OUTPUT> line 3.

and that bit of code is :-

Code:
# non-XS Versions of Scalar::Util will fail
BEGIN{
    eval { use Scalar::Util 'dualvar'; dualvar(0,'') };
    die "You need the XS Version of Scalar::Util for dualvar() support"
        if $@;
}
How can I overcome this problem; any ideas ? I am sure others on RHEL4 will get the same problem when upgrading Perl. This is a real PIA
THis is what I'm seeing right now too:

Code:
prov> prov> 5 is only avaliable with the XS version at /opt/zimbra/zimbramon/lib/IO/Socket/SSL.pm line 30
BEGIN failed--compilation aborted at /opt/zimbra/zimbramon/lib/IO/Socket/SSL.pm line 30, <DBCONFIG> line 16.
Compilation failed in require at /opt/zimbra/zimbramon/lib/Net/LDAP.pm line 970, <DBCONFIG> line 16.
Not sure whats going on but it looks like I have to try a recovery
Reply With Quote