Title: [opsview-perl] [742] Removed Socket modules from building, as causing issues with import_runtime
Revision
742
Author
tvoon
Date
2012-09-28 13:40:48 +0100 (Fri, 28 Sep 2012)

Log Message

Removed Socket modules from building, as causing issues with import_runtime

Modified Paths

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2012-09-28 09:45:24 UTC (rev 741)
+++ trunk/CHANGES	2012-09-28 12:40:48 UTC (rev 742)
@@ -4,7 +4,7 @@
         DBIx::Class::DynamicDefault
         DBIx::Class::TimeStamp
         DBICx::TestDatabase
-    Possible fix for SSL hanging problem on SLES11, including Socket, Socket6, IO::Socket::INET6
+    #REMOVED FOR MOMENT: Possible fix for SSL hanging problem on SLES11, including Socket, Socket6, IO::Socket::INET6
 
 4.1.0
     Updated all modules to July 2012

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2012-09-28 09:45:24 UTC (rev 741)
+++ trunk/Makefile	2012-09-28 12:40:48 UTC (rev 742)
@@ -355,10 +355,12 @@
 PERL_MODULES += MooseX::Aliases
 PERL_MODULES += Email::Date::Format
 PERL_MODULES += Statistics::Lite
-PERL_MODULES += Socket
+# Changes below did not fix SLES, and have caused issues with
+# import_runtime, so backing all this out
+#PERL_MODULES += Socket
 # Think below is required because SLES11 ships with an old version of Socket6
-PERL_MODULES += Socket6
-PERL_MODULES += IO::Socket::INET6
+#PERL_MODULES += Socket6
+#PERL_MODULES += IO::Socket::INET6
 PERL_MODULES += Net::SSLeay
 PERL_MODULES += IO::Socket::SSL
 PERL_MODULES += Convert::ASN1

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to