Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1

From: Sebastian Hans (hanss_at_in.tum.de)
Date: 04/30/03

  • Next message: Bill Unruh: "scp host1:file host2:directory ?"
    Date: Wed, 30 Apr 2003 17:34:08 +0000 (UTC)
    
    

    David Favor <david@davidfavor.com> wrote:
    > Sebastian Hans <hanss@in.tum.de> wrote in message news:<b8bhvj$54rc3$1@sunsystem5.informatik.tu-muenchen.de>...
    >> David Favor <david@davidfavor.com> wrote:
    >> >
    >> > Note the include files [of openssl] are put in:
    >> >
    >> > /usr/local/openssl/include/openssl not /usr/local/openssl/include
    >> >
    >> > as I'd expect... And also as openssh-3.6.1p1 expects as its configure
    >> > script builds up a gcc line:
    >> >
    >> > gcc -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wno-uninitialized \
    >> > -I/usr/local/openssl/include -I/usr/src/active/zlib \
    >> > -L/usr/local/openssl/lib -L/usr/src/active/zlib \
    >> > conftest.c -lutil -lz -lnsl -lcrypto
    *snip*
    >
    > The configure error I get is:
    >
    > checking OpenSSL header version... not found
    > configure: error: OpenSSL version header not found
    >
    > This works if I:
    >
    > 1) cd /usr/local/openssl/include
    >
    > 2) cp ./openssl/* .
    >
    > 3) rmdir ./openssl

    Hm. If this works but it doesn't work with
    /usr/local/openssl/include/openssl, your openssh-3.6.1p1 must be
    different from my openssh-3.6.1p1.

    Sorry, can't help you then.

    Seb.


  • Next message: Bill Unruh: "scp host1:file host2:directory ?"