beta2 not finding openssl

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Nolan

    beta2 not finding openssl

    Beta2 of 8.0.0 doesn't find openssl. 7.4.1 on the same system does.

    This is RH 9 (kernel 2.4.20-8) with openssl-0.9.7b installed from the
    source code.

    I get:

    checking openssl/ssl.h usability... no
    checking openssl/ssl.h presence... no
    checking for openssl/ssl.h... no
    configure: error: header file <openssl/ssl.h> is required for OpenSSL
    --
    Mike Nolan

    ---------------------------(end of broadcast)---------------------------
    TIP 6: Have you searched our list archives?



  • Tom Lane

    #2
    Re: beta2 not finding openssl

    Mike Nolan <nolan@gw.tssi. com> writes:[color=blue]
    > Beta2 of 8.0.0 doesn't find openssl. 7.4.1 on the same system does.[/color]

    8.0 expects you to explicitly point to /usr/local/ssl, or wherever
    ssl is installed, using --with-includes and --with-libraries.
    Prior versions would default to looking in /usr/local/ssl if you
    just said "--with-openssl". Peter made this change to make things
    more uniform, but I fear it's a step backwards in friendliness
    (at least for those who install ssl in its default place).

    regards, tom lane

    ---------------------------(end of broadcast)---------------------------
    TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddres sHere" to majordomo@postg resql.org)

    Comment

    Working...