-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bridge support installation fails over missing openssl; sys/socket.h #1170
Comments
I haven't tried to install the gem directly on Windows since we added hiredis in 5.15.0. |
You're supposed to be able to install hiredis in Windows and this line won't compile on Windows. Can you open |
Thanks fior the quick response!
|
thanks for the workaround, I'm up and running! greetings, Jurgen |
@jurgensymynck I just submitted a patch to the redis-client so when that gets fixed upstream this should resolve. Thanks for raising this! I'll leave this open until we merge a new version of redis-client. |
Hi,
After quite some time I picked up working om my OpenC3 COSMOS project again...
I have a clean installed pc, Windows 11,
I followed the correct steps involving cloning openc3-project repo, running the demo and can compile my plugins for OpenC3
I have Ruby 3.2 including full dev kit. I installed this as admin, not as user...
When running
gem install openc3
as instructed here, the installation failed over missingopenssl.h
file.An intermediate fix was
gem install openssl
, but ultimately the installer stops again over missing ´sys/socket.h´... no idea what gem I should install here to make further progress.Any ideas? Thanks in advance!
Below is my (abriged) command line session in Windows Powershell (running as Admin), including a printout of
gem environment
The text was updated successfully, but these errors were encountered: