[Kamailio-Users] REGISTER port with Xlite 2.0
ingdavidcespedes at cable.net.co
ingdavidcespedes at cable.net.co
Wed Oct 29 17:44:30 CET 2008
Hi
I download Twinkle, and install all the prerequisites, except for Qt. I have some problems with it. First I download Qt for Linux/X11: C++ "qt-x11-opensource-src-4.4.3.tar" I really don't know if it is the one I have to download, because In the Twinkle page, it only says you have to install "Qt for open source (3.3.0 or later, but not Qt4)". Then I do all the steps
cd /tmp
gunzip qt-x11-opensource-src-4.4.3.tar.gz # uncompress the archive
tar xvf qt-x11-opensource-src-4.4.3.tar # unpack it
cd /tmp/qt-x11-opensource-src-4.4.3
./configure #It took more than 6 hours
make
su -c "make install"
Then I retry to install Twinkle entering in Twinkle directory an doing ./configure but I receive the following error:
checking for qt-mt >= 3.3.0 qt-mt < 4.0... Package qt-mt was not found in the pkg-config search path. Perhaps you should add the directory containing `qt-mt.pc' to the PKG_CONFIG_PATH environment variable No package 'qt-mt' found Package qt-mt was not found in the pkg-config search path. Perhaps you should add the directory containing `qt-mt.pc' to the PKG_CONFIG_PATH environment variable No package 'qt-mt' found
configure: error: Library requirements (qt-mt >= 3.3.0 qt-mt < 4.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
So I read the FAQ of Twinke (http://www.xs4all.nl/~mfnboer/twinkle/index.html) an it says that I can skip this error by doing ./configure --disable-qt-check, but now I receive the following error:
checking value of $QTDIR... /usr/lib/qt-3.3
checking for qmake... no
configure: error: Cannot find qmake in $QTDIR/bin. $QTDIR is incorrect.
So I realize that I didn't have libqt-mt so I try to recompile QT with "./configure -thread" but it didn't let me, so I try with "./configure -DQT_THREAD_SUPPORT" and the compilation took also mother tan 6 hours, and I retry to install Twinkle, but without success, I receive the same message.
checking value of $QTDIR... /usr/lib/qt-3.3
checking for qmake... no
configure: error: Cannot find qmake in $QTDIR/bin. $QTDIR is incorrect.
I don't Know what I am doing wrong. Any Help!!!!! please.
David Cespedes.
----- Mensaje original -----
De: Iñaki Baz Castillo <ibc at aliax.net>
Fecha: Martes, Octubre 28, 2008 8:15 am
Asunto: Re: [Kamailio-Users] REGISTER port with Xlite 2.0
> 2008/10/28 Daniel-Constantin Mierla <miconda at gmail.com>:
> > is twinkle able now to display rich presence status? Last time I
> tried> was showing only online/offline status.
>
> For now just online/offline status.
>
> But it has other great features as:
> - Indication of Message Composition for Instant Messaging - RFC 3994
> - PingPong TCP keepalive.
> - TCP/UDP
> - PRACK
> - q-value in registration.
>
> For me it's the most reliable softphone.
>
>
> --
> Iñaki Baz Castillo
> <ibc at aliax.net>
> _______________________________________________
> Users mailing list
> Users at lists.kamailio.org
> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
>
More information about the Users
mailing list