Comment 4 for bug 227480

Revision history for this message
dotx (setcode) wrote :

I decide to install a fresh ubuntu distrib in order to use nvidia binary driver who is not ready fr debian lenny (2.6.24), and perhaps have more perfomance with mixxx waveform. So I encounter this problem.

Effectively, I commented the "Exit" on libasound check and libdjconsole check. The ldd ouput say that the libraries are linked correctly : http://cpp.pastebin.com/f3c0965b.

Here are the name of library on hardy :
[libdjconsole]
/usr/include/libdjconsole
/usr/include/libdjconsole/bitfield.h
/usr/include/libdjconsole/delta.h
/usr/include/libdjconsole/djconsole.h
/usr/lib/libdjconsole.a
/usr/lib/libdjconsole.la
/usr/lib/libdjconsole.so
/usr/lib/libdjconsole.so.0
/usr/lib/libdjconsole.so.0.0.0

[libasound]
/usr/lib/libasound.a
/usr/lib/libasound.la
/usr/lib/libasound.so
/usr/lib/libasound.so.2
/usr/lib/libasound.so.2.0.0

I hope that it could help you.