On Fri, May 18, 2007 at 01:25:54PM -0400, Greg Folkert wrote:
From: Greg Folkert <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: in which packages can I found: libccext2 libccgnu2 ?
On Fri, 2007-05-18 at 19:19 +0200, Gerard Robin wrote:
to compile a program the README says that I need :
libccext2 (version >= 1.4.2) [GNU Common C++]
libccgnu2 (version >= 1.4.2) [GNU Common C++]
libccrtp1 (version >= 1.5.0) [GNU RTP Stack]
libzrtpcpp (version >= 0.9.0) [Extension library of GNU ccRTP]
libqt-mt (version >= 3.3.0) [Qt library with threading support]
I guess that:
libqt-mt is in libqt3-mt-dev
libccrtp1 is in libccrtp-dev
libzrtpcpp is in libzrtpcpp-dev
but in which packages are libccext2 libccgnu2 ?
I've found everything via "apt-file search filename"
I use sid, so these are sid versions:
libccext2 and libccgnu2:
libcommoncpp2-1.5.3-0
libcommoncpp2-dev
libccrtp1:
libccrtp1-1.5-1
libccrtp-dev
libzrtpcpp:
libzrtpcpp-0.9-0
libzrtpcpp-dev
libqt-mt:
libqt3-mt
libqt3-mt-dev
Which package are you trying to build?
Many thanks, I never used apt-file before, it is more verbose that
apt-cache search. (after apt-file update)
I intend (to try) to make a .deb twinkle after that I had applied a patch.
But if I don't succed I will do ./configure, make, make install ... in
/usr/local/src/
--
Gérard