On Aug 6, 4:08 pm, Minh Nguyen <
nguyenmi...@gmail.com> wrote:
> Hi John,
>
>
>
>
>
> On Fri, Aug 7, 2009 at 4:40 AM, John H Palmieri<
jhpalmier...@gmail.com> wrote:
>
> > I have a problem with Sage and maybe readline on an ubuntu box. If I
> > type
>
> > sage: squ<TAB>
>
> > then it partially completes to
>
> > sage: squarefree_
[snip]
> I have experienced a similar problem before on an Ubuntu box. Sage is
> bundled with readline 5.x so I thought that it couldn't be a problem
> with readline. However, there is a distinction between the readline
> library and the development library of readline, which is something
> like readline5-dev. So I used synaptic to also install the development
> library of readline 5.x. Then I compiled Sage again. The newly
> compiled Sage then doesn't have such problems any more.
Thanks, I'll try that. (I found something like libreadline5-dev and
installed it.)
John