Skip to content
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

how to build for x86? #64

Open
farrukh-dplit opened this issue Aug 5, 2022 · 2 comments
Open

how to build for x86? #64

farrukh-dplit opened this issue Aug 5, 2022 · 2 comments

Comments

@farrukh-dplit
Copy link

guide mentions Raspberry Pi, may I build this project for x86? on a Ubuntu machine. have tried but getting these errors
libzwaveip.c:476:56: error: macro "BIO_ctrl_set_connected" passed 3 arguments, but takes just 2
BIO_ctrl_set_connected(sbio, 1, &pinfo->remote_addr);
libzwaveip.c:476:5: error: ‘BIO_ctrl_set_connected’ undeclared (first use in this function); did you mean ‘BIO_new_ssl_connect’?
BIO_ctrl_set_connected(sbio, 1, &pinfo->remote_addr);

@miline
Copy link
Member

miline commented Aug 12, 2022

Its because you are linking it with libssl 1.1.0 . While as libzwaveip supports only 1.0.1.
You proabbly need older Ubuntu version which still has libssl 1.0.1 or install libssl1.0.1 on on your Ubuntu.

@farrukh-dplit
Copy link
Author

thank you, i'll give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants