<?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: Cannot start expect in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926453#M762065</link>
    <description># file /usr/obam/lib/libtcl.sl&lt;BR /&gt;/usr/obam/lib/libtcl.sl:        PA-RISC1.1 shared library&lt;BR /&gt;&lt;BR /&gt;why the lib do not installing well when I install the package tcltk-8.4.14-ia64-11.23.depot.gz?? &lt;BR /&gt;&lt;BR /&gt;I downloaded the tcl8.4.12 source from &lt;A href="http://www.tcl.tk/software/tcltk/downloadnow84.html" target="_blank"&gt;http://www.tcl.tk/software/tcltk/downloadnow84.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;I have copied manually the file libtcl.sl to /usr/local/lib/hpux32/libtcl.sl&lt;BR /&gt;Now the expect works well.</description>
    <pubDate>Wed, 17 Jan 2007 06:13:25 GMT</pubDate>
    <dc:creator>Recluso</dc:creator>
    <dc:date>2007-01-17T06:13:25Z</dc:date>
    <item>
      <title>Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926443#M762055</link>
      <description>System: HP-UX 11.23 (itanium)&lt;BR /&gt;&lt;BR /&gt;Error: &lt;BR /&gt;&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unable to find library 'libtcl.sl'.&lt;BR /&gt;Killed&lt;BR /&gt;&lt;BR /&gt;Runtime dependency depots for expect installed: pth, tcltk, libgcc, gettext, libiconv and make.&lt;BR /&gt;(installed of &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.43/)" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.43/)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Which is the problem?&lt;BR /&gt;I need help pls.</description>
      <pubDate>Mon, 15 Jan 2007 10:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926443#M762055</guid>
      <dc:creator>Recluso</dc:creator>
      <dc:date>2007-01-15T10:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926444#M762056</link>
      <description>Run the ndd command against the expect executable to list all the dependent libraries. You may need to set SHLIB_PATH to point to the libraries location.&lt;BR /&gt;&lt;BR /&gt;It is also possible that you installed a PA-RISC version of one of the libraries.</description>
      <pubDate>Mon, 15 Jan 2007 10:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926444#M762056</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-15T10:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926445#M762057</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think A. Clay meant 'ldd' instead of 'ndd'.  Based on filename alone, I'd say the problem is in the tcltk package.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 15 Jan 2007 10:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926445#M762057</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-01-15T10:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926446#M762058</link>
      <description>`ldd expect`&lt;BR /&gt;&lt;BR /&gt;Result:&lt;BR /&gt;&lt;BR /&gt;libexpect.sl =&amp;gt;     &lt;BR /&gt;             /usr/local/lib/hpux32/libexpect.sl&lt;BR /&gt;Unable to find library 'libtcl.sl'&lt;BR /&gt;&lt;BR /&gt;`find / -name libtcl.sl' &lt;BR /&gt;&lt;BR /&gt;Result:&lt;BR /&gt;&lt;BR /&gt;/usr/obam/lib/libtcl.sl&lt;BR /&gt;&lt;BR /&gt;Version remove and reinstalled of &lt;BR /&gt;tcltk-8.4.14-ia64-11.23.depot.gz&lt;BR /&gt;&lt;BR /&gt;Run expect:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unable to find library 'libtcl.sl'.&lt;BR /&gt;Killed&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jan 2007 11:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926446#M762058</guid>
      <dc:creator>Recluso</dc:creator>
      <dc:date>2007-01-15T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926447#M762059</link>
      <description>Add /usr/lib/obam to your SHLIB_PATH something like:&lt;BR /&gt; SHLIB_PATH=/usr/lib:/usr/local/lib:/usr/lib/obam&lt;BR /&gt;export SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;or if you already have SHLIB_PATH set then augment it thusly:&lt;BR /&gt;export SHLIB_PATH=${SHLIB_PATH}:/usr/lib/obam&lt;BR /&gt;&lt;BR /&gt;before you execute expect. You could add the export to your .profile.</description>
      <pubDate>Mon, 15 Jan 2007 13:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926447#M762059</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-15T13:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926448#M762060</link>
      <description>[/usr/lib]&amp;gt;$ export SHLIB_PATH=/usr/lib:/usr/local/lib:/usr/lib/obam&lt;BR /&gt;[/usr/lib]&amp;gt;$ expect&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unable to find library 'libtcl.sl'.&lt;BR /&gt;Killed&lt;BR /&gt;[/usr/lib]&amp;gt;$ echo $SHLIB_PATH&lt;BR /&gt;/usr/lib:/usr/local/lib:/usr/lib/obam&lt;BR /&gt;[/usr/lib]&amp;gt;$ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm desesperate.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Tue, 16 Jan 2007 03:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926448#M762060</guid>
      <dc:creator>Recluso</dc:creator>
      <dc:date>2007-01-16T03:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926449#M762061</link>
      <description>I noticed that the result of your find says that the TCL library is in /usr/obam/lib, rather than the /usr/lib/obam you have in your SHLIB_PATH...&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Tue, 16 Jan 2007 04:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926449#M762061</guid>
      <dc:creator>Andrew C Fieldsend</dc:creator>
      <dc:date>2007-01-16T04:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926450#M762062</link>
      <description>It has been a mistake...&lt;BR /&gt;&lt;BR /&gt;It continues without working:&lt;BR /&gt;&lt;BR /&gt;[/usr/local/bin]&amp;gt;$ export  SHLIB_PATH=/usr/lib:/usr/local/lib:/usr/obam/lib&lt;BR /&gt;&lt;BR /&gt;[/usr/local/bin]&amp;gt;$ echo $SHLIB_PATH&lt;BR /&gt;/usr/lib:/usr/local/lib:/usr/obam/lib&lt;BR /&gt;&lt;BR /&gt;[/usr/local/bin]&amp;gt;$ expect&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unable to find library 'libtcl.sl'.&lt;BR /&gt;Killed</description>
      <pubDate>Tue, 16 Jan 2007 05:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926450#M762062</guid>
      <dc:creator>Recluso</dc:creator>
      <dc:date>2007-01-16T05:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926451#M762063</link>
      <description>&lt;!--!*#--&gt;On IPF you should really suffix your shlibs with .so.&lt;BR /&gt;&lt;BR /&gt;This may be the problem.  Can you do:&lt;BR /&gt;   file /usr/obam/lib/libtcl.sl&lt;BR /&gt;&lt;BR /&gt;As Clay says, this may be a PA lib and not IPF.&lt;BR /&gt;&lt;BR /&gt;Also, IPF libs are typically in in lib/hpux32 or lib/hpux64 and not directly in lib/.</description>
      <pubDate>Wed, 17 Jan 2007 05:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926451#M762063</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-01-17T05:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926452#M762064</link>
      <description>I aslo checked the dynamic linker search rules, and it's possible that expect has been built to ignore SHLIB_PATH for security reasons. To check this, temporarily copy libtcl.sl into /usr/lib/hpux32 and try to run expect. If it runs, the problem is in the way expect was built.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 17 Jan 2007 05:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926452#M762064</guid>
      <dc:creator>Andrew C Fieldsend</dc:creator>
      <dc:date>2007-01-17T05:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926453#M762065</link>
      <description># file /usr/obam/lib/libtcl.sl&lt;BR /&gt;/usr/obam/lib/libtcl.sl:        PA-RISC1.1 shared library&lt;BR /&gt;&lt;BR /&gt;why the lib do not installing well when I install the package tcltk-8.4.14-ia64-11.23.depot.gz?? &lt;BR /&gt;&lt;BR /&gt;I downloaded the tcl8.4.12 source from &lt;A href="http://www.tcl.tk/software/tcltk/downloadnow84.html" target="_blank"&gt;http://www.tcl.tk/software/tcltk/downloadnow84.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;I have copied manually the file libtcl.sl to /usr/local/lib/hpux32/libtcl.sl&lt;BR /&gt;Now the expect works well.</description>
      <pubDate>Wed, 17 Jan 2007 06:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926453#M762065</guid>
      <dc:creator>Recluso</dc:creator>
      <dc:date>2007-01-17T06:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926454#M762066</link>
      <description>&amp;gt;# file /usr/obam/lib/libtcl.sl&lt;BR /&gt;/usr/obam/lib/libtcl.sl: PA-RISC1.1 shared library&lt;BR /&gt;&lt;BR /&gt;This is a PA lib.  As Clay and I said, you need an IPF version of that lib&lt;BR /&gt;&lt;BR /&gt;&amp;gt;why the lib do not installing well when I install the package tcltk-8.4.14-ia64-11.23.depot.gz??&lt;BR /&gt;&lt;BR /&gt;Did it put the library where you didn't expect it?&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 15:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926454#M762066</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-01-17T15:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926455#M762067</link>
      <description>When i install de package tcltk-8.4.14-ia64-11.23.depot.gz don't create any lib in the system. &lt;BR /&gt;&lt;BR /&gt;I execute the command find and the only lib that it finds is /usr/obam/lib/libtcl.sl, that is a file PA-RISC and don't work with the program "Expect"&lt;BR /&gt;&lt;BR /&gt;I downloaded the tcl8.4.12 source from &lt;A href="http://www.tcl.tk/software/tcltk/downloadnow84.html" target="_blank"&gt;http://www.tcl.tk/software/tcltk/downloadnow84.html&lt;/A&gt; and i  have unziped the package and i have put the library where expect it.</description>
      <pubDate>Thu, 18 Jan 2007 04:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926455#M762067</guid>
      <dc:creator>Recluso</dc:creator>
      <dc:date>2007-01-18T04:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926456#M762068</link>
      <description>&amp;gt;When i install de package tcltk-8.4.14-ia64-11.23.depot.gz don't create any lib in the system. &lt;BR /&gt;&lt;BR /&gt;I don't see why it wouldn't.  I just downloaded:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/cgi-bin/redirect?hpux/Tcl/tcltk-8.4.14/tcltk-8.4.14-ia64-11.23.depot.gz" target="_blank"&gt;http://hpux.connect.org.uk/hppd/cgi-bin/redirect?hpux/Tcl/tcltk-8.4.14/tcltk-8.4.14-ia64-11.23.depot.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;gunzipping and using swlist shows:&lt;BR /&gt;$ /usr/sbin/swlist -l file -s $PWD/tcltk-8.4.14-ia64-11.23.depot | fgrep libtc&lt;BR /&gt;  tcltk.tcltk-RUN: /usr/local/lib/hpux32/libtcl.so&lt;BR /&gt;  tcltk.tcltk-RUN: /usr/local/lib/hpux32/libtclstub.a&lt;BR /&gt;&lt;BR /&gt;So if you install tcltk.tcltk-RUN, you should have those libs.</description>
      <pubDate>Thu, 18 Jan 2007 04:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926456#M762068</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-01-18T04:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start expect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926457#M762069</link>
      <description>A light dawns! In the original question, you say that you installed expect from the HPUX porting centre, which is built with GCC, and requires that its dependencies were also built in the same way. I assume that the HP-supplied packages will have been built with HP's aCC compiler, hence the mismatch.&lt;BR /&gt;&lt;BR /&gt;This might also explain the .so vs. .sl mismatch.&lt;BR /&gt;&lt;BR /&gt;You need to install all of the package dependencies from the porting centre, or use the HP versions instead.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Thu, 18 Jan 2007 05:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-expect/m-p/3926457#M762069</guid>
      <dc:creator>Andrew C Fieldsend</dc:creator>
      <dc:date>2007-01-18T05:09:55Z</dc:date>
    </item>
  </channel>
</rss>

