bruce bushby <[email protected]> wrote on 2011/03/23 23:41:44: > > Hi Joakim > > >>>Yes, but probably doesn't link with it? > >>>do a readelf -d libreadline.so.6, see ncurses it listed in NEEDED: > >>>0x00000001 (NEEDED) Shared library: [libncurses.so.5] > >>>0x00000001 (NEEDED) Shared library: [libc.so.6] > > Thanks for the example....dare I say you've hit the proverbial nail?
not surprising as I impl. the current behaviour in uClibc :) You either need to patch readline or use some configure option to fix it. Search the uClibc archive, I think this readline problem has come up before. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
