> From: Salvatore CRO <[email protected]> > To: Mike Frysinger <[email protected]>, bruce bushby <[email protected]> > Cc: "[email protected]" <[email protected]> > Date: 2011/03/23 17:44 > Subject: RE: Dynamic linker > Sent by: [email protected] > > We have been looking at the same problem in the last days... > Libreadline needs either libncurses or libtermcap to provide these symbols. > Even though one of the two is supposed to be linked to libreadline (depending > on > Certain logic in its build configure), it seems this is not actual the case. > We'll keep investigating into libreadline package configure. > > Salvo.
Unless someone changed this, uClibc needs to have either libncurses or libtermcap linked to readline(needs to be in readline's NEEDED list) or uClibc will fail. glibc doesn't require this, but I believe the specs says that all deps should be listed. Jocke _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
