<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000099">
    On 10/03/2016 17:04, PGNet Dev wrote:<br>
    <blockquote
      cite="mid:87c5aa8c-2877-c643-f85c-015b66af24ce@gmail.com"
      type="cite">I'm building openssl 1.0.2g on linux64
      <br>
      <br>
      With my usual
      <br>
      <br>
          ./config ...
      <br>
      <br>
      I end up with a successful build/install
      <br>
      ...<br>
      If I add
      <br>
      <br>
          ./config no-comp ...
      <br>
      <br>
      subsequent 'make' fails
      <br>
      <br>
          make
      <br>
              ...<br>
              enc.c:(.text+0x1253): undefined reference to `BIO_f_zlib'<br>
    </blockquote>
    <br>
    Adding one or both of no-zlib no-zlib-dynamic should handle that.<br>
    <br>
    <blockquote
      cite="mid:87c5aa8c-2877-c643-f85c-015b66af24ce@gmail.com"
      type="cite">Adding further
      <br>
      <br>
          ./config no-comp no-bio ...
      <br>
      <br>
      'make' fails again, differently
      <br>
      ...<br>
      Are additional/different config options required to enable/support
      the 'no-comp' & 'no-bio' options?
      <br>
      <br>
    </blockquote>
    <br>
    I've not built with no-bio, suspect it is much more intimately
    entangled and may not be practical in 1.0.2g; there's been a lot of
    work done in master to clean up various optional exclusions, I think
    no-bio is expected to be working there.<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
J. J. Farrell
Not speaking for Oracle.
</pre>
  </body>
</html>