Installing Ruby 1.8.6 via RVM on Snow Leopard
        Posted  
        
            by Neil Middleton
        on Super User
        
        See other posts from Super User
        
            or by Neil Middleton
        
        
        
        Published on 2009-10-19T13:50:08Z
        Indexed on 
            2010/03/29
            11:03 UTC
        
        
        Read the original article
        Hit count: 316
        
ruby
|snow-leopard
I'm trying to install ruby 1.8.6 onto Snow Leopard - but am getting some make errors:
ossl_x509revoked.c: In function ‘ossl_x509revoked_new’:
ossl_x509revoked.c:48: warning: passing argument 2 of ‘ASN1_dup’ from incompatible pointer type
ossl_x509revoked.c: In function ‘DupX509RevokedPtr’:
ossl_x509revoked.c:64: warning: passing argument 2 of ‘ASN1_dup’ from incompatible pointer type
readline.c: In function ‘username_completion_proc_call’:
readline.c:730: error: ‘username_completion_function’ undeclared (first use in this function)
readline.c:730: error: (Each undeclared identifier is reported only once
readline.c:730: error: for each function it appears in.)
make[1]: *** [readline.o] Error 1
make: *** [all] Error 1
Anyone have any ideas?
© Super User or respective owner