Joop,
The problem is that 2.0.x kernels don't have ethertap. See the
README.ethertap. Therefore proxy_tap.c
shouldn't be including netlink.h as AF_NETLINK shouldn't be defined.
Therefore you may something strange going on in your system. You could try
ensuring AF_NETLINK isn't defined.
Cheers
Dave
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 04 May 1999 22:04
To: [EMAIL PROTECTED]
Subject: RE: v. 0.99.0
Hi Dave,
Perhaps you know this one too,
Running Redhat 5.2, all standard. Also tried Slackware 3.6, same result
Errors:
cc -O2 -Wall -pipe -DTCP_WRAPPERS -c log.c -o log.o
cc -O2 -Wall -pipe -DTCP_WRAPPERS -c access.c -o access.o
cc -O2 -Wall -pipe -DTCP_WRAPPERS -c proxy.c -o proxy.o
cc -O2 -Wall -pipe -DTCP_WRAPPERS -c proxy_tap.c -o proxy_tap.o
proxy_tap.c:20: linux/netlink.h: No such file or directory
proxy_tap.c: In function `proxy_tap_init':
proxy_tap.c:124: storage size of `nl' isn't known
proxy_tap.c:140: `NETLINK_TAPBASE' undeclared (first use this function)
proxy_tap.c:140: (Each undeclared identifier is reported only once
proxy_tap.c:140: for each function it appears in.)
proxy_tap.c:124: warning: unused variable `nl'
make: *** [proxy_tap.o] Error 1
Your help would be greatly appreciated,
Joop Marijne
On Tue, 4 May 1999 [EMAIL PROTECTED] wrote:
> Nicolai,
>
> If you edit proxy_dev.c and move the declaration line for "to_len" from
> below the #define to just above it, it will compile successfully.
>
> Dave
>
> -----Original Message-----
> From: Nicolai Rasmussen [mailto:[EMAIL PROTECTED]]
> Sent: 04 May 1999 12:18
> To: Diald Mailing List
> Subject: v. 0.99.0
>
>
> Has anyone compiled v. 0.99.0 successfully ???
>
> Mine stops with:
>
> cc -O2 -Wall -pipe -DTCP_WRAPPERS -c proxy_dev.c -o proxy_dev.o
> proxy_dev.c: In function `proxy_dev_send':
> proxy_dev.c:59: `to_len' undeclared (first use this function)
> proxy_dev.c:59: (Each undeclared identifier is reported only once
> proxy_dev.c:59: for each function it appears in.)
> make: *** [proxy_dev.o] Error 1
>
> Has anyone got an idear ?
>
> Sincerely,
>
> Nicolai Rasmussen
> email: [EMAIL PROTECTED]
> icq: 13438955
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-diald" in
> the body of a message to [EMAIL PROTECTED]
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-diald" in
> the body of a message to [EMAIL PROTECTED]
>
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]