PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > linphone: error while loading shared libraries: libosipparser2.so.3
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

linphone: error while loading shared libraries: libosipparser2.so.3

Réponse
 
LinkBack Outils de la discussion
Vieux 20/08/2007, 15h30   #1
Gerard Robin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut linphone: error while loading shared libraries: libosipparser2.so.3

Hello,
with sid (amd64) linphone worked fine and now I get:

linphone: error while loading shared libraries:
libosipparser2.so.3: cannot open shared object file: No such file or directory

bug or not bug ?

Thanks
--
Gérard
  Réponse avec citation
Vieux 20/08/2007, 16h10   #2
Krzysztof Lubański
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: linphone: error while loading shared libraries: libosipparser2.so.3

On Mon, 2007-08-20 at 15:29 +0200, Gerard Robin wrote:
> linphone: error while loading shared libraries:
> libosipparser2.so.3: cannot open shared object file: No such file or directory
>
> bug or not bug ?


Hello.

Do you have the relevant library package installed?

http://packages.debian.org/cgi-bin/s...ble&arch=amd64

--
Regards,
Krzysztof Lubanski



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 20/08/2007, 20h00   #3
Gerard Robin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: linphone: error while loading shared libraries: libosipparser2.so.3

On Mon, Aug 20, 2007 at 04:07:09PM +0200, Krzysztof Luba??ski wrote:
>From: Krzysztof Luba??ski <luban@nerdshack.com>
>To: Debian-user list <debian-user@lists.debian.org>
>Subject: Re: linphone: error while loading shared libraries:
> libosipparser2.so.3
>X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on murphy.debian.org
>X-Spam-Level:
>X-Spam-Status: No, score=-4.8 required=4.0 tests=AWL,BAYES_05,
> FORGED_RCVD_HELO,LDOSUBSCRIBER,SPF_PASS autolearn=ham version=3.1.4
>X-Mailer: Evolution 2.10.2
>
>On Mon, 2007-08-20 at 15:29 +0200, Gerard Robin wrote:
>> linphone: error while loading shared libraries:
>> libosipparser2.so.3: cannot open shared object file: No such file or directory
>>
>> bug or not bug ?


>Do you have the relevant library package installed


if it's libosip2-3, yes.

ldd /usr/bin/linphone | grep libosipparser2.so.3
libosipparser2.so.3 => not found
libosipparser2.so.3 => not found

apt-cache policy libosip2-3
libosip2-3:
Installé: 3.0.3-2 (installé = installed)
Candidat: 3.0.3-2

dpkg -S libosipparser2.so.3:

