<?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 CRYPT/LCRYPT on HP-UX Itanium. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124770#M687564</link>
    <description>When compiling a program to use the crypt function I get the following error.  The same code works on LINUX.&lt;BR /&gt;&lt;BR /&gt;gcc -o appmove -lcrypt appmove.c&lt;BR /&gt;ld: Can't find library or mismatched ABI for -lcrypt&lt;BR /&gt;Fatal error.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;&lt;BR /&gt;How do I get this to work on HP-UX 11i version2 on Itanium?</description>
    <pubDate>Wed, 13 Aug 2008 17:52:25 GMT</pubDate>
    <dc:creator>grahamswilson</dc:creator>
    <dc:date>2008-08-13T17:52:25Z</dc:date>
    <item>
      <title>CRYPT/LCRYPT on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124770#M687564</link>
      <description>When compiling a program to use the crypt function I get the following error.  The same code works on LINUX.&lt;BR /&gt;&lt;BR /&gt;gcc -o appmove -lcrypt appmove.c&lt;BR /&gt;ld: Can't find library or mismatched ABI for -lcrypt&lt;BR /&gt;Fatal error.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;&lt;BR /&gt;How do I get this to work on HP-UX 11i version2 on Itanium?</description>
      <pubDate>Wed, 13 Aug 2008 17:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124770#M687564</guid>
      <dc:creator>grahamswilson</dc:creator>
      <dc:date>2008-08-13T17:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: CRYPT/LCRYPT on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124771#M687565</link>
      <description>Hi Wildon,&lt;BR /&gt;    Can you please brief about it, because I am not sure but gcc is not internal utility, may be it is a script, just want some more information that what is the purpose of it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Piyush Mathiya&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Aug 2008 18:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124771#M687565</guid>
      <dc:creator>piyush mathiya</dc:creator>
      <dc:date>2008-08-13T18:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: CRYPT/LCRYPT on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124772#M687566</link>
      <description>Step one: figure out whether you don't have a&lt;BR /&gt;libcrypt.&lt;WHATEVER&gt;, or, if you do have one,&lt;BR /&gt;how it was built.&lt;BR /&gt;&lt;BR /&gt;Around here:&lt;BR /&gt;&lt;BR /&gt;dyi # uname -a&lt;BR /&gt;HP-UX dyi B.11.31 U ia64 4235313755 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;dyi # find /usr -name 'libcrypt*'&lt;BR /&gt;/usr/lib/hpux32/libcrypto.a&lt;BR /&gt;/usr/lib/hpux32/libcrypto.so&lt;BR /&gt;/usr/lib/hpux32/libcrypto.so.0&lt;BR /&gt;/usr/lib/hpux32/libcrypto.so.1&lt;BR /&gt;/usr/lib/hpux64/libcrypto.a&lt;BR /&gt;/usr/lib/hpux64/libcrypto.so&lt;BR /&gt;/usr/lib/hpux64/libcrypto.so.0&lt;BR /&gt;/usr/lib/hpux64/libcrypto.so.1&lt;BR /&gt;&lt;BR /&gt;So _I_ don't have a libcrypt.&lt;WHATEVER&gt;.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The same code works on LINUX.&lt;BR /&gt;&lt;BR /&gt;What code?  I see no code.  Hard to say&lt;BR /&gt;whether/why you even need libcrypt.&lt;WHATEVER&gt;&lt;BR /&gt;without more clues.  What happens without the&lt;BR /&gt;"-lcrypt"?&lt;/WHATEVER&gt;&lt;/WHATEVER&gt;&lt;/WHATEVER&gt;</description>
      <pubDate>Wed, 13 Aug 2008 18:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124772#M687566</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-13T18:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: CRYPT/LCRYPT on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124773#M687567</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;This linker error occurs if you attempt to mix 32-bit and 64-bit objects.  The "bitness" of the first object determines the choice "everyone" must follow.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 13 Aug 2008 19:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124773#M687567</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-13T19:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: CRYPT/LCRYPT on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124774#M687568</link>
      <description>&amp;gt;gcc -lcrypt appmove.c&lt;BR /&gt;&lt;BR /&gt;A good practice would be to always have -l options after any sources or objects.  This is especially important for archive libs.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;JRF: This linker error occurs if you attempt to mix 32-bit and 64-bit objects. &lt;BR /&gt;&lt;BR /&gt;Unfortunately you get this error for two causes.  The latest linker patches should have my request for two separate messages to prevent confusion.</description>
      <pubDate>Thu, 14 Aug 2008 05:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124774#M687568</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-14T05:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: CRYPT/LCRYPT on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124775#M687569</link>
      <description>Thanks all for your prompt and useful responses.&lt;BR /&gt;&lt;BR /&gt;It turns out that HP-UX was "cleverer" than LINUX and the solution was simply not to tell the compiler to use "-lcrypt".  &lt;BR /&gt;&lt;BR /&gt;Without adding that parameter, the build was fine! :)</description>
      <pubDate>Thu, 14 Aug 2008 15:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crypt-lcrypt-on-hp-ux-itanium/m-p/5124775#M687569</guid>
      <dc:creator>grahamswilson</dc:creator>
      <dc:date>2008-08-14T15:04:04Z</dc:date>
    </item>
  </channel>
</rss>

