chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: openssl static compile issue


From: Vasilij Schneidermann
Subject: Re: openssl static compile issue
Date: Tue, 12 May 2020 22:30:09 +0200

Hello Peter,

I've experimented a bit and found it's a matter of shuffling the imports
around.  Here's an example:

    (import scheme)
    (import (chicken base))
    (import (chicken io))
    (import openssl) ; HACK: this must precede the http-client import
    (import http-client)
    
    (with-input-from-request "https://en.wikipedia.org/wiki/Cat"; #f read-string)

Vasilij

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]