Install fails on amd64 Ubuntu 9.04

56 views
Skip to first unread message

rkeane

unread,
Mar 28, 2010, 4:42:08 PM3/28/10
to ezasoket
The make fails with the following:
gcc -fPIC -m32 -I. -c -o obj/ezasoket.o src/ezasoket.c
src/ezasoket.c: In function ‘ProcessIpDropMemberForInput’:
src/ezasoket.c:2834: error: storage size of ‘IP_MReq’ isn’t known
src/ezasoket.c: In function ‘ProcessIpAddMemberForInput’:
src/ezasoket.c:2862: error: storage size of ‘IP_MReq’ isn’t known
src/ezasoket.c: At top level:
...and other errors. Any help is appreciated.

Regards,
Bob Keane

Michael Potter

unread,
Mar 28, 2010, 5:07:34 PM3/28/10
to ezas...@googlegroups.com
Bob,

Here is a quick answer, I am not sure if this will work so please give
it a try and report back success or failure....

change lines 2834 and 2862 from
struct ip_mreqn IP_MReq;
to
struct ip_mreqn IP_MReq;

I do not have a 64bit ubuntu box handy so I have not tested that.

--
Michael Potter

> --
> You received this message because you are subscribed to the Google Groups "ezasoket" group.
> To post to this group, send email to ezas...@googlegroups.com.
> To unsubscribe from this group, send email to ezasoket+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/ezasoket?hl=en.
>
>

Michael Potter

unread,
Mar 28, 2010, 5:16:31 PM3/28/10
to ezas...@googlegroups.com
Fix Typo:

change lines 2834 and 2862 from
struct ip_mreq IP_MReq;
to
struct ip_mreqn IP_MReq;
Reply all
Reply to author
Forward
0 new messages