Ticket #102 (closed defect)
server doesn't run (libcrypto error, etc)
Reported by: | vegashacker | Owned by: | vegashacker |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | vegashacker/leftparen.plt | Keywords: | |
Cc: | Version: | (2 2) | |
Racket Version: | 4.1 |
Description
Reported via email:
The server doesn't run: when I tried running the script (after fixing the path to the binary), first I got this:
default-load-handler: cannot open input file:
"/home/marek/.plt-scheme/planet/300/4.1.1/cache/untyped/mirrors.plt/1/3/doc/mirrors.scrbl" (No such file or directory; errno=2)
I couldn't reproduce this so far, but now I'm getting this:
ffi-lib: couldn't open "libcrypto.so" (libcrypto.so: cannot open shared object file: No such file or directory)
libcrypto.so is part of libssl-dev in Debian and most likely not installed on most computers. What is available is libcrypto.so.0.9.8 from the libssl0.9.8 package, which has a wide installation base since it is a central part of the SSL ecosystem.