<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Perl API error on freebsd in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63950#M1139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the following options status and if its "off" you can turn it on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"options httpd.admin.hostsequiv.enable on"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2011 17:19:56 GMT</pubDate>
    <dc:creator>robinpeter</dc:creator>
    <dc:date>2011-08-01T17:19:56Z</dc:date>
    <item>
      <title>Perl API error on freebsd</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63939#M1136</link>
      <description>&lt;P&gt;Running apitest.pl on FreeBSD 8.2 and get error "Zapi::invoke cannot connect to the socket"&lt;/P&gt;
&lt;P&gt;the same with other test scripts&lt;/P&gt;
&lt;P&gt;Perl: 5.10.1&lt;/P&gt;
&lt;P&gt;SDK: 3.5.1&lt;/P&gt;
&lt;P&gt;Ontap: 7.3.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything works fine on Suse with Perl 5.8.2&lt;/P&gt;
&lt;P&gt;and on Windows with ActivePerl&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone can help?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:56:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63939#M1136</guid>
      <dc:creator>giprosvyaz</dc:creator>
      <dc:date>2025-06-05T06:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Perl API error on freebsd</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63941#M1137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to ping ONTAP from the FreeBSD machine ? Ensure that the default port 80  used by apitest utility over HTTP  is enabled from the Firewall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 13:23:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63941#M1137</guid>
      <dc:creator>rkiran</dc:creator>
      <dc:date>2011-04-12T13:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Perl API error on freebsd</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63945#M1138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ping is ok and port is open&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 04:55:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63945#M1138</guid>
      <dc:creator>giprosvyaz</dc:creator>
      <dc:date>2011-04-13T04:55:59Z</dc:date>
    </item>
    <item>
      <title>Perl API error on freebsd</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63950#M1139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the following options status and if its "off" you can turn it on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"options httpd.admin.hostsequiv.enable on"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 17:19:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63950#M1139</guid>
      <dc:creator>robinpeter</dc:creator>
      <dc:date>2011-08-01T17:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Perl API error on freebsd</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63953#M1140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran into the same issue so I ended up ripping out most of the code in invoke_elem() and replacing it with a call to HTTP::Request-&amp;gt;new()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patch can be found at &lt;A href="https://gist.github.com/3341862" title="https://gist.github.com/3341862" target="_blank"&gt;https://gist.github.com/3341862&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 15:32:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Perl-API-error-on-freebsd/m-p/63953#M1140</guid>
      <dc:creator>stevenkreuzer</dc:creator>
      <dc:date>2012-08-13T15:32:08Z</dc:date>
    </item>
  </channel>
</rss>

