Re: [Ekiga-list] What libraries and where headers to make ptib

2008-10-22 Thread Eugen Dedu

Can Le wrote:

hi friends,

I need help to install Ekiga.

I installed Ekiga 3.0.0 with 12 missing dependencies. I downloaded
Opal and pwlib plus ptlib then installed it with YasST2 from SuSE
10.0, but I have no luck!

I also download and install Ekiga 2.3YaST2 install without
problem but I had errror lib... not found when I opened Ekiga 2.3
from terminal.

Please show me where or what links  should I download to avoid error
or dependency problems.

Do we have a list with all files required to have Ekiga to work, and
what is the sourceforge page or link to download everything we need
for Ekiga to work?


Hi,

Get ekiga, ptlib and opal from http://wiki.ekiga.org/index.php/Linux_Users

Install ptlib, afterwards opal, afterwards ekiga.

Dependencies:
ptlib Build-Depends: libdc1394-13-dev, bison, flex, libssl-dev, 
libldap2-dev, libsdl1.2-dev, libexpat1-dev, g++ (>= 2.95), 
autotools-dev, libasound2-dev, libavc1394-dev, libraw1394-dev, 
libdv4-dev, libsasl2-dev, libkrb5-dev, doxygen


opal Build-Depends: libpt2.4.1-dev, dpatch, doxygen, autotools-dev, 
pkg-config,  libtheora-dev, libgsm1-dev


ekiga Build-Depends:libsasl2-dev,
   gettext,
   libgnome2-dev,
   libldap2-dev,
   libpt2.4.1-dev,
   libopal3.4.1-dev,
   libgconf2-dev,
   libgnomeui-dev,
   libxv-dev,
   dpatch,
   autotools-dev,
   gnome-pkg-tools,
   scrollkeeper,
   intltool,
   libxml-parser-perl,
   evolution-data-server-dev,
   gnome-doc-utils,
   libavahi-client-dev,
   libavahi-glib-dev,
   libsigc++-2.0-dev,
   libgtk2.0-dev (>= 2.12),
   libdbus-glib-1-dev,
   gnome-common,
   libnotify-dev,
   libebook1.2-dev,
   automake,
   autoconf

I hope I didn't forget anything,
--
Eugen
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] What libraries and where headers to make ptib

2008-10-22 Thread Can Le
hi friends,

I need help to install Ekiga. 

I installed Ekiga 3.0.0 with 12 missing dependencies. I downloaded Opal and 
pwlib plus ptlib then installed it with YasST2 from SuSE 10.0, but I have no 
luck!

I also download and install Ekiga 2.3YaST2 install without problem but I 
had errror lib... not found when I opened Ekiga 2.3 from terminal.

Please show me where or what links  should I download to avoid error or 
dependency problems. 

Do we have a list with all files required to have Ekiga to work, and what is 
the sourceforge page or link to download everything we need for Ekiga to work?

Thank you

Cle1214

--- On Wed, 10/22/08, michel memeteau <[EMAIL PROTECTED]> wrote:

> From: michel memeteau <[EMAIL PROTECTED]>
> Subject: Re: [Ekiga-list] What libraries and where headers to make ptib
> To: "Ekiga mailing list" 
> 


  
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] What libraries and where headers to make ptib

2008-10-22 Thread michel memeteau
Hi gegetel , I'm trying to help a friend on Mandriva 2008.1 and
install him Ekiga 3.0 , did you succeed in compiling ?

A long time I haven't used mandriva so ...

On Mon, Aug 25, 2008 at 2:19 PM, gegetel <[EMAIL PROTECTED]> wrote:
> On 08.25.2008 11:52, *Damien Sandras* wrote :
>
>>> Yes, it works without symlinks, thank you.
>>
>>
>> Modifying /etc/ld.so.conf and running ldconfig would add it permanently
>> to the list of directories where to look for libraries.
>
> Yes, with such names, confusion can't happen. Thank you again.
>
> ___
> ekiga-list mailing list
> ekiga-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/ekiga-list
>



-- 
%<--->%
Michel memeteau
Blog 0.2 : http://memeteau.free.fr
Fixe :  0974763294 Mobile : 0624808051
VOIP | Visio: sip:[EMAIL PROTECTED]
jabber/GoogleTalk : xmpp:[EMAIL PROTECTED]
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-25 Thread gegetel

