>
> "Your vendor has not defined Socket macro SO_REUSEPORT"
>
> I was using perl 5.8. Later I tried with perl 5.10 but this also resulted the 
> same.
> Later I found that the /usr/include/asm/socket.h file had the SO_REUSEPORT 
> option commented. I uncommented the code and again tried by recompiling Perl. 
> But this time the error was of different type, the setsockopt was failing 
> with error "Protocol not available".
>

I believe that SO_REUSEPORT Is not supported on Linux systems (of
course, I'm guessing you're using Linux). To the best of my knowledge,
BSD and derivatives support it.

The closest alternative on Linux is SO_REUSEADDR

Thanks
Aditya
_______________________________________________
Ilug-cal-discuss mailing list
[email protected]
http://list.ilug-cal.org/mailman/listinfo/ilug-cal-discuss

Reply via email to