Quote:
Originally Posted by meme
There is an issue about this - you need to install the nas-libs package. No idea why it needs it either...
|
The bundled libQtGui.so.4 is linked against libaudio.so.2:
Code:
ldd libQtGui.so.4 | grep audio
ldd: warning: you do not have execution permission for `./libQtGui.so.4'
libaudio.so.2 => /usr/lib/libaudio.so.2 (0x00dee000)
FWIW, the system libQtGui.so.4 on my box isn't linked against libaudio.so; IINM nas is an optional build-dep of Qt.