-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
iOS project is not compiling "No package 'openssl' found" #24897
Comments
@andrewstang Put that That said, the symlink approach described at https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/BUILDING.md#installing-prerequisites-on-macos should also work (including on an M1 Mac, as long as the paths are correct; it looks like in your case things are in /usr/local/opt, not /usr/local/lib or /opt/homebrew/opt/.., which may depend on the exact package manager you used to install openssl). |
That said, the fact that this depends on openssl at all is broken. I'll see if I can fix that. |
Bootstrap seems to do something with chip_crypto as part ofthe bootstrap process. Have it use the already-available boringssl for that instead of requiring an external openssl. Fixes project-chip#24897
@bzbarsky-apple I pull down new repos, but it still fails to compile. |
@andrewstang Is that with the |
* Stop requiring openssl to bootstrap. Bootstrap seems to do something with chip_crypto as part ofthe bootstrap process. Have it use the already-available boringssl for that instead of requiring an external openssl. Fixes #24897 * Also fix the no-cipd bootstrap.
@andrewstang OK, now #24901 is merged. Try tip? |
@bzbarsky-apple build success!!!thanks a lot |
@andrewstang No problem, and thank you for filing this! |
* Stop requiring openssl to bootstrap. Bootstrap seems to do something with chip_crypto as part ofthe bootstrap process. Have it use the already-available boringssl for that instead of requiring an external openssl. Fixes project-chip#24897 * Also fix the no-cipd bootstrap.
* Stop requiring openssl to bootstrap. Bootstrap seems to do something with chip_crypto as part ofthe bootstrap process. Have it use the already-available boringssl for that instead of requiring an external openssl. Fixes project-chip/connectedhomeip#24897 * Also fix the no-cipd bootstrap.
* Stop requiring openssl to bootstrap. Bootstrap seems to do something with chip_crypto as part ofthe bootstrap process. Have it use the already-available boringssl for that instead of requiring an external openssl. Fixes project-chip/connectedhomeip#24897 * Also fix the no-cipd bootstrap.
* Stop requiring openssl to bootstrap. Bootstrap seems to do something with chip_crypto as part ofthe bootstrap process. Have it use the already-available boringssl for that instead of requiring an external openssl. Fixes project-chip#24897 * Also fix the no-cipd bootstrap.
xcode log:Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
Could not run pkg-config.
I use "export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig" in terminal, it's no problem, pkg-config can search openssl. but how to do in Xcode?
The text was updated successfully, but these errors were encountered: