<?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: Missing openssl library? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121345#M150891</link>
    <description>Nelson, I tried your suggestion and made the following change:&lt;BR /&gt;&lt;BR /&gt;#     typedef struct label_t {&lt;BR /&gt;      typedef long sbsize_t {&lt;BR /&gt;&lt;BR /&gt;I tried it without the { and with the ; but neither would work. I got the following messages when running gmake:&lt;BR /&gt;&lt;BR /&gt;/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.1/include/sys/types.h:378: error: parse error before '}' token&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;I'm compiling openssl-0.9.7c which is the same version of depot file I installed.</description>
    <pubDate>Tue, 18 Nov 2003 11:28:40 GMT</pubDate>
    <dc:creator>Thomas Doherty_1</dc:creator>
    <dc:date>2003-11-18T11:28:40Z</dc:date>
    <item>
      <title>Missing openssl library?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121340#M150886</link>
      <description>I'm trying to install an open source program called Zabbix. It requires Apache, PHP and MySQL. I found Apache with PHP configured in it at &lt;A href="http://gatekeep.cs.utah.edu/." target="_blank"&gt;http://gatekeep.cs.utah.edu/.&lt;/A&gt; When I tried to install the depot is complained about openssl.openssl-SHLIB. I installed openssl from the same web site but still received the same message. There was no lib file system under the location that openssl was installed. I tried setting SHLIB_PATH to various lib directories like in an existing Apache installation that had ssl but had no success.&lt;BR /&gt;I figured maybe the depot file for openssl didn't include the libraries and that I needed to compile the source code. However, I have not been able to compile the source code either because I get:&lt;BR /&gt;/usr/include/sys/socket.h:484: error: parse error before "sendfile"&lt;BR /&gt;/usr/include/sys/socket.h:485: error: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:486: error: parse error before "sendpath"&lt;BR /&gt;/usr/include/sys/socket.h:487: error: parse error before "bsize_t"&lt;BR /&gt;&lt;BR /&gt;I'm using gcc with gmake. I've tried to install binutils because I though that was related to the error messages above but I can't compile that either. Any ideas why the depot file doesn't seem to include the libraries or why I can't complile the source?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2003 14:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121340#M150886</guid>
      <dc:creator>Thomas Doherty_1</dc:creator>
      <dc:date>2003-11-17T14:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing openssl library?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121341#M150887</link>
      <description>You need edit file &lt;BR /&gt;/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.??/3.x/include/sys/types.h&lt;BR /&gt;&lt;BR /&gt;Comment definition struct label_t and&lt;BR /&gt;write&lt;BR /&gt;typedef long sbsize_t;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2003 15:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121341#M150887</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-11-17T15:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Missing openssl library?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121342#M150888</link>
      <description>Bear in mind that htis is the most common problem with gcc 3.x when compiling practically most of the GNU stuff...&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2003 15:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121342#M150888</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-11-17T15:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Missing openssl library?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121343#M150889</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Which version of openssl have you downloaded?&lt;BR /&gt;&lt;BR /&gt;Don't forget that version of apache with php support that you have downloaded was linked to old version of openssl not the new one!!&lt;BR /&gt;&lt;BR /&gt;Mehdi</description>
      <pubDate>Mon, 17 Nov 2003 17:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121343#M150889</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2003-11-17T17:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing openssl library?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121344#M150890</link>
      <description>You're probably using a GNU gcc built for 11.00, whereas you are building on 11.11&lt;BR /&gt;&lt;BR /&gt;Get a build for 11.11 and your problems might be gone&lt;BR /&gt;&lt;BR /&gt;GNU gcc 3.3.2 for 11.11 including recent binutils available on my site: &lt;A href="https://www.beepz.com/personal/merijn/," target="_blank"&gt;https://www.beepz.com/personal/merijn/,&lt;/A&gt; &lt;A href="http://www.cmve.net/~merijn/," target="_blank"&gt;http://www.cmve.net/~merijn/,&lt;/A&gt; or &lt;A href="http://ww.hpux.ws/merijn/" target="_blank"&gt;http://ww.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Tue, 18 Nov 2003 05:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121344#M150890</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-11-18T05:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Missing openssl library?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121345#M150891</link>
      <description>Nelson, I tried your suggestion and made the following change:&lt;BR /&gt;&lt;BR /&gt;#     typedef struct label_t {&lt;BR /&gt;      typedef long sbsize_t {&lt;BR /&gt;&lt;BR /&gt;I tried it without the { and with the ; but neither would work. I got the following messages when running gmake:&lt;BR /&gt;&lt;BR /&gt;/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.1/include/sys/types.h:378: error: parse error before '}' token&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;I'm compiling openssl-0.9.7c which is the same version of depot file I installed.</description>
      <pubDate>Tue, 18 Nov 2003 11:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-openssl-library/m-p/3121345#M150891</guid>
      <dc:creator>Thomas Doherty_1</dc:creator>
      <dc:date>2003-11-18T11:28:40Z</dc:date>
    </item>
  </channel>
</rss>

