ports/118339: port net/quagga needs --enable-tcp-zebra option

Oles Hnatkevych don_oles at able.com.ua
Thu Nov 29 22:20:02 UTC 2007


>Number:         118339
>Category:       ports
>Synopsis:       port net/quagga needs --enable-tcp-zebra option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 29 22:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Oles Hnatkevych
>Release:        
>Organization:
>Environment:
>Description:
FreeBSD for some reason has problems with unix domain sockets on mfs. Thus quagga does not work on livecd when /var/run/quagga/ is on mfs over cd9660 via unionfs (or even directly on mfs), cause deamons can not connect to each other. To overcome this problem one may run ./configure with --enable-tcp-zebra=yes. This has to be option when compiling/configing quagga port.




>How-To-Repeat:

>Fix:
Put into Makefile:

OPTIONS = ...
    TCPZEBRA "Use TCP for zebra server, not unix sockets" off \

.if defined(TCPZEBRA)
CONFIGURE_ARGS+=--enable-tcp-zebra=yes
.endif


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list