IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
Re: 2.0b on FreeBSD 4.2
- From: K.C. Smith
- Date: Wed Dec 27 10:39:07 2000
It seems to have worked. Thanks!
But, to close the loop for other FreeBSDers, I also had to add a line to
../src/programs/irr_submit/call_pipeline.c as suggested by Paul Libauer
(mail list archives). In this case:
$ diff -u call_pipeline.c.old call_pipeline.c
--- call_pipeline.c.old Wed Dec 27 09:08:41 2000
+++ call_pipeline.c Wed Dec 27 09:11:53 2000
@@ -4,6 +4,7 @@
#include <stdlib.h>
#include <sys/types.h>
+#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <unistd.h>
K.C. Smith
On Wed, 27 Dec 2000, Adrian Chadd wrote:
> On Tue, Dec 26, 2000, K.C. Smith wrote:
> > I've been trying to build IRRd (irrd2.0b-Nov6-2000.tar.gz) on FreeBSD 4.2
> > and am having the following compile error. Any suggestions would be
> > greatly appreciated. K.C. Smith
> >
>
> I've got this patch in my local irrd tree.
> (Ignore the revision numbers..)
>
> Index: atomic_trans.c
> ===================================================================
> RCS file: /home/ncvs/programs/irrd/src/programs/IRRd/atomic_trans.c,v
> retrieving revision 1.1.2.1
> diff -u -r1.1.2.1 atomic_trans.c
> --- atomic_trans.c 2000/11/14 14:10:00 1.1.2.1
> +++ atomic_trans.c 2000/12/27 13:05:17
> @@ -1,4 +1,6 @@
>
> +#include <sys/types.h>
> +#include <sys/stat.h>
> #include <stdio.h>
> #include <string.h>
> #include "config_file.h"
>
> Give it a whirl.
>
> --
> Adrian Chadd "Here's five for the cake, and
> <adrian@creative.net.au> five to buy a clue."
> - Ryan, Whatever it Takes
>
|