Re: openssh-portable_3.6.1p2 vs. openssl_0.9.7b
From: John Prather (john_at_logy.us)
Date: 08/21/03
- Next message: Martin Meier: "Controlling Monitoring SSH Sessions ?"
- Previous message: Darren Tucker: "Re: Openssh 3.6.1p2 on AIX 5.2 Connection closed ..."
- In reply to: Joe Stinton: "Re: openssh-portable_3.6.1p2 vs. openssl_0.9.7b"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 20 Aug 2003 15:59:46 -0700
You know FreeBSD's core includes openssh and openssl installed to prefix
/usr?
Additionally, if you wish to modify the ./configure flags on your own
compile, I believe /usr/ports/security/openssl and
/usr/ports/security/openssh will install to prefix /usr/local, and can
have ./configure arguments for compiling set in the port's Makefile
(something like CONFIGURE_ARGS="--blahblah"). The ports have FreeBSD
specific patches and configuration options to help limit the chaos
encountered when installing 3rd party apps.
Aside from those tips, I can't offer anything useful on the compile
error you're getting, sorry.
-john
Joe Stinton wrote:
>Anyone successfully compiled these two? I get the following errors
>under FreeBSD 4.8.
>
> In file included from ../includes.h:122,
> from bsd-arc4random.c:25:
> /usr/include/sys/bitypes.h:25: conflicting types for `int8_t'
> /usr/include/sys/inttypes.h:11: previous declaration of `int8_t'
> /usr/include/sys/bitypes.h:26: redefinition of `u_int8_t'
> /usr/include/sys/types.h:60: `u_int8_t' previously declared here
> /usr/include/sys/bitypes.h:27: redefinition of `int16_t'
> /usr/include/sys/inttypes.h:12: `int16_t' previously declared here
> /usr/include/sys/bitypes.h:28: redefinition of `u_int16_t'
> /usr/include/sys/types.h:61: `u_int16_t' previously declared here
> /usr/include/sys/bitypes.h:29: redefinition of `int32_t'
> /usr/include/sys/inttypes.h:13: `int32_t' previously declared here
> /usr/include/sys/bitypes.h:30: redefinition of `u_int32_t'
> /usr/include/sys/types.h:62: `u_int32_t' previously declared here
> In file included from ../includes.h:166,
> from bsd-arc4random.c:25:
> ../defines.h:194: redefinition of `int64_t'
> /usr/include/sys/inttypes.h:14: `int64_t' previously declared here
>
>Joe
>
>
- Next message: Martin Meier: "Controlling Monitoring SSH Sessions ?"
- Previous message: Darren Tucker: "Re: Openssh 3.6.1p2 on AIX 5.2 Connection closed ..."
- In reply to: Joe Stinton: "Re: openssh-portable_3.6.1p2 vs. openssl_0.9.7b"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|