[Slackbuilds-users] Ekiga 4.0.1 for Slack 14.1 - compiling but not working

David Spencer baildon.research at googlemail.com
Mon Nov 25 14:29:49 UTC 2013


> seb at e130:~$ ldd /usr/bin/ekiga | grep libpt
> libpt.so.2.10.10 => /usr/lib64/libpt.so.2.10.10 (0x00007faf42539000)
> libpthread.so.0 => /lib64/libpthread.so.0 (0x00007faf4136b000)
> libpt.so.2.10.9 => not found
>
> How can it be looking for both versions of ptlib at the same time? Am I

Well, ldd lists everything that needs loading, including deps of deps,
so ldd /usr/bin/ekiga is also listing *indirectly* linked libraries.
Since ekiga REQUIRES="opal ptlib", but opal *also* REQUIRES="ptlib" in
its own right, a wild guess is that you need to rebuild opal against
the newer version of ptlib.

Welcome to Patrickworld :-)
-D.


More information about the SlackBuilds-users mailing list