UNIMRCP On Linux error in install

841 views
Skip to first unread message

AHMED AHMED

unread,
Jan 25, 2010, 9:32:40 AM1/25/10
to uni...@googlegroups.com
Dear Arsen,

I'm using Unimrcp on windows successfully and need to test Unimrcp client in Linux 
I'm beginner in Unix developing,
I work on Linux Fedora 12.

I,m download and install
and download UniMRCP-0.8.0 extract in /usr/local/unimrcp
and do :

$
./bootstrap
[root@ahmedk unimrcp]# ./bootstrap
+ libtoolize --force --automake --copy
+ aclocal -I build/acmacros
/usr/local/share/aclocal/ltdl.m4:29: warning: underquoted definition of AC_LIB_LTDL
/usr/local/share/aclocal/ltdl.m4:29:   run info '(automake)Extending aclocal'
/usr/local/share/aclocal/ltdl.m4:29:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
+ automake --foreign --add-missing --copy
configure.ac:29: required file `build/ltmain.sh' not found
+ autoconf
+ rm -rf autom4te.cache
$
./configure
[root@ahmedk unimrcp]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
UniMRCP Version: 0.8.0
configure: Apache Portable Runtime (APR) library configuration
checking for APR... yes
1.3.8
configure: Apache Portable Runtime Utility (APU) library configuration
checking for APR-util... yes
1.3.9
configure: Sofia SIP library configuration
checking for Sofia-SIP... yes
1.12.10
checking for C compiler vendor... gnu
configure: Cepstral Swift library configuration
checking for Swift... configure: WARNING: not found - looked for /opt/swift
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'

What is wrong ?
--
ahmed kfrawy


Arsen Chaloyan

unread,
Jan 25, 2010, 12:13:30 PM1/25/10
to uni...@googlegroups.com
Hi Ahmed,

On my Fedora12 box I have autoconf-2.65 and automake-1.11.1 installed.
The problem seems to be aclocal and libtool related. I assume a bit
outdated version of libtool may be incompatible with more recent
automake (aclocal) you have. I'd suggest to use yum to update libtool.

# yum update libtool

From other side, you wouldn't need those autotools, if I provided
already bootstrapted sources with the release. Probably I'll do that
with the next release. In the meantime, you may try the version
released with Asterisk connector bridge. It's a few revisions ahead of
0.8.0 release, but is already bootstrapted.
http://unimrcp.googlecode.com/files/uni-ast-package.tar.gz

Let us know the results, please.

> --
> You received this message because you are subscribed to the Google Groups
> "UniMRCP" group.
> To post to this group, send email to uni...@googlegroups.com.
> To unsubscribe from this group, send email to
> unimrcp+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/unimrcp?hl=en.
>

--
Arsen Chaloyan
The author of UniMRCP
http://www.unimrcp.org

AHMED AHMED

unread,
Jan 27, 2010, 3:50:01 AM1/27/10
to uni...@googlegroups.com
Dear Arsen,

thanks for your support.
I tried to use yum commend but its failed so I downloaded another libtool version (libtool-2.2.6b) and its working successfully.
and "./bootstrap" .. "./configure" .. "make" .. "make install"    commends worked successfully.

but when I run Unimrcpserver I got that :
[root@ahmedk ~]# cd /usr/local/unimrcp/bin
[root@ahmedk bin]# ./unimrcpserver
2010-01-26 22:31:49:614523 [NOTICE] UniMRCP Server [0.8.0]
2010-01-26 22:31:49:614792 [INFO]   APR [1.3.8]
2010-01-26 22:31:49:614822 [NOTICE] Create MRCP Server
2010-01-26 22:31:49:615111 [NOTICE] Create MRCP Resource Factory [2]
2010-01-26 22:31:49:615145 [NOTICE] Register Synthesizer Resource
2010-01-26 22:31:49:615163 [NOTICE] Register Recognizer Resource
2010-01-26 22:31:49:615175 [INFO]   Register Resource Factory
2010-01-26 22:31:49:615209 [INFO]   Register Codec [PCMU]
2010-01-26 22:31:49:615227 [INFO]   Register Codec [PCMA]
2010-01-26 22:31:49:615240 [INFO]   Register Codec [L16]
2010-01-26 22:31:49:615255 [NOTICE] Open Config File [../conf/unimrcpserver.xml]
2010-01-26 22:31:49:617922 [NOTICE] Create SofiaSIP Agent [1.12.10] 127.0.0.1:8060 udp,tcp
2010-01-26 22:31:49:617964 [INFO]   Register Signaling Agent [SIP-Agent-1]
2010-01-26 22:31:49:618344 [NOTICE] Create UniRTSP Agent 127.0.0.1:1554 [100]
2010-01-26 22:31:49:618372 [INFO]   Register Signaling Agent [RTSP-Agent-1]
2010-01-26 22:31:49:618569 [NOTICE] Create TCP/MRCPv2 Connection Agent 127.0.0.1:1544 [100]
2010-01-26 22:31:49:618654 [INFO]   Register Connection Agent [MRCPv2-Agent-1]
2010-01-26 22:31:49:618684 [NOTICE] Create Media Processing Engine
2010-01-26 22:31:49:618702 [INFO]   Register Media Engine [Media-Engine-1]
2010-01-26 22:31:49:619110 [NOTICE] Create RTP Termination Factory 127.0.0.1:[5000,6000]
2010-01-26 22:31:49:619143 [INFO]   Register RTP Termination Factory [RTP-Factory-1]
2010-01-26 22:31:49:619170 [INFO]   Load Plugin [../plugin/demosynth.so] [Demo-Synth-1]
2010-01-26 22:31:49:619490 [INFO]   Register MRCP Engine [Demo-Synth-1]
2010-01-26 22:31:49:619519 [INFO]   Load Plugin [../plugin/demorecog.so] [Demo-Recog-1]
2010-01-26 22:31:49:619702 [INFO]   Register MRCP Engine [Demo-Recog-1]
2010-01-26 22:31:49:619725 [INFO]   Loading Profile signaling-agent [SIP-Agent-1]
2010-01-26 22:31:49:619741 [INFO]   Loading Profile connection-agent [MRCPv2-Agent-1]
2010-01-26 22:31:49:619755 [INFO]   Loading Profile media-engine [Media-Engine-1]
2010-01-26 22:31:49:619770 [INFO]   Loading Profile rtp-factory [RTP-Factory-1]
2010-01-26 22:31:49:619783 [NOTICE] Create Profile [MRCPv2-Default]
2010-01-26 22:31:49:619806 [INFO]   Assign MRCP Engine [speechsynth] [Demo-Synth-1]
2010-01-26 22:31:49:619820 [INFO]   Assign MRCP Engine [speechrecog] [Demo-Recog-1]
2010-01-26 22:31:49:619832 [INFO]   Register Profile [MRCPv2-Default]
2010-01-26 22:31:49:619844 [INFO]   Loading Profile signaling-agent [RTSP-Agent-1]
2010-01-26 22:31:49:620029 [INFO]   Loading Profile media-engine [Media-Engine-1]
2010-01-26 22:31:49:620046 [INFO]   Loading Profile rtp-factory [RTP-Factory-1]
2010-01-26 22:31:49:620092 [NOTICE] Create Profile [MRCPv1-Default]
2010-01-26 22:31:49:620109 [INFO]   Assign MRCP Engine [speechsynth] [Demo-Synth-1]
2010-01-26 22:31:49:620122 [INFO]   Assign MRCP Engine [speechrecog] [Demo-Recog-1]
2010-01-26 22:31:49:620134 [INFO]   Register Profile [MRCPv1-Default]
2010-01-26 22:31:49:620153 [INFO]   Start MRCP Server
2010-01-26 22:31:49:620341 [INFO]   Start SofiaSIP Agent
nta: bind(127.0.0.1:8060;transport=*): Address already in use
nua: initializing SIP stack failed
2010-01-26 22:31:49:654243 [INFO]   Start UniRTSP Agent
2010-01-26 22:31:49:654483 [INFO]   Start TCP/MRCPv2 Connection Agent
2010-01-26 22:31:49:654599 [INFO]   Start Media Processing Engine
>2010-01-26 22:31:49:655587 [WARN]   Failed to Create Listen Socket
2010-01-26 22:31:49:666068 [WARN]   Failed to Create Listen Socket
2010-01-26 22:31:49:666141 [INFO]   Open MRCP Engines
2010-01-26 22:31:49:666158 [INFO]   Start Demo Recog Engine
2010-01-26 22:31:49:689350 [INFO]   Start Demo Synth Engine
2010-01-26 22:31:49:689646 [NOTICE] MRCP Server Started
  so I changed socket <param name="sip-port" value="8060"/> to
<param name="sip-port" value="8061"/> in unimrcpserver.xml conf file
I get that:
[root@ahmedk ~]# cd /usr/local/unimrcp/bin
[root@ahmedk bin]# ./unimrcpserver
2010-01-26 22:40:54:193401 [NOTICE] UniMRCP Server [0.8.0]
2010-01-26 22:40:54:193676 [INFO]   APR [1.3.8]
2010-01-26 22:40:54:193705 [NOTICE] Create MRCP Server
2010-01-26 22:40:54:193804 [NOTICE] Create MRCP Resource Factory [2]
2010-01-26 22:40:54:193833 [NOTICE] Register Synthesizer Resource
2010-01-26 22:40:54:193851 [NOTICE] Register Recognizer Resource
2010-01-26 22:40:54:194055 [INFO]   Register Resource Factory
2010-01-26 22:40:54:194095 [INFO]   Register Codec [PCMU]
2010-01-26 22:40:54:194112 [INFO]   Register Codec [PCMA]
2010-01-26 22:40:54:194125 [INFO]   Register Codec [L16]
2010-01-26 22:40:54:194141 [NOTICE] Open Config File [../conf/unimrcpserver.xml]
2010-01-26 22:40:54:196151 [NOTICE] Create SofiaSIP Agent [1.12.10] 127.0.0.1:8061 udp,tcp
2010-01-26 22:40:54:196196 [INFO]   Register Signaling Agent [SIP-Agent-1]
2010-01-26 22:40:54:196633 [NOTICE] Create UniRTSP Agent 127.0.0.1:1554 [100]
2010-01-26 22:40:54:196664 [INFO]   Register Signaling Agent [RTSP-Agent-1]
2010-01-26 22:40:54:197058 [NOTICE] Create TCP/MRCPv2 Connection Agent 127.0.0.1:1544 [100]
2010-01-26 22:40:54:197183 [INFO]   Register Connection Agent [MRCPv2-Agent-1]
2010-01-26 22:40:54:197217 [NOTICE] Create Media Processing Engine
2010-01-26 22:40:54:197236 [INFO]   Register Media Engine [Media-Engine-1]
2010-01-26 22:40:54:197504 [NOTICE] Create RTP Termination Factory 127.0.0.1:[5000,6000]
2010-01-26 22:40:54:197529 [INFO]   Register RTP Termination Factory [RTP-Factory-1]
2010-01-26 22:40:54:197584 [INFO]   Load Plugin [../plugin/demosynth.so] [Demo-Synth-1]
2010-01-26 22:40:54:198045 [INFO]   Register MRCP Engine [Demo-Synth-1]
2010-01-26 22:40:54:198085 [INFO]   Load Plugin [../plugin/demorecog.so] [Demo-Recog-1]
2010-01-26 22:40:54:198312 [INFO]   Register MRCP Engine [Demo-Recog-1]
2010-01-26 22:40:54:198336 [INFO]   Loading Profile signaling-agent [SIP-Agent-1]
2010-01-26 22:40:54:198353 [INFO]   Loading Profile connection-agent [MRCPv2-Agent-1]
2010-01-26 22:40:54:198367 [INFO]   Loading Profile media-engine [Media-Engine-1]
2010-01-26 22:40:54:198381 [INFO]   Loading Profile rtp-factory [RTP-Factory-1]
2010-01-26 22:40:54:198393 [NOTICE] Create Profile [MRCPv2-Default]
2010-01-26 22:40:54:198417 [INFO]   Assign MRCP Engine [speechsynth] [Demo-Synth-1]
2010-01-26 22:40:54:198430 [INFO]   Assign MRCP Engine [speechrecog] [Demo-Recog-1]
2010-01-26 22:40:54:198442 [INFO]   Register Profile [MRCPv2-Default]
2010-01-26 22:40:54:198455 [INFO]   Loading Profile signaling-agent [RTSP-Agent-1]
2010-01-26 22:40:54:198469 [INFO]   Loading Profile media-engine [Media-Engine-1]
2010-01-26 22:40:54:198481 [INFO]   Loading Profile rtp-factory [RTP-Factory-1]
2010-01-26 22:40:54:198493 [NOTICE] Create Profile [MRCPv1-Default]
2010-01-26 22:40:54:198506 [INFO]   Assign MRCP Engine [speechsynth] [Demo-Synth-1]
2010-01-26 22:40:54:198518 [INFO]   Assign MRCP Engine [speechrecog] [Demo-Recog-1]
2010-01-26 22:40:54:198530 [INFO]   Register Profile [MRCPv1-Default]
2010-01-26 22:40:54:198547 [INFO]   Start MRCP Server
2010-01-26 22:40:54:198726 [INFO]   Start SofiaSIP Agent
>2010-01-26 22:40:54:208441 [INFO]   Start UniRTSP Agent
2010-01-26 22:40:54:208597 [INFO]   Start TCP/MRCPv2 Connection Agent
2010-01-26 22:40:54:208674 [INFO]   Start Media Processing Engine
2010-01-26 22:40:54:209327 [INFO]   Receive SIP Event [nua_r_set_params] Status 200 OK
2010-01-26 22:40:54:209607 [WARN]   Failed to Create Listen Socket
2010-01-26 22:40:54:209760 [WARN]   Failed to Create Listen Socket
2010-01-26 22:40:54:209801 [INFO]   Open MRCP Engines
2010-01-26 22:40:54:209818 [INFO]   Start Demo Recog Engine
2010-01-26 22:40:54:256362 [INFO]   Start Demo Synth Engine
2010-01-26 22:40:54:256564 [NOTICE] MRCP Server Started

what is wrong?

--
Ahmed El-Kfrawy
Best Regards
       Eng Ahmed Ahmed Ahmed El Kfrawy
       Senior Programmer
       Sakhr Software Company
                  www.sakhr.com
       Tel. :+( 20) 0126973867

Arsen Chaloyan

unread,
Jan 27, 2010, 6:12:21 AM1/27/10
to uni...@googlegroups.com
Hi Ahmed,

The issue is all the ports (SIP, RTSP, MRCPv2) UniMRCP should listen
for are already in use.
I guess you have another instance of unimrcpserver running.

Use netstat -nap and see which process is listening for 8060(1), 1554,
1544 ports.
Also ps -A to check if there is another instance of unimrcp running.

AHMED AHMED

unread,
Jan 31, 2010, 4:14:17 AM1/31/10
to uni...@googlegroups.com
Dear Arsen,
thanks for your support.
its work successfully on same PC after restart and set each IP in UNIMRCPServer.xml
<param name="sip-ip" value="auto"/> to value="192.168.30.135"
<param name="rtsp-ip" value="auto"/> to value="192.168.30.135"
<param name="mrcp-ip" value="auto"/> to value="192.168.30.135"
<param name="rtp-ip" value="auto"/> to value="192.168.30.135"
and in UNIMRCPClient.xml
<param name="client-ip" value="auto"/> to value="192.168.30.135"
<param name="server-ip" value="auto"/> to value="192.168.30.135"
<param name="rtp-ip" value="auto"/> to value="192.168.30.135"
-------------------------
but when testing in two Pcs one as a client(Linux ) and another as a server (windows).
in client side get :

[root@ahmedk ~]# cd /usr/local/unimrcp/bin
[root@ahmedk bin]# ./unimrcpclient
2010-01-30 23:08:33:485061 [NOTICE] UniMRCP Client [0.8.0]
2010-01-30 23:08:33:485393 [INFO]   APR [1.3.8]
2010-01-30 23:08:33:485425 [NOTICE] Create MRCP Client
2010-01-30 23:08:33:485527 [NOTICE] Create MRCP Resource Factory [2]
2010-01-30 23:08:33:485555 [NOTICE] Register Synthesizer Resource
2010-01-30 23:08:33:485574 [NOTICE] Register Recognizer Resource
2010-01-30 23:08:33:485586 [INFO]   Register Resource Factory
2010-01-30 23:08:33:485618 [INFO]   Register Codec [PCMU]
2010-01-30 23:08:33:485635 [INFO]   Register Codec [PCMA]
2010-01-30 23:08:33:485648 [INFO]   Register Codec [L16]
2010-01-30 23:08:33:485666 [NOTICE] Open Config File [../conf/unimrcpclient.xml]
2010-01-30 23:08:33:501853 [NOTICE] Create SofiaSIP Agent [1.12.10] 192.168.31.100:8062 -> smb://192.168.20.93:8060 udp
2010-01-30 23:08:33:501945 [INFO]   Register Signaling Agent [SIP-Agent-1]
2010-01-30 23:08:33:502039 [NOTICE] Create UniRTSP Agent smb://192.168.20.93:1554 [100]
2010-01-30 23:08:33:502057 [INFO]   Register Signaling Agent [RTSP-Agent-1]
2010-01-30 23:08:33:502077 [NOTICE] Create TCP/MRCPv2 Connection Agent [100]
2010-01-30 23:08:33:502096 [INFO]   Register Connection Agent [MRCPv2-Agent-1]
2010-01-30 23:08:33:502116 [NOTICE] Create Media Processing Engine
2010-01-30 23:08:33:502134 [INFO]   Register Media Engine [Media-Engine-1]
2010-01-30 23:08:33:502188 [NOTICE] Create RTP Termination Factory 192.168.31.100:[4000,5000]
2010-01-30 23:08:33:502204 [INFO]   Register RTP Termination Factory [RTP-Factory-1]
2010-01-30 23:08:33:502218 [INFO]   Loading Profile signaling-agent [SIP-Agent-1]
2010-01-30 23:08:33:502234 [INFO]   Loading Profile connection-agent [MRCPv2-Agent-1]
2010-01-30 23:08:33:502247 [INFO]   Loading Profile media-engine [Media-Engine-1]
2010-01-30 23:08:33:502259 [INFO]   Loading Profile rtp-factory [RTP-Factory-1]
2010-01-30 23:08:33:502272 [NOTICE] Create Profile [MRCPv2-Default]
2010-01-30 23:08:33:502286 [INFO]   Register Profile [MRCPv2-Default]
2010-01-30 23:08:33:502299 [INFO]   Loading Profile signaling-agent [RTSP-Agent-1]
2010-01-30 23:08:33:502311 [INFO]   Loading Profile media-engine [Media-Engine-1]
2010-01-30 23:08:33:502323 [INFO]   Loading Profile rtp-factory [RTP-Factory-1]
2010-01-30 23:08:33:502334 [NOTICE] Create Profile [MRCPv1-Default]
2010-01-30 23:08:33:502345 [INFO]   Register Profile [MRCPv1-Default]
2010-01-30 23:08:33:502375 [NOTICE] Create Application
2010-01-30 23:08:33:502389 [INFO]   Register Application [synth]
2010-01-30 23:08:33:502403 [NOTICE] Create Application
2010-01-30 23:08:33:502414 [INFO]   Register Application [recog]
2010-01-30 23:08:33:502427 [NOTICE] Create Application
2010-01-30 23:08:33:502438 [INFO]   Register Application [bypass]
2010-01-30 23:08:33:502452 [NOTICE] Create Application
2010-01-30 23:08:33:502464 [INFO]   Register Application [discover]
2010-01-30 23:08:33:502494 [INFO]   Start Framework Task
2010-01-30 23:08:33:502734 [NOTICE] Run Demo Framework
2010-01-30 23:08:33:502789 [INFO]   Start MRCP Client
2010-01-30 23:08:33:503166 [INFO]   Start SofiaSIP Agent
>2010-01-30 23:08:33:503683 [INFO]   Start UniRTSP Agent
2010-01-30 23:08:33:552814 [INFO]   Start TCP/MRCPv2 Connection Agent
2010-01-30 23:08:33:561293 [INFO]   Receive SIP Event [nua_r_set_params] Status 200 OK
2010-01-30 23:08:33:562761 [INFO]   Start Media Processing Engine
2010-01-30 23:08:33:591484 [NOTICE] MRCP Client Started
run synth
>2010-01-30 23:09:22:719049 [NOTICE] Run Demo Application Scenario [synth]
2010-01-30 23:09:22:719119 [NOTICE] Create MRCP Handle 0x962c5f8 [MRCPv2-Default]
2010-01-30 23:09:22:719151 [INFO]   Create Channel 0x962c5f8 <new>
2010-01-30 23:09:22:719199 [INFO]   Receive App Request 0x962c5f8 <new> [2]
2010-01-30 23:09:22:719298 [INFO]   Add MRCP Handle 0x962c5f8
2010-01-30 23:09:22:719359 [NOTICE] Add Control Channel 0x962c5f8 <new@speechsynth>
2010-01-30 23:09:22:727980 [INFO]   Send Offer 0x962c5f8 <new> [c:1 a:1 v:0]
2010-01-30 23:09:22:728073 [INFO]   Local SDP 0x962c5f8 <new>
v=0
o=UniMRCPClient 0 0 IN IP4 192.168.31.100
s=-
c=IN IP4 192.168.31.100
t=0 0
m=application 9 TCP/MRCPv2 1
a=setup:active
a=connection:new
a=resource:speechsynth
a=cmid:1
m=audio 4000 RTP/AVP 0 8 96 97 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:96 L16/8000
a=rtpmap:97 PCMU/16000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=recvonly
a=mid:1


and in server (windows) side :
no change .

do you have any idea about this problem (connection from Linux to Windows)?

--------
Ahmed El-kfrawy

Arsen Chaloyan

unread,
Jan 31, 2010, 6:34:09 AM1/31/10
to uni...@googlegroups.com
Hi Ahmed,

Glad to see you're moving forward.

From what I can see, it's not a configuration related issue. Check
what is sent on the wire. I suspect firewall on your Windows machine
blocks incoming traffic.

AHMED AHMED

unread,
Jan 31, 2010, 7:00:08 AM1/31/10
to uni...@googlegroups.com
Dear Arsen,
Very Very thanks for your support.
now its work successfully in two Pcs one as a client(Linux ) and another as a server.

------
Ahmed El-kfrawy
Reply all
Reply to author
Forward
0 new messages