<?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: path for vim in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892766#M819635</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I tried the following:&lt;BR /&gt;&lt;BR /&gt;1) echo $SHLIB_PATH (nothing in returned)&lt;BR /&gt;&lt;BR /&gt;2) export SHLIB_PATH=/usr/local/lib&lt;BR /&gt;&lt;BR /&gt;3) vim (same error as before)&lt;BR /&gt;&lt;BR /&gt;4) chart vim&lt;BR /&gt;chatr(warning): dl_header_ext.size != sizeof(dl_header_ext). Please update your version of the linker. &lt;BR /&gt;vim: &lt;BR /&gt;         shared executable &lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     enabled   first  &lt;BR /&gt;             embedded path  disabled  second Not Defined&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /opt/gtk+/lib/libgtk.sl&lt;BR /&gt;             dynamic   /opt/gtk+/lib/libgdk.sl&lt;BR /&gt;             dynamic   /opt/glib/lib/libgmodule.sl&lt;BR /&gt;             dynamic   /opt/glib/lib/libglib.sl&lt;BR /&gt;             dynamic   /opt/gettext/lib/libintl.sl&lt;BR /&gt;             dynamic   /usr/lib/X11R6/libXext.3&lt;BR /&gt;             dynamic   /usr/lib/libm.2&lt;BR /&gt;             dynamic   /usr/lib/X11R6/libXt.3&lt;BR /&gt;             dynamic   /usr/lib/X11R6/libX11.3&lt;BR /&gt;             dynamic   /usr/lib/libc.2&lt;BR /&gt;         shared library binding:&lt;BR /&gt;             deferred &lt;BR /&gt;         global hash table disabled&lt;BR /&gt;         plabel caching disabled&lt;BR /&gt;         global hash array size:1103&lt;BR /&gt;         global hash array nbuckets:3&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         third quadrant global data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;         nulptr references enabled&lt;BR /&gt;         shared library private mapping disabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any clue from the output of step (4) ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;YC</description>
    <pubDate>Thu, 30 Jan 2003 09:31:05 GMT</pubDate>
    <dc:creator>yc_2</dc:creator>
    <dc:date>2003-01-30T09:31:05Z</dc:date>
    <item>
      <title>path for vim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892762#M819631</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have successfully installed vim and its dependencies (gettext, gtk+ and glib) into HP-UX 11.00. When I tried to used vim, the following message showed:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /opt/gettext/lib/libintl.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 search for libintl.sl and found it located in /usr/local/lib. &lt;BR /&gt;&lt;BR /&gt;Appreciate any advice which can overcome this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;YC</description>
      <pubDate>Thu, 30 Jan 2003 07:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892762#M819631</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2003-01-30T07:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: path for vim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892763#M819632</link>
      <description>Current patch sets wouldn't hurt, December 2002.  This looks alot like trouble I had when the SHLIB_PATH wasn't set for Oracle.  Make sure that the path's for shared libraries are correctly defined.&lt;BR /&gt;&lt;BR /&gt;Get all the components installed from binary depots if possible.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Thu, 30 Jan 2003 07:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892763#M819632</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-30T07:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: path for vim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892764#M819633</link>
      <description>$SHLIB_PATH=$SHLIB_PATH:/usr/local/lib&lt;BR /&gt;&lt;BR /&gt;$export SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;$vim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 30 Jan 2003 07:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892764#M819633</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-30T07:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: path for vim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892765#M819634</link>
      <description>Hi!&lt;BR /&gt;The message says, that the library libintl.sl&lt;BR /&gt;could not be found in any of search paths, used by dynamic loader.&lt;BR /&gt;You can run:&lt;BR /&gt;#chatr vim  &lt;BR /&gt;- to see which paths are searched by dld.sl&lt;BR /&gt;&lt;BR /&gt;Check correct instalation /and vers. 10.20&lt;BR /&gt;or 11.x / for gettext. &lt;BR /&gt;&lt;BR /&gt;Check content of SHLIB_PATH.&lt;BR /&gt;&lt;BR /&gt;Regards,Stan</description>
      <pubDate>Thu, 30 Jan 2003 09:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892765#M819634</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-01-30T09:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: path for vim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892766#M819635</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I tried the following:&lt;BR /&gt;&lt;BR /&gt;1) echo $SHLIB_PATH (nothing in returned)&lt;BR /&gt;&lt;BR /&gt;2) export SHLIB_PATH=/usr/local/lib&lt;BR /&gt;&lt;BR /&gt;3) vim (same error as before)&lt;BR /&gt;&lt;BR /&gt;4) chart vim&lt;BR /&gt;chatr(warning): dl_header_ext.size != sizeof(dl_header_ext). Please update your version of the linker. &lt;BR /&gt;vim: &lt;BR /&gt;         shared executable &lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     enabled   first  &lt;BR /&gt;             embedded path  disabled  second Not Defined&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /opt/gtk+/lib/libgtk.sl&lt;BR /&gt;             dynamic   /opt/gtk+/lib/libgdk.sl&lt;BR /&gt;             dynamic   /opt/glib/lib/libgmodule.sl&lt;BR /&gt;             dynamic   /opt/glib/lib/libglib.sl&lt;BR /&gt;             dynamic   /opt/gettext/lib/libintl.sl&lt;BR /&gt;             dynamic   /usr/lib/X11R6/libXext.3&lt;BR /&gt;             dynamic   /usr/lib/libm.2&lt;BR /&gt;             dynamic   /usr/lib/X11R6/libXt.3&lt;BR /&gt;             dynamic   /usr/lib/X11R6/libX11.3&lt;BR /&gt;             dynamic   /usr/lib/libc.2&lt;BR /&gt;         shared library binding:&lt;BR /&gt;             deferred &lt;BR /&gt;         global hash table disabled&lt;BR /&gt;         plabel caching disabled&lt;BR /&gt;         global hash array size:1103&lt;BR /&gt;         global hash array nbuckets:3&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         third quadrant global data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;         nulptr references enabled&lt;BR /&gt;         shared library private mapping disabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any clue from the output of step (4) ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;YC</description>
      <pubDate>Thu, 30 Jan 2003 09:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892766#M819635</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2003-01-30T09:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: path for vim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892767#M819636</link>
      <description>It is picking it from /opt/gettext/lib/libintl.sl &lt;BR /&gt;&lt;BR /&gt;so &lt;BR /&gt;&lt;BR /&gt;export SHLIB_PATH=$SHLIB_PATH://opt/gettext/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;REvert&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jan 2003 09:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892767#M819636</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-30T09:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: path for vim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892768#M819637</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After exported the SHLIB_PATH, I have the following message:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried to search for libiconv.sl but not avail. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;YC</description>
      <pubDate>Fri, 31 Jan 2003 03:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892768#M819637</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2003-01-31T03:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: path for vim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892769#M819638</link>
      <description>If that is the case then install the software from &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.8/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.8/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It will install the required files &amp;amp; shared lib(sl) in the /usr/local/lib dir.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check and revert</description>
      <pubDate>Fri, 31 Jan 2003 05:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-for-vim/m-p/2892769#M819638</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-31T05:27:43Z</dc:date>
    </item>
  </channel>
</rss>

