> On Sep 19, 2015, at 11:44 AM, John B. Clements <cleme...@brinckerhoff.org> 
> wrote:
> 
> 
>> On Sep 19, 2015, at 11:40 AM, 'John B. Clements' via users-redirect 
>> <us...@plt-scheme.org> wrote:
>> 
>> 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$ 
> 
> Oh, I see, this appears to date back to Ryan’s commit 
> (933a71ce71b142cf31b6a); the issue here may be that the debian squeeze 
> openssl doesn’t conform to Racket’s notion of “secure”; I’m guessing I’ll 
> have to hack the mzssl.rkt file to allow these connections, or maybe use a 
> backported version of openssl?

Nope, nope, wrong.

For the record, the solution seems to have involved some combination of
- installing libssl-dev to get a symlink from libcrypto.so to 
libcrypto.so.0.9.8, and
- installing the 64-bit rather than the 32-bit version of racket.


John Clements

> 
> John
> 
>> 
>> 
>> 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.
> 



-- 
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