[racket-dev] [racket] Racket spamming with "undefined symbol"

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Oct 18 14:09:25 EDT 2012

At Thu, 04 Oct 2012 03:48:42 +0200, Juan Francisco Cantero Hurtado wrote:
> Probably you need execute 'export LDFLAGS="-pthread -lcrypto"' in your 
> shell before of run "./configure".

Thanks for the suggestion, and I see why that would work. Still, I
think it's better to change the way that "libcryto" is opened via
`ffi-lib', since the dependency on "libcrypto" comes from the "openssl"
collection specifically.

Matthew


Posted on the dev mailing list.