<?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: openssl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/4562306#M371832</link>
    <description>&lt;!--!*#--&gt;Hello, Jonathan.&lt;BR /&gt;&lt;BR /&gt;You can find the path to the "current" used executable by:&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # which openssl&lt;BR /&gt;/usr/bin/openssl&lt;BR /&gt;&lt;BR /&gt;You can find the location of the new installed openssl with find. See below the example.&lt;BR /&gt;&lt;BR /&gt;Afther that, you can link /usr/bin/openssl to the newer binary like this:&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom #mv /usr/bin/openssl /usr/bin/openssl-097m&lt;BR /&gt;[olt]:/var/opt/cmom #ln -sf /usr/local/bin/openssl /usr/bin/openssl&lt;BR /&gt;&lt;BR /&gt;Afther that you get what you want:&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom #openssl version&lt;BR /&gt;OpenSSL 0.9.8j 07 Jan 2009&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have re-constructed here your situation by installing a software depot:&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # swlist |grep openssl&lt;BR /&gt;  openssl                       0.9.8j         openssl&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # openssl version&lt;BR /&gt;OpenSSL 0.9.7d 17 Mar 2004&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # find / -name openssl -print&lt;BR /&gt;/opt/openssl&lt;BR /&gt;/opt/openssl/include/openssl&lt;BR /&gt;/opt/openssl/bin/openssl&lt;BR /&gt;/opt/wbem/sbin/openssl&lt;BR /&gt;/opt/hpws/apache/bin/openssl&lt;BR /&gt;/usr/bin/openssl&lt;BR /&gt;/usr/include/openssl&lt;BR /&gt;/usr/local/bin/openssl&lt;BR /&gt;/usr/local/include/openssl&lt;BR /&gt;/usr/local/openssl&lt;BR /&gt;/usr/local/doc/openssl&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # /usr/bin/openssl version&lt;BR /&gt;OpenSSL 0.9.7d 17 Mar 2004&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # /usr/local/bin/openssl version&lt;BR /&gt;OpenSSL 0.9.8j 07 Jan 2009&lt;BR /&gt;[olt]:/var/opt/cmom # which openssl&lt;BR /&gt;/usr/bin/openssl&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
    <pubDate>Tue, 12 Jan 2010 06:22:07 GMT</pubDate>
    <dc:creator>Horia Chirculescu</dc:creator>
    <dc:date>2010-01-12T06:22:07Z</dc:date>
    <item>
      <title>openssl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/4562304#M371830</link>
      <description>HPUX 11.23 system. I downloaded from HP and installed OpenSSL_A.00.09.08l.002_HP-UX_B.11.23_IA_PA.depot.&lt;BR /&gt;&lt;BR /&gt;# swlist | grep -i OPENSSL&lt;BR /&gt;OpenSSL                                                       A.00.09.08l.002 Secure Network Communications Protocol&lt;BR /&gt;openssl                                                     0.9.8a         openssl&lt;BR /&gt;&lt;BR /&gt;However, when I check for version the old openssl is returned.&lt;BR /&gt;# openssl version&lt;BR /&gt;OpenSSL 0.9.7m 23 Feb 2007&lt;BR /&gt;&lt;BR /&gt;The install instructions said I could install over an existing Openssl version.&lt;BR /&gt;/opt/openssl still shows 0.9.7 so Im thinking I should have removed the old version. What do you think? No additional config changes were in the install instructions. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2010 21:03:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/4562304#M371830</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2010-01-11T21:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: openssl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/4562305#M371831</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Both versions of openssl are installed.&lt;BR /&gt;&lt;BR /&gt;The 0.9.7 version is found first on the PATH variable, which is used to find executables.&lt;BR /&gt;&lt;BR /&gt;whence openssl &lt;BR /&gt;echo $PATH&lt;BR /&gt;&lt;BR /&gt;Change the PATH or remove the old version and you are good to go.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2010 21:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/4562305#M371831</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-01-11T21:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: openssl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/4562306#M371832</link>
      <description>&lt;!--!*#--&gt;Hello, Jonathan.&lt;BR /&gt;&lt;BR /&gt;You can find the path to the "current" used executable by:&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # which openssl&lt;BR /&gt;/usr/bin/openssl&lt;BR /&gt;&lt;BR /&gt;You can find the location of the new installed openssl with find. See below the example.&lt;BR /&gt;&lt;BR /&gt;Afther that, you can link /usr/bin/openssl to the newer binary like this:&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom #mv /usr/bin/openssl /usr/bin/openssl-097m&lt;BR /&gt;[olt]:/var/opt/cmom #ln -sf /usr/local/bin/openssl /usr/bin/openssl&lt;BR /&gt;&lt;BR /&gt;Afther that you get what you want:&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom #openssl version&lt;BR /&gt;OpenSSL 0.9.8j 07 Jan 2009&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have re-constructed here your situation by installing a software depot:&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # swlist |grep openssl&lt;BR /&gt;  openssl                       0.9.8j         openssl&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # openssl version&lt;BR /&gt;OpenSSL 0.9.7d 17 Mar 2004&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # find / -name openssl -print&lt;BR /&gt;/opt/openssl&lt;BR /&gt;/opt/openssl/include/openssl&lt;BR /&gt;/opt/openssl/bin/openssl&lt;BR /&gt;/opt/wbem/sbin/openssl&lt;BR /&gt;/opt/hpws/apache/bin/openssl&lt;BR /&gt;/usr/bin/openssl&lt;BR /&gt;/usr/include/openssl&lt;BR /&gt;/usr/local/bin/openssl&lt;BR /&gt;/usr/local/include/openssl&lt;BR /&gt;/usr/local/openssl&lt;BR /&gt;/usr/local/doc/openssl&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # /usr/bin/openssl version&lt;BR /&gt;OpenSSL 0.9.7d 17 Mar 2004&lt;BR /&gt;&lt;BR /&gt;[olt]:/var/opt/cmom # /usr/local/bin/openssl version&lt;BR /&gt;OpenSSL 0.9.8j 07 Jan 2009&lt;BR /&gt;[olt]:/var/opt/cmom # which openssl&lt;BR /&gt;/usr/bin/openssl&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Tue, 12 Jan 2010 06:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/4562306#M371832</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-01-12T06:22:07Z</dc:date>
    </item>
  </channel>
</rss>

