Re: openssh-portable_3.6.1p2 vs. openssl_0.9.7b

From: John Prather (john_at_logy.us)
Date: 08/21/03


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
>
>



Relevant Pages

  • Re: problems compiling with Qt
    ... What exactly do you want to compile? ... in the prefix, you've chosen, are no KDE headers installed. ... configure:21826: checking if Qt compiles without flags ... Fedora GNU/Linux Core 1 on Athlon CPU kernel 2.4.22-1.2174.nptl ...
    (Fedora)
  • Re: How to enter a processing date into a Form
    ... event didn't fire at all -- did you modify a bound control on the form, ... If you click Debug -> Compile, ... You could set a breakpoint at the top of the event procedure, ...
    (microsoft.public.access.forms)
  • Re: Whats the position of pointers
    ... couldn't have made if you'd bothered to compile your code before ... It's not possible for the value of a to become 20 unless you modify ... problems which cann;t be solved without using the pointers. ... can be a solution without using call by reference here. ...
    (comp.lang.c)
  • Re: What do most people compile pac-man code with?
    ... problem is jump tables embedded in the code. ... and after that you could modify to your heats content. ... I also set up batch files so that it will compile and place the object file ... in the right area for MAME and run MAME in debug mode. ...
    (rec.games.video.arcade.collecting)
  • Re: Whats the position of pointers
    ... If you are able to solve it without using the pointers, ... couldn't have made if you'd bothered to compile your code before ... without bothering to compile it.) ... You mean that the code shouldn't *directly* modify a. ...
    (comp.lang.c)