[sage-support] Re: Access deined problem while installing SAGE

2009-03-26 Thread Karthick

Willam,

Thanks for the help.

Cheers
Karthick B

On Mar 25, 8:57 pm, William Stein  wrote:
> On Wed, Mar 25, 2009 at 6:31 AM, Karthick  wrote:
>
> > Dear All,
>
> > I tried to install Sage 3.4 from Source, i untared the distribution
> > and gave the command 'make'.
>
> > i ran for nearly 2 hours and got the following error..
>
> > *** ERROR
> > **
> > 
> > 
> > cd spkg && ./install all 2>&1 | tee -a ../install.log
> > make[1]: Entering directory `/home/sage-3.4/spkg'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory `/home/sage-3.4/spkg'
>
> > real    0m0.008s
> > user    0m0.005s
> > sys     0m0.003s
> > Traceback (most recent call last):
> >  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
> >    import sage.all
> >  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
> > line 56, in 
> >    from sage.rings.memory import pmem_malloc
> > ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
> > segment prot after reloc: Permission denied
> > Traceback (most recent call last):
> >  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
> >    import sage.all
> >  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
> > line 56, in 
> >    from sage.rings.memory import pmem_malloc
> > ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
> > segment prot after reloc: Permission denied
> > Traceback (most recent call last):
> >  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
> >    import sage.all
> >  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
> > line 56, in 
> >    from sage.rings.memory import pmem_malloc
> > ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
> > segment prot after reloc: Permission denied
> > Traceback (most recent call last):
> >  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
> >    import sage.all
> >  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
> > line 56, in 
> >    from sage.rings.memory import pmem_malloc
> > ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
> > segment prot after reloc: Permission denied
> > sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
> > en/installation   .  /home/sage-3.4/devel/sage/doc/output/html/en/
> > installation
> > Build finished.  The built documents can be found in /home/sage-3.4/
> > devel/sage/doc/output/html/en/installation
> > sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
> > en/tutorial   .  /home/sage-3.4/devel/sage/doc/output/html/en/tutorial
> > Build finished.  The built documents can be found in /home/sage-3.4/
> > devel/sage/doc/output/html/en/tutorial
> > sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
> > en/numerical_sage   .  /home/sage-3.4/devel/sage/doc/output/html/en/
> > numerical_sage
> > Build finished.  The built documents can be found in /home/sage-3.4/
> > devel/sage/doc/output/html/en/numerical_sage
> > sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
> > en/a_tour_of_sage   .  /home/sage-3.4/devel/sage/doc/output/html/en/
> > a_tour_of_sage
> > Build finished.  The built documents can be found in /home/sage-3.4/
> > devel/sage/doc/output/html/enTraceback (most recent call last):
> >  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
> >    import sage.all
> >  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
> > line 56, in 
> >    from sage.rings.memory import pmem_malloc
> > ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
> > segment prot after reloc: Permission denied
> > Traceback (most recent call last):
> >  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
> >    import sage.all
> >  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
> > line 56, in 
> >    from sage.rings.memory import pmem_malloc
> > ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
> > segment prot after reloc: Permission denied
> > /a_tour_of_sage
> > sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/out

[sage-support] Access deined problem while installing SAGE

2009-03-25 Thread Karthick

Dear All,

I tried to install Sage 3.4 from Source, i untared the distribution
and gave the command 'make'.

i ran for nearly 2 hours and got the following error..

*** ERROR
**


