<?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: Using Expect on HP-UX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892248#M99230</link>
    <description>I think you install 11.23 binaries on a 11.11 system.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Fri, 03 Nov 2006 15:20:27 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2006-11-03T15:20:27Z</dc:date>
    <item>
      <title>Using Expect on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892245#M99227</link>
      <description>I'm trying to do some testing of expect and getting some library errors. I downloaded the compiled depots of Expect and TCL from hpux.cs.utah.edu. I'm using a PA-RISC machine and get this error:&lt;BR /&gt;#./expect&lt;BR /&gt;/usr/lib/dld.sl: Bad system id for shared library: /usr/local/lib/libtcl.sl&lt;BR /&gt;/usr/lib/dld.sl: Exec format error&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;But the library is there. Any ideas. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2006 14:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892245#M99227</guid>
      <dc:creator>Steve Mowl</dc:creator>
      <dc:date>2006-11-03T14:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Expect on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892246#M99228</link>
      <description>Did you install an Itanium version of the library by mistake? &lt;BR /&gt;&lt;BR /&gt;(I recently discovered that it is possible to install at least some of hpux.cs.utah.edu's Itanium software packages on a PA-RISC host.)</description>
      <pubDate>Fri, 03 Nov 2006 15:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892246#M99228</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-11-03T15:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Expect on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892247#M99229</link>
      <description>Do you have all the Expect run time dependencies?&lt;BR /&gt;&lt;BR /&gt;Run-time dependencies: pth tcltk libgcc gettext libiconv make  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Tcl/expect-5.43/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Tcl/expect-5.43/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2006 15:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892247#M99229</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-11-03T15:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Expect on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892248#M99230</link>
      <description>I think you install 11.23 binaries on a 11.11 system.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 03 Nov 2006 15:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892248#M99230</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-11-03T15:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using Expect on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892249#M99231</link>
      <description>I just tested 11.23 binaries on an 11.11 system - almost same results:&lt;BR /&gt;&lt;BR /&gt;# expect&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: strtoll (plabel)  from /usr/local/lib/libtcl.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: strtoull (plabel)  from /usr/local/lib/libtcl.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved module for symbol: Tcl_ScanObjCmd (plabel)  from /usr/local/lib/libtcl.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved module for symbol: Tcl_CreateInterp (code)  from expect&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;swremove expect&lt;BR /&gt;swremove tcltk&lt;BR /&gt;&lt;BR /&gt;(I bundled my expect and tcl in one depot)&lt;BR /&gt;&lt;BR /&gt;swinstall -s svr1005:/var/software/HP/expect-5.43-hppa-11.11 \* @`uname -n`&lt;BR /&gt;&lt;BR /&gt;# expect&lt;BR /&gt;expect1.1&amp;gt; exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 03 Nov 2006 15:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-expect-on-hp-ux/m-p/3892249#M99231</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-11-03T15:27:11Z</dc:date>
    </item>
  </channel>
</rss>

