At Tue, 18 Sep 2018 13:09:22 +0200, "'Paulo Matos' via Racket Users" wrote:
> That looks ok to me, so why didn't raco distribute copy the library into
> the distribution?

`raco distribute` only incorporates libraries that are from Racket's
own "lib" directory. On Windows and Mac OS, that includes libcrypto.
For Linux, libcrypto is considered to be part of the OS, so it's not
copied into the distribution.

The right solution is probably to use the "natipkg" build of Racket for
Linux, which minimizes the libraries that are required from the OS. For
example, the natipkg variant uses its own build of libcrypto. You can
find natipkg builds from a snapshot page or the "More Variants and
Checksums" download page for the current release:

  http://download.racket-lang.org/releases/7.0/

Another possibility is to copy or link your installation's libcrypto,
etc., into the Racket "lib" directory, where `raco distribute` will
pick it up.

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