1838383 Members
3986 Online
110125 Solutions
New Discussion

sctp api or library

 
winlac
New Member

sctp api or library

i would like to ask if theres an available api for the hpux 11i? i downloaded the library from sctp.de and it doesnt compile properly. i researched about the opencall ss7 but its not free.
8 REPLIES 8
Arunvijai_4
Honored Contributor

Re: sctp api or library

Same question and reply from HP

http://devresource.hp.com/forums/thread.jspa?threadID=4153&messageID=12088

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
winlac
New Member

Re: sctp api or library

i read about this sir. but is there anyone out there that used the sctp implementation for hpux?
Arunvijai_4
Honored Contributor

Re: sctp api or library

I see 2-3 implementation of SCTP on HP-UX here http://www.sctp.org/implementations.html But all turned out to be commercial products including SS7, Nothing freely available. Can you post what error you got during compilation, we can try to debug that instead of searching for a free API/library ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
winlac
New Member

Re: sctp api or library

sctp.de didnt mention if its supporting the hp platform so i just tried it anyway to see what will be the problem. the created make file is looking for some library which when i checked is existing in solaris. so i was wondering if anyone was able to find or created a workaround for the library to successfully compile in hpux
Arunvijai_4
Honored Contributor

Re: sctp api or library

What is the library (libraries) names ? Can you give more information to proceed further ? Have you tried compiling http://www.openss7.org/strxnet-0.9.2-4.tar.gz

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
winlac
New Member

Re: sctp api or library

the library from sctp.de is sctplib-1.0.4.tar.gz. the file from openss7 didnt compiled successfully.
Arunvijai_4
Honored Contributor

Re: sctp api or library

Anyways, post your error messages to analysis further.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
winlac
New Member

Re: sctp api or library

here are the error messages.

sctplib(www.sctp.de):
./configure is successful but when i issued make it says:

adaptation.c:98:27: net/if_dl.h: No such file or directory
adaptation.c:99:30: net/if_types.h: No such file or directory
adaptation.c:102:28: net/if_var.h: No such file or directory
adaptation.c: In function `adl_gatherLocalAddresses':
adaptation.c:3030: error: structure has no member named `sa_len'
adaptation.c:3032: error: structure has no member named `sa_len'
adaptation.c:3130: error: structure has no member named `sa_len'
adaptation.c:3132: error: structure has no member named `sa_len'
adaptation.c:3155: error: structure has no member named `ifr_mtu'
adaptation.c:3214: error: union has no member named `sin6'
adaptation.c:3214: error: union has no member named `sin6'

these missing header files are existing is solaris