On 08.25.2008 11:52, *Damien Sandras* wrote :


Yes, it works without symlinks, thank you.



Modifying /etc/ld.so.conf and running ldconfig would add it permanently
to the list of directories where to look for libraries.


Yes, with such names, confusion can't happen. Thank you again.

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-25 Thread Damien Sandras
Le lundi 25 août 2008 à 11:07 +0200, gegetel a écrit :
> On 08.25.2008 10:49, *Damien Sandras* wrote :
> 
> > If that error appears at runtime, you can do :
> > LD_LIBRARY_PATH=/usr/local/lib ekiga
> > and it should work.
> 
> Yes, it works without symlinks, thank you.


Modifying /etc/ld.so.conf and running ldconfig would add it permanently
to the list of directories where to look for libraries.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   NOVACOM : http://www.novacom.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:[EMAIL PROTECTED]
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-25 Thread gegetel

On 08.25.2008 10:49, *Damien Sandras* wrote :


If that error appears at runtime, you can do :
LD_LIBRARY_PATH=/usr/local/lib ekiga
and it should work.


Yes, it works without symlinks, thank you.

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-25 Thread Damien Sandras
Le dimanche 24 août 2008 à 10:59 +0200, gegetel a écrit :
> Lastly, i made un succes of installing ptlib, opal and ekiga *last* snapshots.
> 
> The only difficulty was to configure ekiga. I had simply to use:
> $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
> after autogen.sh
> 
> Then, when i tried to run ekiga, i got an error about non-existing file or 
> directory libopal_linux_x86_r.so.2.3-beta1. I solved this by putting a 
> symlink from /usr/local/lib/libopal_linux_x86_r.so.2.3-beta1 to 
> /usr/lib/libopal_linux_x86_r.so.2.3-beta1
> Same thing with libpt_linux_x86_r.so.2.3-beta1.
> 
> Now, ekiga works. :-)

If that error appears at runtime, you can do :
LD_LIBRARY_PATH=/usr/local/lib ekiga
and it should work.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   NOVACOM : http://www.novacom.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:[EMAIL PROTECTED]
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-24 Thread gegetel

Lastly, i made un succes of installing ptlib, opal and ekiga *last* snapshots.

The only difficulty was to configure ekiga. I had simply to use:
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
after autogen.sh

Then, when i tried to run ekiga, i got an error about non-existing file or 
directory libopal_linux_x86_r.so.2.3-beta1. I solved this by putting a 
symlink from /usr/local/lib/libopal_linux_x86_r.so.2.3-beta1 to 
/usr/lib/libopal_linux_x86_r.so.2.3-beta1

Same thing with libpt_linux_x86_r.so.2.3-beta1.

Now, ekiga works. :-)

Thanf you Damien and Eugen.

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-22 Thread Damien Sandras
Le vendredi 22 août 2008 à 11:21 +0200, gegetel a écrit :
> On 08.22.2008 00:08, *gegetel* wrote :
> 
> > But now _make_ doesn't seem to run successfully. Hundreds of errors. 
> > Perhaps 
> > i made an error when building opal, it was too easy. To-morrow, perhaps, 
> > the 
> > solution...
> 
> I have remade opal and reconfigured ekiga as a precaution, but there is 
> always a problem when making ekiga.
> Here is my "make.log": 
> http://www.cijoint.fr/cjlink.php?file=cj200808/cij8kp1wm2.txt
> 
> What do you think of this lot of errors ?
> 

The ptlib headers are not found.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   NOVACOM : http://www.novacom.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:[EMAIL PROTECTED]
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-22 Thread gegetel

On 08.22.2008 00:08, *gegetel* wrote :

But now _make_ doesn't seem to run successfully. Hundreds of errors. Perhaps 
i made an error when building opal, it was too easy. To-morrow, perhaps, the 
solution...


I have remade opal and reconfigured ekiga as a precaution, but there is 
always a problem when making ekiga.
Here is my "make.log": 
http://www.cijoint.fr/cjlink.php?file=cj200808/cij8kp1wm2.txt


What do you think of this lot of errors ?

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel

Le 21.08.2008 23:34, *Damien Sandras* a écrit fort à propos :

