What's weird to me is that if alsamixer on you TS board was compiled to
use ncurses then it should have failed during linking and never actually
made the executable alsamixer.
Jason
djtopper wrote:
> But for the alsa utils, I simple ran ./configure, and the script
> detected the ncurses library, ran through and compiled. Yet,
> something seems amuck because:
>
> root at ts7000:root# ldd /bin/alsamixer
> libasound.so.2 => /lib/libasound.so.2 (0x2aac8000)
> libm.so.6 => /lib/libm.so.6 (0x2ab6f000)
> libdl.so.2 => /lib/libdl.so.2 (0x2abe9000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x2abf3000)
> libc.so.6 => /lib/libc.so.6 (0x2ac4b000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaab000)
>
> Whereas on my Linux Intel laptop:
>
> awn:~$ ldd /usr/bin/alsamixer
> libncurses.so.5 => /lib/libncurses.so.5 (0x4002c000)
> libasound.so.2 => /usr/lib/libasound.so.2 (0x40069000)
> libm.so.6 => /lib/libm.so.6 (0x4010d000)
> libdl.so.2 => /lib/libdl.so.2 (0x40130000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x40133000)
> libc.so.6 => /lib/libc.so.6 (0x40184000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>
> How might ensure proper linking of the ncurses library?
>
> Thanks,
>
> Dave Topper
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|