<?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 Re: http needed for tcl/tk usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/http-needed-for-tcl-tk-usage/m-p/3371468#M195697</link>
    <description>Actually doing some more searching it appears that "http 2.2" is a client-side library, enabling tcl scripts to perform client-side http functions.&lt;BR /&gt;&lt;BR /&gt;The manual page below suggests that it is included as part of tcl 8.2.3.  Perhaps you need at least this version?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tcl.tk/man/tcl8.2.3/TclCmd/http.htm" target="_blank"&gt;http://www.tcl.tk/man/tcl8.2.3/TclCmd/http.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Looking at the next oldest release, 8.0, it only includes "http 2.0"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tcl.tk/man/tcl8.0/TclCmd/http.htm" target="_blank"&gt;http://www.tcl.tk/man/tcl8.0/TclCmd/http.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So I'm now fairly sure that you'll need tcl 8.2.3 or above.&lt;BR /&gt;&lt;BR /&gt;8.4.6 is available from the HP porting archive so I'd suggest you install this on a test box and see how you fair: -&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Tcl/tcltk-8.4.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Tcl/tcltk-8.4.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it's useful,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Simon</description>
    <pubDate>Fri, 03 Sep 2004 03:46:21 GMT</pubDate>
    <dc:creator>Simon Hargrave</dc:creator>
    <dc:date>2004-09-03T03:46:21Z</dc:date>
    <item>
      <title>http needed for tcl/tk usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-needed-for-tcl-tk-usage/m-p/3371465#M195694</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I am searching for http2.2 because I need this as a package in a samll tcl script. Can anybody give me a hint where to search.&lt;BR /&gt;&lt;BR /&gt;Thanks and BR,&lt;BR /&gt;&lt;BR /&gt;Oliver</description>
      <pubDate>Fri, 03 Sep 2004 03:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-needed-for-tcl-tk-usage/m-p/3371465#M195694</guid>
      <dc:creator>Oliver Schmitz</dc:creator>
      <dc:date>2004-09-03T03:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: http needed for tcl/tk usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-needed-for-tcl-tk-usage/m-p/3371466#M195695</link>
      <description>From what I can see, http2.2 is a MacOS http server, you'll not be getting that for HPUX.&lt;BR /&gt;&lt;BR /&gt;If you want a http server (eg Apache), version 1 comes with HPUX 11i, or you can download version 2 here: -&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache2-2.0.35/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache2-2.0.35/&lt;/A&gt;</description>
      <pubDate>Fri, 03 Sep 2004 03:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-needed-for-tcl-tk-usage/m-p/3371466#M195695</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-09-03T03:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: http needed for tcl/tk usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-needed-for-tcl-tk-usage/m-p/3371467#M195696</link>
      <description>I need http as the plain protokoll like a brwoser uses it. Is it implemented from the beginning and I just do not find it or do I have to install it?&lt;BR /&gt;&lt;BR /&gt;Thanks, Oliver&lt;BR /&gt;&lt;BR /&gt;I have the line test_signal='http.//any_domain' in my tcl script to check for some free properties.</description>
      <pubDate>Fri, 03 Sep 2004 03:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-needed-for-tcl-tk-usage/m-p/3371467#M195696</guid>
      <dc:creator>Oliver Schmitz</dc:creator>
      <dc:date>2004-09-03T03:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: http needed for tcl/tk usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-needed-for-tcl-tk-usage/m-p/3371468#M195697</link>
      <description>Actually doing some more searching it appears that "http 2.2" is a client-side library, enabling tcl scripts to perform client-side http functions.&lt;BR /&gt;&lt;BR /&gt;The manual page below suggests that it is included as part of tcl 8.2.3.  Perhaps you need at least this version?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tcl.tk/man/tcl8.2.3/TclCmd/http.htm" target="_blank"&gt;http://www.tcl.tk/man/tcl8.2.3/TclCmd/http.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Looking at the next oldest release, 8.0, it only includes "http 2.0"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tcl.tk/man/tcl8.0/TclCmd/http.htm" target="_blank"&gt;http://www.tcl.tk/man/tcl8.0/TclCmd/http.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So I'm now fairly sure that you'll need tcl 8.2.3 or above.&lt;BR /&gt;&lt;BR /&gt;8.4.6 is available from the HP porting archive so I'd suggest you install this on a test box and see how you fair: -&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Tcl/tcltk-8.4.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Tcl/tcltk-8.4.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it's useful,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Simon</description>
      <pubDate>Fri, 03 Sep 2004 03:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-needed-for-tcl-tk-usage/m-p/3371468#M195697</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-09-03T03:46:21Z</dc:date>
    </item>
  </channel>
</rss>

