leif wrote:
Thomas Oliveira wrote:
Now, sage runs without throwing any warning.
Let me summarizing how I followed your advices to a next user that faces
this problem:
$ touch spkg/installed/readline-6.2.p2
$ sudo apt-get install libncurses5-dev libncursesw5-dev
Verified that $SAGE_ROOT/spkg/
Thomas Oliveira wrote:
> Now, sage runs without throwing any warning.
>
> Let me summarizing how I followed your advices to a next user that faces
> this problem:
>
> $ touch spkg/installed/readline-6.2.p2
>
> $ sudo apt-get install libncurses5-dev libncursesw5-dev
>
> Verified that $SAGE_ROOT/
On Nov 5, 4:32 am, leif wrote:
> john.hoebing wrote:
> > The solution is to replace ./spkg/standard/readline-6.1* with
> > readline-6.2.p2.spkg and then go to the sage home directory and run
> > 'make distclean' and then run 'make'. The 'libreadline*' files that
> > are already built (and used
Thomas Oliveira wrote:
> $ ./sage --python -c "import readline"
>
> gives
>
> Traceback (most recent call last):
> File "", line 1, in
> ImportError: No module named readline
Ok, your Python spkg apparently wasn't (re)built after you installed the
readline-6.2.p2 spkg. To do so, run
$ ./sag
john.hoebing wrote:
> The solution is to replace ./spkg/standard/readline-6.1* with
> readline-6.2.p2.spkg and then go to the sage home directory and run
> 'make distclean' and then run 'make'. The 'libreadline*' files that
> are already built (and used by other packages) have to be replaced
> w
The solution is to replace ./spkg/standard/readline-6.1* with
readline-6.2.p2.spkg and then go to the sage home directory and run
'make distclean' and then run 'make'. The 'libreadline*' files that
are already built (and used by other packages) have to be replaced
with the new 6.2 spkg, so you h
On 5 Nov., 02:22, Thomas Oliveira wrote:
> May this piece of information be useful to you:
> after 'make'-ing sage succesfully, sage now starts with this warning:
>
> ""
> WARNING: Readline services not available on this platform.
> WARNING: The auto-indent feature requires the readline library
>
leif,
Thank you very much for your detailed instructions!
They solved the readline problem during compilation.
I had not encountered the Symmetrica and the Singular issues yet,
but now I have found the work-arounds you talked about.
May this piece of information be useful to you:
after 'make'-in
On 2 Nov., 21:42, Thomas Oliveira wrote:
> Hi everyone,
>
> I'm trying to compile sage-4.7.1 on Ubuntu 11.10, and having the
> following problem:
>
> """
> configure: error: --with-readline=yes (default) and headers/libs are not
> available
> Error configuring R.
Without looking at the logs... ;-