How could i specify *two* different PKG_CONFIG_PATH, one for ptlib and one 
for opal ?


No idea...


I have found in the pkg-config manual. :-)

$ 
PKG_CONFIG_PATH=/home/gerard/tampon/sources/ptlib:/home/gerard/tampon/sources/opal 
./configure --enable-avahi --disable-scrollkeeper


But now _make_ doesn't seem to run successfully. Hundreds of errors. Perhaps 
i made an error when building opal, it was too easy. To-morrow, perhaps, the 
solution...


___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread Damien Sandras
Le jeudi 21 août 2008 à 23:15 +0200, gegetel a écrit :
> Le 21.08.2008 22:48, *Damien Sandras* a écrit fort à propos :
> 
> >> checking for PTLIB... configure: error: Package requirements (ptlib >= 
> >> 2.3.0) were not met:
> >> 
> >> No package 'ptlib' found
> >> 
> > 
> > What does it tell you :
> > pkg-config ptlib --modversion
> > 
> 
> $ pkg-config ptlib --modversion
> Package ptlib was not found in the pkg-config search path.
> Perhaps you should add the directory containing `ptlib.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'ptlib' found
> 
> # locate ptlib.pc
> /home/gerard/tampon/sources/ekiga/win32/diff/ptlib_ptlib.pc.in
> /home/gerard/tampon/sources/ekiga/win32/diff/.svn/text-base/ptlib_ptlib.pc.in.svn-base
> /home/gerard/tampon/sources/ptlib/ptlib.pc
> /home/gerard/tampon/sources/ptlib/ptlib.pc.in
> /home/gerard/tampon/sources/ptlib/.svn/text-base/ptlib.pc.in.svn-base
> 
> $ PKG_CONFIG_PATH=/home/gerard/tampon/sources/ptlib ./configure 
> --enable-avahi --disable-scrollkeeper
> 
> 
> 
> 
> checking for PTLIB... yes
> checking for OPAL... configure: error: Package requirements (opal >= 3.3.0) 
> were not met:
> 
> No package 'opal' found
> 
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> 
> Alternatively, you may set the environment variables OPAL_CFLAGS
> and OPAL_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> 
> How could i specify *two* different PKG_CONFIG_PATH, one for ptlib and one 
> for opal ?

No idea...

Perhaps you should install.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   NOVACOM : http://www.novacom.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:[EMAIL PROTECTED]
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel

Le 21.08.2008 22:48, *Damien Sandras* a écrit fort à propos :

checking for PTLIB... configure: error: Package requirements (ptlib >= 
2.3.0) were not met:


No package 'ptlib' found



What does it tell you :
pkg-config ptlib --modversion



$ pkg-config ptlib --modversion
Package ptlib was not found in the pkg-config search path.
Perhaps you should add the directory containing `ptlib.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ptlib' found

# locate ptlib.pc
/home/gerard/tampon/sources/ekiga/win32/diff/ptlib_ptlib.pc.in
/home/gerard/tampon/sources/ekiga/win32/diff/.svn/text-base/ptlib_ptlib.pc.in.svn-base
/home/gerard/tampon/sources/ptlib/ptlib.pc
/home/gerard/tampon/sources/ptlib/ptlib.pc.in
/home/gerard/tampon/sources/ptlib/.svn/text-base/ptlib.pc.in.svn-base

$ PKG_CONFIG_PATH=/home/gerard/tampon/sources/ptlib ./configure 
--enable-avahi --disable-scrollkeeper





checking for PTLIB... yes
checking for OPAL... configure: error: Package requirements (opal >= 3.3.0) 
were not met:


No package 'opal' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables OPAL_CFLAGS
and OPAL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

How could i specify *two* different PKG_CONFIG_PATH, one for ptlib and one 
for opal ?




