Thread IO-Socket-SSL lädt nicht auf Grund von Scalar-Util (10 answers)
Opened by GwenDragon at 2010-09-30 14:42

GwenDragon
 2010-09-30 14:42
#141588 #141588
User since
2005-01-17
14607 Artikel
Admin1
[Homepage]
user image
Das Einbinden von IO::Socket::SSL klappt nicht, obwohl das Paket korrekt installiert ist.
Rätselhaft.

Das System ist ein Linux CentOS 5 (x64) mit Perl 5.8.8 mit dem RHEL-Paket perl 4:5.8.8-32.el5_5.2

[root@l ~]# perl -MIO::Socket::SSL
dualvar is only available with the XS version of Scalar::Util at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 38
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 38.
Compilation failed in require.
BEGIN failed--compilation aborted.
[root@l ~]#


Weiter getestet:

[root@l ~]# perl -MScalar::Util -e"use Scalar::Util qw(dualvar);"
dualvar is only available with the XS version of Scalar::Util at -e line 1
BEGIN failed--compilation aborted at -e line 1.
[root@l ~]#


Dabei ist Scalar::Util doch im Core drin.

Seltsamerweise ist nur Scalar/Util/PP.pm zu finden.
Gehört das XS-Modul nicht zum Core?

View full thread IO-Socket-SSL lädt nicht auf Grund von Scalar-Util