<?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: Compiling a module in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669938#M797783</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This is what our developer hahs to say- does anyone have any further advice?&lt;BR /&gt;&lt;BR /&gt;"I found this also. Problem is libcrypto is generally supplied via openssl (sometimes openssh) package which is a vendor supplied package. It is this that needs recompiling, but as it is not our software nor supplied by us, what can we do ? (except move to linux where stuff gets compiled properly and can be recompiled if necessary)..."</description>
    <pubDate>Mon, 14 Nov 2005 07:19:39 GMT</pubDate>
    <dc:creator>James Clay_2</dc:creator>
    <dc:date>2005-11-14T07:19:39Z</dc:date>
    <item>
      <title>Compiling a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669936#M797781</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm posting this on behalf of one of our developers who is having problems compiling a module in HPUX - they don't have it in LINUX or SOLARIS and so I am getting grief because of it ;-(&lt;BR /&gt;&lt;BR /&gt;The problem is, I quote "Compiling libssh2 on tcmds003. Getting the following error:&lt;BR /&gt;&lt;BR /&gt;gcc -o libssh2.so  channel.o comp.o crypt.o hostkey.o kex.o mac.o misc.o packet.o publickey.o scp.o session.o sftp.o userauth.o  -L/usr/local/lib -lcrypto -L/opt/zlib/lib -lz -shared -lm&lt;BR /&gt;/usr/ccs/bin/ld: CODE_ONE_SYM fixup to non-code subspace in file /usr/local/lib/libcrypto.a(md5_dgst.o) - shared library must be position independent. Use +z or +Z to recompile.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;gmake[1]: *** [libssh2.so] Error 1&lt;BR /&gt;&lt;BR /&gt;Seems to be something in the way our openssh/openssl is compiled."&lt;BR /&gt;&lt;BR /&gt;Has anyone got any ideas on this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Fri, 11 Nov 2005 11:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669936#M797781</guid>
      <dc:creator>James Clay_2</dc:creator>
      <dc:date>2005-11-11T11:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669937#M797782</link>
      <description>I don't use gcc when compiling of HP-UX but&lt;BR /&gt;the message indicates that not all the modules were compiled using -fpic or -fPIC (the gcc +z and +Z equivalents). This really looks like you need libcrypto.sl rather than libcrypto.a.</description>
      <pubDate>Fri, 11 Nov 2005 12:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669937#M797782</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-11T12:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669938#M797783</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This is what our developer hahs to say- does anyone have any further advice?&lt;BR /&gt;&lt;BR /&gt;"I found this also. Problem is libcrypto is generally supplied via openssl (sometimes openssh) package which is a vendor supplied package. It is this that needs recompiling, but as it is not our software nor supplied by us, what can we do ? (except move to linux where stuff gets compiled properly and can be recompiled if necessary)..."</description>
      <pubDate>Mon, 14 Nov 2005 07:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669938#M797783</guid>
      <dc:creator>James Clay_2</dc:creator>
      <dc:date>2005-11-14T07:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669939#M797784</link>
      <description>You could use the source code from a Linux box to generate a new library on HPUX - copy the code onto the HPUX machine, and recompile libcrypto.  That way you can have your own version that works with the vendor's stuff...</description>
      <pubDate>Mon, 14 Nov 2005 07:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669939#M797784</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2005-11-14T07:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669940#M797785</link>
      <description>Thanks for that but apparently this isn't an option for security reason!?&lt;BR /&gt;&lt;BR /&gt;Any other ideas?</description>
      <pubDate>Mon, 14 Nov 2005 08:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-a-module/m-p/3669940#M797785</guid>
      <dc:creator>James Clay_2</dc:creator>
      <dc:date>2005-11-14T08:15:57Z</dc:date>
    </item>
  </channel>
</rss>

