[sage-devel] ssl problem

2024-07-31 Thread 'Martin R' via sage-devel
I have a problem on a Ubuntu 22.04.4 LTS server (likely independent of the precise release of sage, I tried a fresh build). I don't know where to start. If I understand the logs correctly, it build openssl-3.2.2. Thanks in advance! Martin mrubey@ubuntu:~/sage$ ./sage ┌──

Re: [sage-devel] SSL missing

2021-01-26 Thread Dima Pasechnik
On Tue, Jan 26, 2021 at 6:23 PM Murray Eisenberg wrote: > > Meaning what? it is removed in 9.3, and hopelessly broken in 9.2. > > On 26 Jan2021, at 12:22 PM, Dima Pasechnik wrote: > > please consider Sage''s macOS app dead. > > > On Tue, 26 Jan 2021, 17:08 Murray Eisenberg, > wrote: >> >> If

Re: [sage-devel] SSL missing

2021-01-26 Thread dmo...@deductivepress.ca
The mac app is not being supported and cannot be expected to work any more. The discussion on trac ticket #29710 includes comments that "It seems it is only causing trouble" and "this version of mac app must be retired", and ends with "mac app has been removed". Trac ticket #31000 is "Provide ma

Re: [sage-devel] SSL missing

2021-01-26 Thread Murray Eisenberg
Meaning what? > On 26 Jan2021, at 12:22 PM, Dima Pasechnik wrote: > > please consider Sage''s macOS app dead. > > > On Tue, 26 Jan 2021, 17:08 Murray Eisenberg, > wrote: > If one wants the app, too, then how does one fix the missing SSL issue? > > On Monday,

[sage-devel] SSL missing

2021-01-25 Thread Pol del Aguila Pla
Dear developers of SageMath, I keep encountering this error (see log attached) with any binary install in my work macOS Big Sur system (11.1) - I’ve tried as an app and simply unpacking the compressed file to launch from the terminal. I’ve installed openssl with brew (brew install openssl) and tri

Re: [sage-devel] SSL

2015-09-30 Thread Jan Groenewald
OK done, so from sage 6.9 the PPA sagemath debs will support SSL as well. Regards, Jan On 30 September 2015 at 11:01, Jan Groenewald wrote: > Thanks, adding libssl-dev to all the buildslaves now. > > Regards, > Jan > > > On 30 September 2015 at 09:43, Volker Braun wrote: > >> When the buildsla

Re: [sage-devel] SSL

2015-09-30 Thread Jan Groenewald
Thanks, adding libssl-dev to all the buildslaves now. Regards, Jan On 30 September 2015 at 09:43, Volker Braun wrote: > When the buildslave compiled Python it didn't have openssl-devel, so the > Python ssl module was not built. > > > > On Wednesday, September 30, 2015 at 9:25:02 AM UTC+2, Jan

Re: [sage-devel] SSL

2015-09-30 Thread Volker Braun
When the buildslave compiled Python it didn't have openssl-devel, so the Python ssl module was not built. On Wednesday, September 30, 2015 at 9:25:02 AM UTC+2, Jan Groenewald wrote: > > Hi > > I cannot figure out why the buildslave binary cannot import ssl when > Thierry's binary and from-sour

Re: [sage-devel] SSL

2015-09-30 Thread Jan Groenewald
Hi I cannot figure out why the buildslave binary cannot import ssl when Thierry's binary and from-source-build can import ssl: 1 jan@muizenberg:/srv/sysadm/t$echo import ssl | ./sage-6.8/sage -q #from-source sage: sage: Exiting Sage (CPU time 0m0.03s, Wall time 0m0.08s). 0 jan@muizenberg:/srv/sys

Re: [sage-devel] SSL

2015-09-29 Thread Jan Groenewald
Hi On 29 September 2015 at 12:21, Jan Groenewald wrote: > Hi > > On 23 September 2015 at 19:20, Thierry > wrote: > >> Hi, >> >> >> On Wed, Sep 23, 2015 at 06:56:41PM +0200, Jan Groenewald wrote: >> [...] >> > Basic question: What does it take to enable SSL? Do those commands work >> on >> > 1)

Re: [sage-devel] SSL

2015-09-29 Thread Jan Groenewald
Hi On 23 September 2015 at 19:20, Thierry wrote: > Hi, > > > On Wed, Sep 23, 2015 at 06:56:41PM +0200, Jan Groenewald wrote: > [...] > > Basic question: What does it take to enable SSL? Do those commands work > on > > 1) source build > > On Debian/Ubuntu just install 'libssl-dev' before building

Re: [sage-devel] SSL

2015-09-23 Thread Thierry
Hi, On Wed, Sep 23, 2015 at 06:56:41PM +0200, Jan Groenewald wrote: [...] > Basic question: What does it take to enable SSL? Do those commands work on > 1) source build On Debian/Ubuntu just install 'libssl-dev' before building, and 'openssl' before running. > 2) binary (LTS) Sage is compiled

[sage-devel] SSL

2015-09-23 Thread Jan Groenewald
Hi I'm not sure. Can we move this thread to sage-devel and ask there? This was more about getting at least a working PPA out. I will follow on sage-devel though. Basic question: What does it take to enable SSL? Do those commands work on 1) source build 2) binary (LTS) 3) PPA Regards, Jan On 23