___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread Damien Sandras
Le jeudi 21 août 2008 à 22:25 +0200, gegetel a écrit :
> On 08.21.2008 21:15, *Eugen Dedu* wrote :
> 
> > In debian it's something like this:
> > 
> > ./configure --enable-avahi --disable-scrollkeeper
> 
> My question was about configuring ptlib...
> 
> So i have run :
> $ ./configure --enable-plugins --enable-alsa --enable-v4l --enable-v4l2 
> --enable-avc --enable-dc
> 
> Then:
> 
> > make
> > make install
> 
> And i think all is good since libs had been put into /usr/local/lib and 
> subdirectory ptlib.
> 
> I have also made and installed opal.
> 
> Now, Ekiga:
> ***
> 
> I run autogen.sh. It runs automaticaly configure, so i can't pass the 
> options i want.
> So, i run configure a second time with your options. At the end, i get this 
> error message :
> 
> --
> checking for PTLIB... configure: error: Package requirements (ptlib >= 
> 2.3.0) were not met:
> 
> No package 'ptlib' found
> 

What does it tell you :
pkg-config ptlib --modversion

-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   NOVACOM : http://www.novacom.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:[EMAIL PROTECTED]
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel

On 08.21.2008 21:15, *Eugen Dedu* wrote :


In debian it's something like this:

./configure --enable-avahi --disable-scrollkeeper


My question was about configuring ptlib...

So i have run :
$ ./configure --enable-plugins --enable-alsa --enable-v4l --enable-v4l2 
--enable-avc --enable-dc


Then:


make
make install


And i think all is good since libs had been put into /usr/local/lib and 
subdirectory ptlib.


I have also made and installed opal.

Now, Ekiga:
***

I run autogen.sh. It runs automaticaly configure, so i can't pass the 
options i want.
So, i run configure a second time with your options. At the end, i get this 
error message :


--
checking for PTLIB... configure: error: Package requirements (ptlib >= 
2.3.0) were not met:


No package 'ptlib' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PTLIB_CFLAGS
and PTLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
--

I tried this, but with the same result:

$ PTLIB_LIBS=/usr/local/lib ./configure --enable-avahi --disable-scrollkeeper

Idem with:

$ PTLIB_LIBS=/usr/local/lib/ptlib ./configure --enable-avahi 
--disable-scrollkeeper


What might i do exactly for it to find ptlib ? (and opal)

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread Eugen Dedu

gegetel wrote:

Le 21.08.2008 20:24, *Damien Sandras* a écrit fort à propos :

Le jeudi 21 août 2008 à 19:52 +0200, gegetel a écrit :
Could anybody put an eye on my config.log and say what is wrong, if 
something is wrong ?

http://www.cijoint.fr/cjlink.php?file=cj200808/cijFsXDPab.txt



Everything seems ok, but you won't be able to compile ekiga with so many
options disabled.


Thank you. What options are needed to compile an ekiga that works and 
offers at least the same services than Ekiga 2.0.12 ?


In debian it's something like this:

./configure --enable-avahi --disable-scrollkeeper
make
make install

--
Eugen Dedu
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel

Le 21.08.2008 20:24, *Damien Sandras* a écrit fort à propos :

Le jeudi 21 août 2008 à 19:52 +0200, gegetel a écrit :
Could anybody put an eye on my config.log and say what is wrong, if 
something is wrong ?

http://www.cijoint.fr/cjlink.php?file=cj200808/cijFsXDPab.txt



Everything seems ok, but you won't be able to compile ekiga with so many
options disabled.


Thank you. What options are needed to compile an ekiga that works and offers 
at least the same services than Ekiga 2.0.12 ?





___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread Damien Sandras
Le jeudi 21 août 2008 à 19:52 +0200, gegetel a écrit :
> Could anybody put an eye on my config.log and say what is wrong, if 
> something is wrong ?
> http://www.cijoint.fr/cjlink.php?file=cj200808/cijFsXDPab.txt
> 

Everything seems ok, but you won't be able to compile ekiga with so many
options disabled.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   NOVACOM : http://www.novacom.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:[EMAIL PROTECTED]
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel
Could anybody put an eye on my config.log and say what is wrong, if 
something is wrong ?

http://www.cijoint.fr/cjlink.php?file=cj200808/cijFsXDPab.txt

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


[Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel

Hello,

I am an old beginner using Mandriva 2008.1 and i should like to try svn 
Ekiga. My guide is this page: 
http://wiki.ekiga.org/index.php/Additional_Information


To configure and make ptlib, what libraries are strictly needed for Ekiga ?
(I have already flex, bison , libldap2.4_2 and libldap2.4_2-devel.)

Where can i find the other libraries and/or headers that are needed ?

Thank you for your help.

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list