View Single Post
  #7 (permalink)  
Old 12-21-2007, 10:42 AM
uxbod uxbod is offline
Moderator
 
Posts: 5,806
Default

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
__________________
SplatNIX IT Services :: Innovation through Collaboration™


http://www.messagefortress.com
Reply With Quote