I got this error:

    ossl_ssl.c: In function ?ossl_sslctx_get_ciphers?:
    ossl_ssl.c:626:19: error: ?STACK? undeclared (first use in this
function)
    ossl_ssl.c:626:19: note: each undeclared identifier is reported
only once for each function it appears in
    ossl_ssl.c:626:25: error: expected expression before ?)? token
    ossl_ssl.c:629:47: error: expected expression before ?)? token
    ossl_ssl.c:629:47: error: too few arguments to function ?sk_value?
    /usr/include/openssl/stack.h:80:7: note: declared here
    ossl_ssl.c: In function ?ossl_ssl_get_peer_cert_chain?:
    ossl_ssl.c:1199:5: warning: passing argument 1 of ?sk_num? from
incompatible pointer type
    /usr/include/openssl/stack.h:79:5: note: expected ?const struct
_STACK *? but argument is of type ?struct stack_st_X509 *?
    ossl_ssl.c:1202:2: warning: passing argument 1 of ?sk_value? from
incompatible pointer type
    /usr/include/openssl/stack.h:80:7: note: expected ?const struct
_STACK *? but argument is of type ?struct stack_st_X509 *?
    ossl_ssl.c: In function ?ossl_ssl_get_cipher?:
    ossl_ssl.c:1224:12: warning: assignment discards qualifiers from
pointer target type
    make[1]: *** [ossl_ssl.o] Error 1
    make: *** [all] Error 1

I fund this help: 
http://rwsleep.blogspot.com/2010/05/ruby-187-and-openssl-100.html
but patch is not working:
       patch: **** Only garbage was found in the patch input.
Whats wrong?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to