On 07/16/2010 07:52 PM, Michael Witten wrote:
The `skype-call-recorder' package in the `community' repository simply
needs to be rebuilt.
The current binary fails to run because it cannot load `libpng12'
(which no longer seems to exist officially and is indeed not required
by skype-call-recorder).
--------------------
The following may be of interest to the developer of
skype-call-recorder (who has been added to the Bcc list out of respect
for a seemingly keen interest for remaining private).
Interestingly, after rebuilding skype-call-recorder, the output of
this command (which gives the direct shared library dependencies):
readelf -d `which skype-call-recorder` | awk -F'[][]' '/NEEDED/ {print $2}'
went from this:
<snip>
no idea what version did you used but on x86_64 it doesn't link to
libpng12 and clearly doesn't link to so many libs.
scan skype-call-recorder
/usr/bin/skype-call-recorder -- libmp3lame.so.0
/usr/bin/skype-call-recorder -- libid3-3.8.so.3
/usr/bin/skype-call-recorder -- libvorbisenc.so.2
/usr/bin/skype-call-recorder -- libQtGui.so.4
/usr/bin/skype-call-recorder -- libQtDBus.so.4
/usr/bin/skype-call-recorder -- libQtNetwork.so.4
/usr/bin/skype-call-recorder -- libQtCore.so.4
/usr/bin/skype-call-recorder -- libpthread.so.0
/usr/bin/skype-call-recorder -- libstdc++.so.6
/usr/bin/skype-call-recorder -- libm.so.6
/usr/bin/skype-call-recorder -- libc.so.6
/usr/bin/skype-call-recorder -- libvorbis.so.0
/usr/bin/skype-call-recorder -- libogg.so.0
--
Ionuț