<DIV>Dear Klaus,</DIV>  <DIV>&nbsp;</DIV>  <DIV>Thank you very much.</DIV>  <DIV>&nbsp;</DIV>  <DIV>This is the version of openssl in Fedora Core 5 that I have got:</DIV>  <DIV class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT face="Times New Roman" size=3>[root@sip ~]# rpm -qa|grep -i ssl</FONT></DIV>  <DIV class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT face="Times New Roman" size=3>openssl-0.9.8a-5.2</FONT></DIV>  <DIV class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT face="Times New Roman" size=3>openssl-devel-0.9.8a-5.2</FONT></DIV>  <DIV class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT face="Times New Roman" size=3>openssl097a-0.9.7a-4.2.1</FONT></DIV>  <DIV class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT face="Times New Roman" size=3>docbook-style-dsssl-1.79-4</FONT></DIV>  <DIV class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT face="Times New Roman" size=3>mod_ssl-2.2.0-5.1.2</FONT></DIV>  <DIV><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Nimbus Roman No9
 L'"><FONT face="Times New Roman">[root@sip ~]#</FONT></SPAN></DIV>  <DIV><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Nimbus Roman No9 L'"><FONT face="Times New Roman"></FONT></SPAN>&nbsp;</DIV>  <DIV><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Nimbus Roman No9 L'"><FONT face="Times New Roman">Please Klaus..Help me...Please.</FONT></SPAN></DIV>  <DIV><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Nimbus Roman No9 L'"><FONT face="Times New Roman">Regards,</FONT></SPAN></DIV>  <DIV><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Nimbus Roman No9 L'"><FONT face="Times New Roman"></FONT></SPAN>&nbsp;</DIV>  <DIV><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Nimbus Roman No9 L'"><FONT face="Times New Roman"></FONT></SPAN>&nbsp;</DIV>  <DIV><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Nimbus Roman No9 L'"><FONT face="Times New Roman">Ferianto</FONT></SPAN></DIV><BR><BR><B><I>Klaus Darilion &lt;klaus.mailinglists@pernau.at&gt;</I></B> wrote:  <BLOCKQUOTE class=replbq style="PADDING-LEFT:
 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">The problem is, that the openssl library on Fedora 5 behaves different<BR>than usual. What version of openssl is used by Fedory 5?<BR><BR>regards<BR>klaus<BR><BR>On Sat, September 9, 2006 13:46, Ferianto siregar said:<BR>&gt; Dear Klaus,<BR>&gt;<BR>&gt; Thank you very much for you kind-hearted to reply my message. Thank you<BR>&gt; very much.<BR>&gt; Klaus, I still do not understand what you mean .Maybe because I have<BR>&gt; lack skill in this system.<BR>&gt; So, yesterday I tried to check file tls_init.c that there is in #<BR>&gt; openser-1.1.0-tls/tls directory.<BR>&gt; I found the script that you write below in tls_init.c file . Both of<BR>&gt; them are same (the script that you write below and the script in<BR>&gt; tls_ini.c file).<BR>&gt; So, I am confused, what should I do? What I have to change so TLS can<BR>&gt; run in my openser?<BR>&gt; Would you mind giving me explanation, Please..<BR>&gt;<BR>&gt; Thank you
 very much<BR>&gt;<BR>&gt; Regards,<BR>&gt;<BR>&gt;<BR>&gt; Ferianto<BR>&gt;<BR>&gt; Klaus Darilion <KLAUS.MAILINGLISTS@PERNAU.AT>wrote:<BR>&gt; Ferianto siregar wrote:<BR>&gt;&gt; Dear all,<BR>&gt;&gt;<BR>&gt;&gt; I would like to say thanks to all of you for your kind-hearted read my<BR>&gt;&gt; message. Thank you very much.<BR>&gt;&gt; All, I need you help now.Please..<BR>&gt;&gt; Now, I tried to build openser with TLS in Fedora Core 5. Before, I use<BR>&gt;&gt; Redhat 9 and the openser installation can be build successfully.( I can<BR>&gt;&gt; make a call with TLS support)<BR>&gt;&gt; But, Why when I tried to install it in Fedora Core 5, the openser can<BR>&gt;&gt; not run?(there is no pid for openser)<BR>&gt;&gt; But, When I erase the TLS configuration (TLS script for enable the TLS)<BR>&gt;&gt; in openser.cfg, the openser can run successfully.(There is a pid).<BR>&gt;&gt; So, in my opinion, the TLS Script in openser.cfg is error.<BR>&gt;&gt; But, I need this script to
 make secure openser server (openser with TLS<BR>&gt;&gt; support).<BR>&gt;&gt;<BR>&gt;&gt; What should I do? I do hope anybody can give a suggestion. Please help<BR>&gt;&gt; me...Please..<BR>&gt;<BR>&gt; Maybe the openssl library is different on fedora. The interesintg pieco<BR>&gt; of code is:<BR>&gt;<BR>&gt; #if (OPENSSL_VERSION_NUMBER &gt;= 0x00908000L) &amp;&amp; !defined(OPENSSL_NO_COMP)<BR>&gt; /* disabling compression */<BR>&gt; LOG(L_ERR, "WARNING:init_tls: disabling compression due ZLIB problems\n");<BR>&gt; comp_methods = SSL_COMP_get_compression_methods();<BR>&gt; if (comp_methods==0) {<BR>&gt; LOG(L_ERR, "ERRRO:init_tls: null openssl compression<BR>&gt; methods\n");<BR>&gt; return -1;<BR>&gt; }<BR>&gt; sk_SSL_COMP_zero(comp_methods);<BR>&gt; #endif<BR>&gt;<BR>&gt; I wonder why it is an error if the comp_methods are zero. Then we do not<BR>&gt; have to disable them.<BR>&gt;<BR>&gt; regards<BR>&gt; klaus<BR>&gt;<BR>&gt;<BR>&gt;&gt;<BR>&gt;&gt; Thank you very
 much<BR>&gt;&gt;<BR>&gt;&gt; Regards,<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; Ferianto<BR>&gt;&gt;<BR>&gt;&gt; Note:<BR>&gt;&gt; 1. This is the error message that I got when execute, # openser,<BR>&gt;&gt; command:<BR>&gt;&gt; 0(8715) DEBUG:socket2str:<BR>&gt;&gt; 0(8715) DEBUG:socket2str:<BR>&gt;&gt; 0(8715) DEBUG:socket2str:<BR>&gt;&gt; Listening on<BR>&gt;&gt; udp: 202.95.149.251 [202.95.149.251]:5060<BR>&gt;&gt; tcp: 202.95.149.251 [202.95.149.251]:5060<BR>&gt;&gt; tls: 202.95.149.251 [202.95.149.251]:5061<BR>&gt;&gt; Aliases:<BR>&gt;&gt; tls: sip:5061<BR>&gt;&gt; tls: sip.pcr.ac.id:5061<BR>&gt;&gt; tcp: sip:5060<BR>&gt;&gt; tcp: sip.pcr.ac.id:5060<BR>&gt;&gt; udp: sip:5060<BR>&gt;&gt; udp: sip.pcr.ac.id:5060<BR>&gt;&gt;<BR>&gt;&gt; 0(8715) fm_malloc_init: F_OPTIMIZE=16384, /ROUNDTO=2048<BR>&gt;&gt; 0(8715) fm_malloc_init: F_HASH_SIZE=2067, fm_block size=16560<BR>&gt;&gt; 0(8715) fm_malloc_init(0xb5fbb000, 33554432), start=0xb5fbb000<BR>&gt;&gt; 0(8715) shm_mem_init:
 success<BR>&gt;&gt; 0(8715) init_tcp: using epoll_lt as the io watch method (auto detected)<BR>&gt;&gt; 0(8715) init_tls: Entered<BR>&gt;&gt; 0(8715) WARNING:init_tls: disabling compression due ZLIB problems<BR>&gt;&gt; 0(8715) ERRRO:init_tls: null openssl compression methods<BR>&gt;&gt; 0(8715) could not initialize tls, exiting...<BR>&gt;&gt; 0(8715) DEBUG: tm_shutdown : start<BR>&gt;&gt; 0(8715) DEBUG: tm_shutdown : emptying hash table<BR>&gt;&gt; 0(8715) DEBUG: tm_shutdown : releasing timers<BR>&gt;&gt; 0(8715) DEBUG: tm_shutdown : removing semaphores<BR>&gt;&gt; 0(8715) DEBUG: tm_shutdown : destroying tmcb lists<BR>&gt;&gt; 0(8715) DEBUG: tm_shutdown : done<BR>&gt;&gt; 0(8715) destroy_tls: Entered<BR>&gt;&gt; 0(8715) shm_mem_destroy<BR>&gt;&gt; 0(8715) destroying the shared memory lock<BR>&gt;&gt;<BR>&gt;&gt; 2. This is the contain part of openser.cfg<BR>&gt;&gt;<BR>&gt;&gt; listen=202.95.149.250<BR>&gt;&gt; port=5060<BR>&gt;&gt; children=4<BR>&gt;&gt; dns=no # (cmd.
 line: -r)<BR>&gt;&gt; rev_dns=no # (cmd. line: -R)<BR>&gt;&gt; fifo="/tmp/openser_fifo"<BR>&gt;&gt; fifo_db_url="mysql://openser:openserrw@localhost/openser"<BR>&gt;&gt; fifo_mode=0666<BR>&gt;&gt; alias="pcr.ac.id"<BR>&gt;&gt;<BR>&gt;&gt; # uncomment the following lines for TLS support<BR>&gt;&gt; disable_tls = 0<BR>&gt;&gt; listen = tls:202.95.149.250:5061<BR>&gt;&gt; tls_verify_client = on<BR>&gt;&gt; tls_require_client_certificate = on<BR>&gt;&gt; tls_verify_server=on<BR>&gt;&gt; tls_method = TLSv1<BR>&gt;&gt; tls_certificate = "/usr/local/etc/openser/tls/user/user-cert.pem"<BR>&gt;&gt; tls_private_key = "/usr/local/etc/openser/tls/user/user-privkey.pem"<BR>&gt;&gt; tls_ca_list = "/usr/local/etc/openser/tls/user/user-calist.pem"<BR>&gt;&gt;<BR>&gt;&gt; # ------------------ module loading ----------------------------------<BR>&gt;&gt; # Uncomment this if you want to use SQL database loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/mysql.so" loadmodule<BR>&gt;&gt;
 "/usr/local/lib/openser/modules/sl.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/tm.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/rr.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/maxfwd.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/usrloc.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/registrar.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/auth.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/auth_db.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/uri.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/uri_db.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/mediaproxy.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/nathelper.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/textops.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/avpops.so" loadmodule<BR>&gt;&gt; "/usr/local/lib/openser/modules/domain.so" loadmodule<BR>&gt;&gt;
 "/usr/local/lib/openser/modules/permissions.so"<BR>&gt;&gt;<BR>&gt;&gt; ------------------------------------------------------------------------<BR>&gt;&gt; Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great<BR>&gt;&gt; rates starting at 1¢/min.<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; ------------------------------------------------------------------------<BR>&gt;&gt;<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; Devel mailing list<BR>&gt;&gt; Devel@openser.org<BR>&gt;&gt; http://openser.org/cgi-bin/mailman/listinfo/devel<BR>&gt;&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ---------------------------------<BR>&gt; Stay in the know. Pulse on the new Yahoo.com. Check it out.<BR><BR><BR></BLOCKQUOTE><BR><p>&#32;
                <hr size=1>Stay in the know. Pulse on the new Yahoo.com. <a href="http://us.rd.yahoo.com/evt=42974/*http://www.yahoo.com/preview"> Check it out.</a>