[Devel] [ openser-Bugs-1384825 ] udp_init error on SPARC Solaris -
invalid setsockopt arg.
SourceForge.net
noreply at sourceforge.net
Mon Dec 19 17:46:32 CET 2005
Bugs item #1384825, was opened at 2005-12-19 02:20
Message generated for change (Comment added) made by dflinkmann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1384825&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: ver 1.0.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Dmitry Isakbayev (isakdim)
Assigned to: Nobody/Anonymous (nobody)
Summary: udp_init error on SPARC Solaris - invalid setsockopt arg.
Initial Comment:
On SPARC SOLARIS, the proxy logs
ERROR: udp_init: setsockopt(IP_MULTICAST_LOOP):
Invalid argument.
and exits.
----------------------------------------------------------------------
Comment By: Daniel Flinkmann (dflinkmann)
Date: 2005-12-19 16:46
Message:
Logged In: YES
user_id=74742
I tried it with removing "-MUSE_MCAST", but now the compile
run breaks as following:
gcc -g -O9 -funroll-loops -Wall -mcpu=ultrasparc
-mtune=ultrasparc -DNAME='"openser"'
-DVERSION='"1.0.0"' -DARCH='"sparc64"' -DOS='"solaris"'
-DCOMPILER='"/usr/local/bin/gcc 3.4"' -D__CPU_sparc64
-D__OS_solaris -DCFG_DIR='"/etc/openser/"' -DPKG_MALLOC
-DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DFAST_LOCK
-DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024
-DHAVE_GETIPNODEBYNAME -DHAVE_SYS_SOCKIO_H
-DHAVE_SCHED_YIELD -DHAVE_ALLOCA_H -c msg_translator.c -o
msg_translator.o
msg_translator.c: In function `build_req_buf_from_sip_req':
msg_translator.c:1339: error: `id_buf' undeclared (first
use in this function)
msg_translator.c:1339: error: (Each undeclared identifier
is reported only once
msg_translator.c:1339: error: for each function it appears
in.)
msg_translator.c:1340: error: `id_len' undeclared (first
use in this function)
make[1]: *** [msg_translator.o] Error 1
----------------------------------------------------------------------
Comment By: Daniel Flinkmann (dflinkmann)
Date: 2005-12-19 16:31
Message:
Logged In: YES
user_id=74742
Have you tried removing Multicast Support ? (-MUSE_MCAST in
Makefile.defs )
Daniel
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2005-12-19 16:29
Message:
Logged In: NO
Have you tried to remove MCAST support ?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1384825&group_id=139143
More information about the Devel
mailing list