On Jun 18, 2010 at 13:47, Daniel Cardoso Alves dcardosoa@yahoo.com.br wrote:
Hi people,
I am trying to install kamailio in a server with OpenSolaris (SunOS sun-test 5.11 snv_83 i86pc i386 i86pc), to make some tests, performance, capacity, etc.
I tried to compile on Solaris but, it dont works perfectly. :)
Which version? What errors?
On the Internet and in the Manuals, I saw that there is a port from kamailio to solaris, but I dont find where to get this.
Docs: INSTALL Supported architectures:
- Linux/i386, Linux/amd64, Linux/armv4l,
- FreeBSD/i386, OpenBSD/i386, NetBSD/sparc64
- Solaris/sparc64, Solaris/i386
So I have some questions: Is there a port to Solaris?
Yes. It works.
Can I to compile Kamailio on Solaris (OpenSolaris)?
Yes.
Are there any manuals to install kamailio on Sun Machines?
No.
Make sure you have the required packages (read INSTALL and grep for Solaris, it is a little outdated, but should work). You need at least GNU make and gcc (sun cc should work too, but the code uses more optimisations on gcc). bison is recommended instead of Solaris yacc (with Solaris yacc you need to comment out one line in cfg.y).
By the way, Can anybody tell me if the performance and capacity of kamailio on the solaris is better than linux?
I doubt that anyone ran performance tests on the same hardware on both linux and solaris.
Andrei