On Wednesday, 3 February 2016 19:06:15 UTC, mahmoud darwich wrote: > > no, I downloaded it and placed it under /math/software/pkg/sage/64/ , > untar it there then run make >
make? But you downloaded a binary distribution, no? > . > > On Tuesday, February 2, 2016 at 12:10:51 PM UTC-5, Volker Braun wrote: >> >> Did you move it from /opt/sagemath_tmonteil-ubuntu-precise-64/sage-6.8 >> to /math/software/pkg/sage/64/SageMath? Thats not supported unless you need >> to build a special relocatable version. >> >> >> /math/software/pkg/sage/64/SageMath/local/lib/python2.7/site-packages/sage/rings/integer.pxd >> >> in init sage.rings.complex_double >> (/opt/sagemath_tmonteil-ubuntu-precise-64/sage-6.8/src/build/cythonized/sage/rings/complex_double.c:21863)() >> 1 from sage.libs.gmp.types cimport mpz_t, mpz_ptr >> 2 include "sage/libs/ntl/decl.pxi" >> 3 >> 4 from sage.structure.element cimport EuclideanDomainElement, >> RingElement >> 5 from sage.categories.morphism cimport Morphism >> 6 >> ----> 7 cdef class Integer(EuclideanDomainElement): >> global cdef = undefined >> global Integer = undefined >> global EuclideanDomainElement = undefined >> 8 cdef mpz_t value >> 9 >> 10 cdef void _to_ZZ(self, ZZ_c *z) >> 11 cdef void set_from_mpz(self, mpz_t value) >> 12 cdef hash_c(self) >> 13 >> 14 cpdef _pari_(self) >> 15 >> 16 cpdef _shift_helper(Integer self, y, int sign) >> 17 cdef _and(Integer self, Integer other) >> 18 cdef _or(Integer self, Integer other) >> 19 cdef _xor(Integer self, Integer other) >> 20 >> 21 cpdef size_t _exact_log_log2_iter(self,Integer m) >> 22 cpdef size_t _exact_log_mpfi_log(self,m) >> 23 cpdef RingElement _valuation(Integer self, Integer p) >> 24 cdef object _val_unit(Integer self, Integer p) >> 25 cdef Integer _divide_knowing_divisible_by(Integer self, >> Integer right) >> 26 cdef bint _is_power_of(Integer self, Integer n) >> 27 >> 28 cdef bint _pseudoprime_is_prime(self, proof) except -1 >> 29 >> 30 cdef _reduce_set(self, s) # do not use, since integers are >> immutable. >> 31 >> >> ImportError: libntl.so.16: cannot open shared object file: No such file >> or directory >> >> >> >> On Tuesday, February 2, 2016 at 6:03:51 PM UTC+1, mahmoud darwich wrote: >>> >>> hello >>> >>> when i run make i got the error message attached. >>> >>> -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
