[plt-dev] setup-plt error

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Mar 11 11:39:43 EDT 2009

It sounds like there are examples in the documentation that use this
functionality -- if this is the case then it's better to remove them
so people without the library will still be able to run setup-plt
without errors.


On Mar 11, Jay McCarthy wrote:
> FYI, the web-server uses libcrypto to get the HMAC-SHA1
> functions. It does it the same way the openssl library calls
> libcrypto. So whatever problem you're discovering "should" be a
> problem with
> 
> (require openssl)
> 
> also.
> 
> Jay
> 
> On Wed, Mar 11, 2009 at 9:29 AM, Jon Rafkind <rafkind at cs.utah.edu> wrote:
> > Neil Van Dyke wrote:
> >>
> >> Jon Rafkind wrote at 03/11/2009 01:57 AM:
> >>>
> >>> I just updated svn (14049) and built from source. I saw this in
> >>> setup-plt.
> >>>
> >>> ...
> >>> setup-plt: running: web-server/scribblings/web-server.scrbl
> >>> ffi-lib: couldn't open "libcrypto.so" (libcrypto.so: cannot open shared
> >>> object file: No such file or directory)
> >>
> >> [...]

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the dev mailing list.