<?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: lynx doesn't work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802050#M941997</link>
    <description>There isn't any libncurses.sl file on my machine.&lt;BR /&gt;I've already installed ncurses 5.2.&lt;BR /&gt;I've yet removed and re-installed ncurses without any changes!&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Sep 2002 07:48:11 GMT</pubDate>
    <dc:creator>Mauro Gatti</dc:creator>
    <dc:date>2002-09-09T07:48:11Z</dc:date>
    <item>
      <title>lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802044#M941991</link>
      <description>I've installed lynx package:&lt;BR /&gt;&lt;BR /&gt;lynx                          2.8.4          lynx downloaded from &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but when i try to run it I get this error:&lt;BR /&gt;&lt;BR /&gt;gemini# /usr/local/bin/lynx&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libncurses.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;I've installed also&lt;BR /&gt;ncurses                       5.2            ncurses &lt;BR /&gt;&lt;BR /&gt;Do You know why?&lt;BR /&gt;How could I solve my this problem?&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Sep 2002 06:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802044#M941991</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2002-09-09T06:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802045#M941992</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;which version of HP-UX you are using? And which precompiled versions of lynx and ncurses you have downloaded?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Dirk</description>
      <pubDate>Mon, 09 Sep 2002 06:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802045#M941992</guid>
      <dc:creator>Dirk Wiedemann</dc:creator>
      <dc:date>2002-09-09T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802046#M941993</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;please check the following: &lt;BR /&gt;in ncurses 5.2 for HP-UX 10.20 the lbncurses shared library is named libncurses.so and stays afaik in directory /opt/ncurses/lib/.&lt;BR /&gt;In the version for HP-UX 11.0 it's called libncurses.sl in directory /usr/local/lib/libncurses.sl&lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;Dirk</description>
      <pubDate>Mon, 09 Sep 2002 07:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802046#M941993</guid>
      <dc:creator>Dirk Wiedemann</dc:creator>
      <dc:date>2002-09-09T07:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802047#M941994</link>
      <description>I'm using HP-UX 11.11&lt;BR /&gt;and I've installed precompilated packages for HP-UX 11.00 PA-RISC Binary Depot (gzipped)&lt;BR /&gt;&lt;BR /&gt;gemini# ls /usr/local/lib/libncurses.sl &lt;BR /&gt;/usr/local/lib/libncurses.sl not found&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Sep 2002 07:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802047#M941994</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2002-09-09T07:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802048#M941995</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;First make sure you have libncurses.sl in /usr/local/lib. If the library exist Then type this:&lt;BR /&gt;&lt;BR /&gt;export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;export LIBRARY_PATH=/usr/local/lib:$LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;Let me know if that doesn't fix the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;  __Mehdi</description>
      <pubDate>Mon, 09 Sep 2002 07:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802048#M941995</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2002-09-09T07:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802049#M941996</link>
      <description>Then you need to install ncurses.&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/ncurses-5.2" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/ncurses-5.2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  __Mehdi</description>
      <pubDate>Mon, 09 Sep 2002 07:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802049#M941996</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2002-09-09T07:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802050#M941997</link>
      <description>There isn't any libncurses.sl file on my machine.&lt;BR /&gt;I've already installed ncurses 5.2.&lt;BR /&gt;I've yet removed and re-installed ncurses without any changes!&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Sep 2002 07:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802050#M941997</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2002-09-09T07:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802051#M941998</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I 've just removed and re-installed  nucurses on my system and the libraries are in /usr/local/lib.&lt;BR /&gt;&lt;BR /&gt;When did you download the depot file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where did you get ncurses? did you use depot file from HPUX Archive Center (hpux.connect.org.uk)?&lt;BR /&gt;&lt;BR /&gt;What do you get when you type  "swlist | grep ncurses"?&lt;BR /&gt;&lt;BR /&gt;Did you get any error from swinstall during the installation?&lt;BR /&gt;&lt;BR /&gt;Is there any header file in /usr/local/include/ncurses ?&lt;BR /&gt;&lt;BR /&gt; Answer to the above questions will help me to establish where the problem comes from.&lt;BR /&gt;&lt;BR /&gt;__Mehdi&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Sep 2002 08:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802051#M941998</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2002-09-09T08:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802052#M941999</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;okay, i've just downloaded ncurses 5.2 as 11.0 binary and installed it on a HP-UX 11.0 system.&lt;BR /&gt;/usr/local/lib/libncurses.sl exists.&lt;BR /&gt;I suggest you should download the ncurses binary once more and perform a new installation with the new depot. If problem persists check your swinstall-logs.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Dirk</description>
      <pubDate>Mon, 09 Sep 2002 08:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802052#M941999</guid>
      <dc:creator>Dirk Wiedemann</dc:creator>
      <dc:date>2002-09-09T08:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: lynx doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802053#M942000</link>
      <description>It's OK!&lt;BR /&gt;I've RE-removed ncurses, and RE-reinstalled it and this time the file previous missing was in correct place!&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2002 05:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lynx-doesn-t-work/m-p/2802053#M942000</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2002-09-10T05:26:01Z</dc:date>
    </item>
  </channel>
</rss>

