<?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: /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215281#M749722</link>
    <description>First just to avoid silly assumptions (like you are running /xxx/yyy/sed rather than /usr/bin/sed), do a type sed.&lt;BR /&gt;If that reports that sed is /usr/bin/sed then&lt;BR /&gt;do an ldd /usr/bin/sed. That will List Dynamic Dependencies and thus tell you what libraries sed is looking for. Man ldd for details.&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Mar 2004 18:38:58 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-03-10T18:38:58Z</dc:date>
    <item>
      <title>/usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215280#M749721</link>
      <description>I get the following error when running sed&lt;BR /&gt;&lt;BR /&gt;sed 's/foo/bar/g' ~/foo&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed&lt;BR /&gt;IOT trap (core dumped)&lt;BR /&gt;&lt;BR /&gt;I had installed the ld &amp;amp; linker patch yesterday (PHSS_30049) because I wanted to compile gcc, and am having this problem today.&lt;BR /&gt;&lt;BR /&gt;from a portion of uname -a&lt;BR /&gt;B.11.11 U 9000/785&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated - I'm somewhat new to HP administration, so please be patient on things I should look for.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Justin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ls -al *dld*&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         241664 Jan 15 05:00 dld.sl&lt;BR /&gt;lrwxr-xr-x   1 root       sys             10 Mar  4  2003 libdld.0 -&amp;gt; ./libdld.1&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          12288 Jan 15 05:00 libdld.1&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          24576 Jan 15 05:00 libdld.2&lt;BR /&gt;lrwxr-xr-x   1 root       sys              8 Mar 10 15:20 libdld.sl -&amp;gt; libdld.2&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 18:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215280#M749721</guid>
      <dc:creator>Justin Masters_1</dc:creator>
      <dc:date>2004-03-10T18:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215281#M749722</link>
      <description>First just to avoid silly assumptions (like you are running /xxx/yyy/sed rather than /usr/bin/sed), do a type sed.&lt;BR /&gt;If that reports that sed is /usr/bin/sed then&lt;BR /&gt;do an ldd /usr/bin/sed. That will List Dynamic Dependencies and thus tell you what libraries sed is looking for. Man ldd for details.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 18:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215281#M749722</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-10T18:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215282#M749723</link>
      <description>type sed&lt;BR /&gt;sed is a tracked alias for /usr/local/bin/sed&lt;BR /&gt;&lt;BR /&gt;ldd /usr/local/bin/sed&lt;BR /&gt;         =&amp;gt;&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /opt/gnome/lib/libiconv.sl&lt;BR /&gt;        /usr/local/lib/libintl.sl =&amp;gt;    /opt/gnome/lib/libintl.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /opt/gnome/lib/libiconv.sl.2 =&amp;gt; /opt/gnome/lib/libiconv.sl.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Running file on the lot of them:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/libc.2:        PA-RISC2.0 shared library -not stripped&lt;BR /&gt;/usr/lib/libdld.2:      s800 shared library -not stripped&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hmm... libdld.2 is looking odd...  &lt;BR /&gt;-r-xr-xr-x   1 bin        bin          24576 Jan 15 05:00 /usr/lib/libdld.2&lt;BR /&gt; (I think that's the date of the latest patch  isn't it?)  Did I somehow get the wrong patch (or was it supposed to go to 10.20 or 11.00 systems, and not 11.11?)&lt;BR /&gt;&lt;BR /&gt;I also noticed:&lt;BR /&gt;/usr/local/lib/libiconv.sl =&amp;gt; /opt/gnome/lib/libiconv.sl &lt;BR /&gt;&lt;BR /&gt;(Is this because I didn't do a swremove before running swinstall for libiconv pkg?  (I installed libiconv quite awhile ago, and didn't see an error between then and yesterday when I installed the patch.)&lt;BR /&gt;&lt;BR /&gt;/usr/local/lib/libiconv.sl:     PA-RISC1.1 shared library&lt;BR /&gt;/opt/gnome/lib/libiconv.sl:     PA-RISC1.1 shared library -not stripped&lt;BR /&gt;&lt;BR /&gt;/usr/local/lib/libintl.sl:      PA-RISC1.1 shared library&lt;BR /&gt;&lt;BR /&gt;/opt/gnome/lib/libintl.sl:      PA-RISC1.1 shared library -not stripped&lt;BR /&gt;&lt;BR /&gt;I'm not sure what to make of this.  What really jumps out at me is the s800 architecture.  I've never seen that before.  And I could have sworn I pulled the right patch.&lt;BR /&gt;&lt;BR /&gt;Justin&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 19:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215282#M749723</guid>
      <dc:creator>Justin Masters_1</dc:creator>
      <dc:date>2004-03-10T19:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215283#M749724</link>
      <description>I pulled the patch, just to be sure, and the problem remained.  I pulled sed off and it took care of the problem. &lt;BR /&gt;&lt;BR /&gt;Maybe I can't use the sed for 11.00 platform that I found at &lt;A href="http://hpux.cs.utah.edu," target="_blank"&gt;http://hpux.cs.utah.edu,&lt;/A&gt; and will need to compile that as well?&lt;BR /&gt;&lt;BR /&gt;Justin&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 21:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215283#M749724</guid>
      <dc:creator>Justin Masters_1</dc:creator>
      <dc:date>2004-03-10T21:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215284#M749725</link>
      <description>/usr/local/bin/sed IS NOT the standard HP-UX version of sed. You have installed a non-standard (almost certainly Gnu version) of the utility. When you install Gnu packages, you must check dependencies and install any needed libraries.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 22:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215284#M749725</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-10T22:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215285#M749726</link>
      <description>It is (was) a gnu version, and I've tried to ensure I have all the requisite libraries installed.  I'll look over it again.&lt;BR /&gt;&lt;BR /&gt;Thank you again for your help, and pointers on how to determine what the library dependencies are.&lt;BR /&gt;&lt;BR /&gt;Justin</description>
      <pubDate>Thu, 11 Mar 2004 12:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215285#M749726</guid>
      <dc:creator>Justin Masters_1</dc:creator>
      <dc:date>2004-03-11T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215286#M749727</link>
      <description>i am having a similar problem with gcc from the hpux.cs.utah site. It is asking for libintl_bindtextdomain, But in the libintl.sl, There is no such symbol.&lt;BR /&gt;&lt;BR /&gt;How to resolve this issue</description>
      <pubDate>Thu, 29 Jun 2006 05:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215286#M749727</guid>
      <dc:creator>Amrith</dc:creator>
      <dc:date>2006-06-29T05:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215287#M749728</link>
      <description>&lt;!--!*#--&gt;I am also having the same problem with gcc.  Exactly the same error message.  Not sure where we obtained gcc, as someone else installed it.  I am having a terrible time trying to install dotProject on an HP-UX 11i v1 box with Apache 2.0.52, PHP 4.3.8, mySQL 3.23.55, and dotProject 2.0.4.&lt;BR /&gt;&lt;BR /&gt;Why, oh why, wasn't GD fully implemented in the HP version of PHP!?!&lt;BR /&gt;&lt;BR /&gt;Going on two weeks now with this problem! (though making slow but steady progress).&lt;BR /&gt;&lt;BR /&gt;Please help!</description>
      <pubDate>Thu, 21 Sep 2006 09:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215287#M749728</guid>
      <dc:creator>David West_4</dc:creator>
      <dc:date>2006-09-21T09:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from sed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215288#M749729</link>
      <description>My friend,&lt;BR /&gt;&lt;BR /&gt;Try install the gettext.</description>
      <pubDate>Thu, 17 May 2007 07:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-libintl-bindtextdomain-code/m-p/3215288#M749729</guid>
      <dc:creator>Eberno</dc:creator>
      <dc:date>2007-05-17T07:02:27Z</dc:date>
    </item>
  </channel>
</rss>

