Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1
From: Sebastian Hans (hanss_at_in.tum.de)
Date: 04/25/03
- Previous message: David Favor: "Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- In reply to: David Favor: "Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Next in thread: David Favor: "Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Reply: David Favor: "Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Reply: David Favor: "Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 25 Apr 2003 14:50:28 +0000 (UTC)
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
>
> Again notice /usr/local/openssl/include in the gcc line, however the
> files are of course in /usr/local/openssl/include/openssl.
>
> It appears impossible to fix this without maybe manually copying files
> from /usr/local/openssl/include/openssl to its parent directory.
What's to fix? Looks as it should to me. Doesn't openssh build
correctly? You didn't give an error message or anything.
Openssh includes e.g. opensshl/crypto.h, so -I/usr/local/openssl/include
is perfectly correct.
Ciao.
Seb.
- Previous message: David Favor: "Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- In reply to: David Favor: "Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Next in thread: David Favor: "Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Reply: David Favor: "Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Reply: David Favor: "Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|