<br><font size=2 face="sans-serif">Hi Nick,</font>
<br>
<br><font size=2 face="sans-serif">Many thanks for your help</font>
<br>
<br><font size=2 face="sans-serif">have built the stack using SCTP i.e.
</font>
<br>
<br><font size=2 face="sans-serif">SCTP=1 make all</font>
<br>
<br><font size=2 face="sans-serif">and it did wonderfull and also make
install didn't throw any error</font>
<br>
<br><font size=2 face="sans-serif">Now when i want it to listen on SCTP
by using following command1</font>
<br>
<br><font size=2 face="sans-serif">./openser -l sctp:127.0.0.1:5060</font>
<br>
<br><font size=2 face="sans-serif">It does give verbose output that it
is listening on SCTP but in the end it gives error </font>
<br>
<br><font size=2 face="sans-serif">Jan 22 17:48:52 [28747] ERROR:core:sctp_server_init:
bind(4, 0x818ce74, 16) on 127.0.0.1: Permission denied</font>
<br>
<br><font size=2 face="sans-serif">have tried it with ./openser -l sctp:127.0.0.1:5068
as well but got the same error.</font>
<br>
<br><font size=2 face="sans-serif">Please find the attached verbose log.</font>
<br>
<br>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br><font size=2 face="sans-serif"><br>
Jagmohan Bhanot<br>
Tata Consultancy Services<br>
Mailto: j.bhanot@tcs.com<br>
Website: http://www.tcs.com<br>
____________________________________________<br>
Experience certainty. IT Services<br>
Business Solutions<br>
Outsourcing<br>
____________________________________________</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>nick <nick@mobilia.it></b>
</font>
<p><font size=1 face="sans-serif">01/22/2008 04:52 PM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">Klaus Darilion <klaus.mailinglists@pernau.at></font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td><font size=1 face="sans-serif">J Bhanot <j.bhanot@tcs.com>, users@lists.openser.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: [OpenSER-Users] SCTP enabled stack</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>http://rpmfind.net/linux/rpm2html/search.php?query=lksctp&submit=Search+...&system=Fedora&arch=<br>
<br>
<br>
<br>
<br>
Klaus Darilion wrote:<br>
> On Debian based systems, SCTP is provided by the system and can be
<br>
> installed using the system's package manager (e.g. apt-get).<br>
> <br>
> You are using Fedora. This is RPM based. Thus, look if Fedora provides
<br>
> RPM packages for SCPT (the ones for your architecture). If not you
have <br>
> to install it manually (make, make install) or choose another Linux
<br>
> distribution.<br>
> <br>
> As I have absolutely never used Fedora I can't help you more on this.<br>
> <br>
> regards<br>
> klaus<br>
> <br>
> J Bhanot schrieb:<br>
>> Hi,<br>
>><br>
>> Apologies for asking such naive questions but which architecture
of <br>
>> libsctp-dev<br>
>> should be installed as i see files of many architecture there
e.g. <br>
>> alpha, i386 - on what the architecture is dependent..<br>
>><br>
>> as of now have downloaded i386 but then it has extension of DEB<br>
>><br>
>> I have no idea - how to extract files from this so as to do make
all <br>
>> etc. for this tool (like we untar files from .tar package)<br>
>><br>
>> is debian some sort of application which should be running on
the machine.<br>
>><br>
>> Thanks.<br>
>><br>
>> jb<br>
>><br>
>><br>
>><br>
>> *Klaus Darilion <klaus.mailinglists@pernau.at>*<br>
>><br>
>> 01/22/2008 02:59 PM<br>
>><br>
>>
<br>
>> To<br>
>>
J Bhanot <j.bhanot@tcs.com><br>
>> cc<br>
>>
users@lists.openser.org<br>
>> Subject<br>
>>
Re: [OpenSER-Users] SCTP enabled stack<br>
>><br>
>><br>
>>
<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> Hi!<br>
>><br>
>> Have you installed SCTP development package?<br>
>> e.g. under Debian it is called libsctp-dev<br>
>><br>
>> regards<br>
>> klaus<br>
>><br>
>> J Bhanot schrieb:<br>
>> ><br>
>> > Hi,<br>
>> ><br>
>> > I am trying to build the stack with SCTP enabled...<br>
>> ><br>
>> > I am doing following<br>
>> ><br>
>> > SCTP=1 make all<br>
>> ><br>
>> > but I am getting error -<br>
>> ><br>
>> > In file included from forward.h:49,<br>
>> >
from action.c:49:<br>
>> > sctp_server.h:32:26: error: netinet/sctp.h: No such
file or directory<br>
>> > make: *** [action.o] Error 1<br>
>> ><br>
>> > I am using FC8 - have inserted the SCTP module using
*/sbin/modprobe <br>
>> sctp*<br>
>> > without any error..<br>
>> ><br>
>> > To overcome this error....<br>
>> ><br>
>> > I chaged the absolute path of sctp.h in sctp_server.h
to<br>
>> > #include<br>
>> > "/usr/src/kernels/2.6.23.1-42.fc8-i686/include/net/sctp/sctp.h"*/<br>
>> > instead of<br>
>> ><br>
>> > #include <netinet/sctp.h><br>
>> ><br>
>> > but even then i am getting many erros of redeclration
of many variables<br>
>> > and files not being found in sctp.h<br>
>> ><br>
>> > Kindly suggest what should be done so that server can
work with SCTP.<br>
>> ><br>
>> > Thanks,<br>
>> > jb<br>
>> > __________________________________________<br>
>> ><br>
>> > =====-----=====-----=====<br>
>> > Notice: The information contained in this e-mail<br>
>> > message and/or attachments to it may contain<br>
>> > confidential or privileged information. If you are<br>
>> > not the intended recipient, any dissemination, use,<br>
>> > review, distribution, printing or copying of the<br>
>> > information contained in this e-mail message<br>
>> > and/or attachments to it are strictly prohibited. If<br>
>> > you have received this communication in error,<br>
>> > please notify us by reply e-mail or telephone and<br>
>> > immediately and permanently delete the message<br>
>> > and any attachments. Thank you<br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> > ------------------------------------------------------------------------<br>
>> ><br>
>> > _______________________________________________<br>
>> > Users mailing list<br>
>> > Users@lists.openser.org<br>
>> > http://lists.openser.org/cgi-bin/mailman/listinfo/users<br>
>><br>
>> ForwardSourceID:NT0000DA2E <br>
>><br>
>> =====-----=====-----=====<br>
>> Notice: The information contained in this e-mail<br>
>> message and/or attachments to it may contain <br>
>> confidential or privileged information. If you are <br>
>> not the intended recipient, any dissemination, use, <br>
>> review, distribution, printing or copying of the <br>
>> information contained in this e-mail message <br>
>> and/or attachments to it are strictly prohibited. If <br>
>> you have received this communication in error, <br>
>> please notify us by reply e-mail or telephone and <br>
>> immediately and permanently delete the message <br>
>> and any attachments. Thank you<br>
>><br>
>><br>
>><br>
> <br>
> _______________________________________________<br>
> Users mailing list<br>
> Users@lists.openser.org<br>
> http://lists.openser.org/cgi-bin/mailman/listinfo/users<br>
<br>
</tt></font>
<br><font size=1 color=white face="sans-serif">ForwardSourceID:NT0000DA62
</font>
<br><pre>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
</pre>