cd spkg && ./install all 2>&1 | tee -a ../install.log
make[1]: Entering directory `/home/sage-3.4/spkg'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/sage-3.4/spkg'

real0m0.008s
user0m0.005s
sys 0m0.003s
Traceback (most recent call last):
  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
import sage.all
  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
line 56, in 
from sage.rings.memory import pmem_malloc
ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
segment prot after reloc: Permission denied
Traceback (most recent call last):
  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
import sage.all
  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
line 56, in 
from sage.rings.memory import pmem_malloc
ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
segment prot after reloc: Permission denied
Traceback (most recent call last):
  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
import sage.all
  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
line 56, in 
from sage.rings.memory import pmem_malloc
ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
segment prot after reloc: Permission denied
Traceback (most recent call last):
  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
import sage.all
  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
line 56, in 
from sage.rings.memory import pmem_malloc
ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
segment prot after reloc: Permission denied
sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
en/installation   .  /home/sage-3.4/devel/sage/doc/output/html/en/
installation
Build finished.  The built documents can be found in /home/sage-3.4/
devel/sage/doc/output/html/en/installation
sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
en/tutorial   .  /home/sage-3.4/devel/sage/doc/output/html/en/tutorial
Build finished.  The built documents can be found in /home/sage-3.4/
devel/sage/doc/output/html/en/tutorial
sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
en/numerical_sage   .  /home/sage-3.4/devel/sage/doc/output/html/en/
numerical_sage
Build finished.  The built documents can be found in /home/sage-3.4/
devel/sage/doc/output/html/en/numerical_sage
sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
en/a_tour_of_sage   .  /home/sage-3.4/devel/sage/doc/output/html/en/
a_tour_of_sage
Build finished.  The built documents can be found in /home/sage-3.4/
devel/sage/doc/output/html/enTraceback (most recent call last):
  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
import sage.all
  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
line 56, in 
from sage.rings.memory import pmem_malloc
ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
segment prot after reloc: Permission denied
Traceback (most recent call last):
  File "/home/sage-3.4/local/bin/sphinx-build", line 6, in 
import sage.all
  File "/home/sage-3.4/local/lib/python2.5/site-packages/sage/all.py",
line 56, in 
from sage.rings.memory import pmem_malloc
ImportError: /home/sage-3.4/local/lib/libpari-gmp.so.2: cannot restore
segment prot after reloc: Permission denied
/a_tour_of_sage
sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
en/developer   .  /home/sage-3.4/devel/sage/doc/output/html/en/
developer
Build finished.  The built documents can be found in /home/sage-3.4/
devel/sage/doc/output/html/en/developer
sphinx-build -b html -d /home/sage-3.4/devel/sage/doc/output/doctrees/
en/website   .  /home/sage-3.4/devel/sage/doc/output/html/en/website
Build finished.  The built documents can be found in /home/sage-3.4/
devel/sage/doc/output/html/en/website
Traceback (most recent call last):
  File "/home/sage-3.4/devel/sage/doc/common/builder.py", line 668, in

getattr(get_builder(name), type)()
  File "/home/sage-3.4/devel/sage/doc/common/builder.py", line 258, in
_wrapper
getattr(get_builder(document), name)(*args, **kwds)
  File "/home/sage-3.4/devel/sage/doc/common/builder.py", line 345, in
_wrapper
self.write_auto_rest_file(module_name)
  File "/home/sage-3.4/devel/sage/doc/common/builder.py", line 529, in
write_auto_rest_file
title = self.get_module_docstring_title(module_name)
  File "/home/sage-3.4/devel/sage/doc/common/builder.py", line 497, in
get_module_docstring_title
import sage.all
  File "/home/sage-3.4

[sage-support] remove optionally installed package

2009-03-20 Thread Karthick

hi,

Is there any way to remove the installed package(not the native one,
optionally installed only).

i used ./sage -f url to install the packages, but now i no longer need
some packages.

Cheers
Karthick B
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: ImportError - While running ./sage Command

2009-03-17 Thread Karthick

Hi,

Many thanks for your quick replay and suggestions. I successfully
installed sage on
 my machine.

 But I want to know whether Sage provides any plug-in for Moodle like
WIRIS.

 Or How to use Sage in the browser? I know a bit that sage can be
used
 as Webservice..

 Please Advice on this..


On Mar 16, 10:14 pm, William Stein  wrote:
> On Mon, Mar 16, 2009 at 6:41 AM, Karthick. B
>
>
>
>  wrote:
> > Hi,
>
> > I am very new to sage. I tried to run sage in my Linux fedora machine and
> > when I tried to run the command ./sage I got the following error
>
> > ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found
> > (required by /usr/local/bin/Sage/local/lib/libntl-5.4.2.so)
>
> > Error importing ipy_profile_sage - perhaps you should run %upgrade?
>
> > WARNING: Loading of ipy_profile_sage failed.
>
> > And it stops .  Please help to solve this problem.
>
> You will have to build from source.   Get the latest Sage tarball here:
>  http://sagemath.org/src/
> extract it with
> $ tar xvf sage-3.4.tar
> then build it via
> $ cd sage-3.4
> $ make
>
> This will take about 3 hours and requires that you have gcc,g++, etc. 
> installed.
>
>  -- William
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Problem in Installation

2009-03-16 Thread Karthick

Hi,

i am a newbie to sage. i tried to install sage in my Fedora Linux
machine. I downloaded the binary files one for Fedora named  sage-3.4-
Fedora_release_9-i686-Linux.tar(1). As instructed i untar the file and
rename the folder as "Sage" and moved to that folder and typed the
command ./sage.  i got the Error as


---
LookupError   Traceback (most recent call
last)

/home/sage-3.4-Fedora_release_9-i686-Linux/local/lib/python2.5/site-
packages/IPython/iplib.py in multiline_prefilter(self, line,
continue_prompt)

/home/sage-3.4-Fedora_release_9-i686-Linux/local/lib/python2.5/site-
packages/IPython/iplib.py in _prefilter(self, line, continue_prompt)

/home/sage-3.4-Fedora_release_9-i686-Linux/local/lib/python2.5/site-
packages/IPython/prefilter.py in __init__(self, line, continue_prompt)

/home/sage-3.4-Fedora_release_9-i686-Linux/local/lib/python2.5/site-
packages/IPython/prefilter.py in splitUserInput(line, pattern)


Is am missing something which is very basically required?

Please Help..

PS: Python is not installed in my Machine.


--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---