I’m trying to use an older OS (Debian Squeeze) to compile my shared libraries 
(to make sure that they run on all machines), and I’m running into an 
interesting error when I try to use ‘raco pkg install’:

clements@li96-50:/lib$ raco pkg install memoize
Resolving "memoize" via http://download.racket-lang.org/releases/6.2.1/catalog/
Resolving "memoize" via http://pkgs.racket-lang.org
Downloading 
https://github.com/jbclements/memoize/tarball/3c9d1c788bac3b70376b0451a80b080dcbca7273
ssl-connect: requested protocol not supported
  requested: 'auto
clements@li96-50:/lib$ 


This appears to occur on any raco pkg install call. 

The obvious culprit would be a failure to install some basic openssl package, 
but I see that I have installed versions of 
- libssl0.9.8
- openssl
- libssh2-1
- openssh-client
- openssh-server
- ssh

I’m going to dig a little deeper into the source for ssl-connect, but if anyone 
knows what dumb thing I’m doing, I’d love to hear about it!

Many thanks,

John Clements
  

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to