dpkg: *libosipparser2.so.3* introuvable. (introuvable = can't be found)


--
Gérard
  Réponse avec citation
Vieux 20/08/2007, 23h10   #4
Krzysztof Lubański
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: linphone: error while loading shared libraries: libosipparser2.so.3

On Mon, 2007-08-20 at 19:49 +0200, Gerard Robin wrote:
> >Do you have the relevant library package installed

>
> if it's libosip2-3, yes.
>
> ldd /usr/bin/linphone | grep libosipparser2.so.3
> libosipparser2.so.3 => not found
> libosipparser2.so.3 => not found
>
> apt-cache policy libosip2-3
> libosip2-3:
> Installé: 3.0.3-2 (installé = installed)
> Candidat: 3.0.3-2
>
> dpkg -S libosipparser2.so.3:
>
> dpkg: *libosipparser2.so.3* introuvable. (introuvable = can't be found)


Try with the full path, /usr/lib/libosipparser2.so.3. Do you actually
have the file? If not, you can reinstall the package:

# apt-get --reinstall install libosip2-3

--
Krzysztof Lubanski
  Réponse avec citation
Vieux 20/08/2007, 23h50   #5
Gerard Robin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: linphone: error while loading shared libraries: libosipparser2.so.3

On Mon, Aug 20, 2007 at 11:08:36PM +0200, Krzysztof Luba??ski wrote:
>From: Krzysztof Luba??ski <luban@nerdshack.com>
>To: Debian-user list <debian-user@lists.debian.org>
>Subject: Re: linphone: error while loading shared libraries:
> libosipparser2.so.3
>X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on murphy.debian.org
>X-Spam-Level:
>X-Spam-Status: No, score=-5.2 required=4.0 tests=AWL,BAYES_00,
> FORGED_RCVD_HELO,LDOSUBSCRIBER,SPF_PASS autolearn=ham version=3.1.4
>X-Mailer: Evolution 2.10.2
>
>On Mon, 2007-08-20 at 19:49 +0200, Gerard Robin wrote:
>> >Do you have the relevant library package installed

>>
>> if it's libosip2-3, yes.
>>
>> ldd /usr/bin/linphone | grep libosipparser2.so.3
>> libosipparser2.so.3 => not found
>> libosipparser2.so.3 => not found
>>
>> apt-cache policy libosip2-3
>> libosip2-3:
>> Installé: 3.0.3-2 (installé = installed)
>> Candidat: 3.0.3-2
>>
>> dpkg -S libosipparser2.so.3:
>>
>> dpkg: *libosipparser2.so.3* introuvable. (introuvable = can't be found)

>
> Try with the full path, /usr/lib/libosipparser2.so.3. Do you actually
>have the file? If not, you can reinstall the package:
>
># apt-get --reinstall install libosip2-3

I had reinstalled libosip2-3 but the result was the same.
I just downgrad to libosip2-3 (2.2.2-3.1) instead libosip2-3 (3.0.3-2)
and now linphone starts witout complain, I can ring a friend but he
can't hear me and I can't hear him.
I think there is a bug.
--
Gérard
  Réponse avec citation
Vieux 21/08/2007, 01h10   #6
Krzysztof Lubański
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: linphone: error while loading shared libraries: libosipparser2.so.3

On Mon, 2007-08-20 at 23:45 +0200, Gerard Robin wrote:
> I had reinstalled libosip2-3 but the result was the same.
> I just downgrad to libosip2-3 (2.2.2-3.1) instead libosip2-3 (3.0.3-2)
> and now linphone starts witout complain,


I have downloaded both versions of the package and the contents
(files) seem switched. That is, package version 2.2.2-3.1 contains
libosip*2.so.3.0.0 and version 3.0.3-2 contains libosip*2.so.2.2.0.
Looks like a packaging mistake - can anyone confirm, or am I just
confused? It would explain why Linphone breaks after upgrading
libosip2-3.

> I can ring a friend but he
> can't hear me and I can't hear him.
> I think there is a bug.


Do you know other Linphone users with the same problem? It may be an
issue with audio system, not the oSIP library (since you have reverted
it to the version with which Linphone worked fine). Just guessing,
though.

--
Krzysztof Lubanski



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 21/08/2007, 09h20   #7
Gerard Robin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: linphone: error while loading shared libraries: libosipparser2.so.3

On Tue, Aug 21, 2007 at 01:02:25AM +0200, Krzysztof Luba??ski wrote:
>From: Krzysztof Luba??ski <luban@nerdshack.com>
>To: Debian-user list <debian-user@lists.debian.org>
>Subject: Re: linphone: error while loading shared libraries:
> libosipparser2.so.3
>X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on murphy.debian.org
>X-Spam-Level:
>X-Spam-Status: No, score=-4.8 required=4.0 tests=AWL,BAYES_05,
> FORGED_RCVD_HELO,LDOSUBSCRIBER,SPF_PASS autolearn=ham version=3.1.4
>X-Mailer: Evolution 2.10.2
>
>On Mon, 2007-08-20 at 23:45 +0200, Gerard Robin wrote:
>> I had reinstalled libosip2-3 but the result was the same.
>> I just downgrad to libosip2-3 (2.2.2-3.1) instead libosip2-3 (3.0.3-2)
>> and now linphone starts witout complain,

>
> I have downloaded both versions of the package and the contents
>(files) seem switched. That is, package version 2.2.2-3.1 contains
>libosip*2.so.3.0.0 and version 3.0.3-2 contains libosip*2.so.2.2.0.
>Looks like a packaging mistake - can anyone confirm, or am I just
>confused? It would explain why Linphone breaks after upgrading
>libosip2-3.
>
>> I can ring a friend but he
>> can't hear me and I can't hear him.
>> I think there is a bug.

>
> Do you know other Linphone users with the same problem? It may be an
>issue with audio system, not the oSIP library (since you have reverted
>it to the version with which Linphone worked fine). Just guessing,
>though.


No I don't know another user who use linphone ;-) (the ordinary french
deosn't know linux ...)
I agree with you I think that the bug doesn't come from linphone itself.

thanks
--
Gérard
  Réponse avec citation
Vieux 21/08/2007, 17h30   #8
Gerard Robin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: linphone: error while loading shared libraries: libosipparser2.so.3

On Tue, Aug 21, 2007 at 01:02:25AM +0200, Krzysztof Luba??ski wrote:
>From: Krzysztof Luba??ski <luban@nerdshack.com>
>To: Debian-user list <debian-user@lists.debian.org>
>Subject: Re: linphone: error while loading shared libraries:
> libosipparser2.so.3
>X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on murphy.debian.org
>X-Spam-Level:
>X-Spam-Status: No, score=-4.8 required=4.0 tests=AWL,BAYES_05,
> FORGED_RCVD_HELO,LDOSUBSCRIBER,SPF_PASS autolearn=ham version=3.1.4
>X-Mailer: Evolution 2.10.2


.......
>> I can ring a friend but he
>> can't hear me and I can't hear him.
>> I think there is a bug.

>
> Do you know other Linphone users with the same problem? It may be an
>issue with audio system, not the oSIP library (since you have reverted
>it to the version with which Linphone worked fine). Just guessing,
>though.

Sorry I must corrected that I said earlier, when I started my computer today
linphone worked fine my correspondant heard me and I heard him.
I needed to reboot my machine to make linphone able to work.(with libosip2-3 (2.2.2-3.1))
with libosip2-3 (3.0.3-2) there is the same error.
The problem seems well to be in libosip2-3 (3.0.3-2)
--
Gérard
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 04h12.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14448 seconds with 16 queries