>Then again I know in at least 1 case that ASSP is using outdated Perl modules, >such as IO::Socket::INET6. The regular internal IO::Socket::IP, > https://www.perl.org/about/whitepapers/perl-ipv6.html
1. ASSP V2 can run on Perl 5.10 and is supported on Perl 5.12. - the whitepaper talks about Perl 5.14 2. IO::Socket::IP is a "do not think about IP" module - it misses several control mechanism required by assp 3. IO::Socket::INET , IO::Socket::INET6 and IO::Socket::IP are simple PP-wrappers for IO, IO::Handle, Socket, Socket6 - it does'nt matter for the native socket operations which one is used - but it makes a big difference, if you want to have full control to all socket operations >I am not that familiar with perl. ???? >Clearly others and myself are having strange issues that likely stem from Perl Tell me more about the strange issues. Thomas Von: "William L. Thomson Jr." <[email protected]> An: [email protected] Datum: 22.06.2015 19:34 Betreff: Re: [Assp-user] Unable to log into web admin interface After a few more perl updates, and re-installing/compiling perl and all modules. I was able to log in again. It seems perl and perl modules QA has gone down the drain or something. I have never seen as many issues before. Which I blame on perl more than ASSP code. While ASSP code might not be the best. Clearly others and myself are having strange issues that likely stem from Perl Then again I know in at least 1 case that ASSP is using outdated Perl modules, such as IO::Socket::INET6. The regular internal IO::Socket::IP, https://www.perl.org/about/whitepapers/perl-ipv6.html There could be other outdated modules as well, not sure. I am not that familiar with perl. -- William L. Thomson Jr. Obsidian-Studios, Inc. http://www.obsidian-studios.com ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user DISCLAIMER: ******************************************************* This email and any files transmitted with it may be confidential, legally privileged and protected in law and are intended solely for the use of the individual to whom it is addressed. This email was multiple times scanned for viruses. There should be no known virus in this email! ******************************************************* ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
