-
Notifications
You must be signed in to change notification settings - Fork 49
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
Make parodus2ccsp portable on various Ubuntu & Fedora versions #23
Comments
Here is a dbus issue, on Fedora 27 there are many compile errors that are similar and fixable. System: Ubuntu gcc: Notes: There are similar compile issues with Fedora 27 CC libdbus_1_la-dbus-sysdeps-unix.lo |
For Fedora 27 there are ssl/openssl issues, build error log attached. |
For Ubuntu (14.04.4/14.04.5) I couldn't get passed an undeclared identifier error "X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS" which is used in user_openssl.c:383 |
Above dbus build error should fix with cd6e4eb commit. Verified it on Ubuntu 14.04. Make sure you are following Pre-Requisite mentioned in README.md |
that fix can be done by using higher version of openssl |
parodus2ccsp should build successfully on various ubuntu platforms 32bit, 64bit and not just on yocto
The text was updated successfully, but these errors were encountered: