Stefan Wintermeyer

Results 4 comments of Stefan Wintermeyer

The following commands all lead to an error on my new MacBook Air : - rvm install 2.5.8 --with-openssl-dir=$(brew --prefix openssl) - rvm install 2.5.8 I tried - rvm 1.29.12-next...

This might help to debug the problem: **/Users/stefan/.rvm/log/1611141181_ruby-2.5.8/make.log** ```` compiling modify.c compiling fiddle.c compiling set_len.c closure.c:264:14: error: implicit declaration of function 'ffi_prep_closure' is invalid in C99 [-Werror,-Wimplicit-function-declaration] result = ffi_prep_closure(pcl,...

Work around: rvm install 2.5.8 --with-out-ext=fiddle

@zachdaniel @jimsynz I have a similar problem. I want to check for a minimum password length of 9 and I want to check if that password is in table with...