On Thu, May 10, 2007 at 02:35:06PM -0500, Albert Chin wrote:
> We've built 3.5.11 on Solaris 10/SPARC with our own readline library
> and cannot get command-line completion working. Probably a result of
> how we compiled lftp. If we link against a static version of our own
> readline library, command-line completion works. But, linking against
> a shared version of our own readline library causes command-line
> completion not to work.

Found the problem. We were linking against an older version of the
gnutls library which had a readline() symbol causing it to be used
instead of the GNU readline library.

-- 
albert chin ([EMAIL PROTECTED])

Reply via email to