You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdamMajer opened this issue
Jul 7, 2016
· 2 comments
Labels
buildIssues and PRs related to build files or the CI.inspectorIssues and PRs related to the V8 inspector protocolopensslIssues and PRs related to the OpenSSL dependency.
With this pull #6792 , NodeJS stopped building when --shared-openssl option is specified. This is not fixed with later commits. Build system is still looking for static SSL library,
make[1]: *** No rule to make target '/home/abuild/rpmbuild/BUILD/node-v6.3.0/out/Release/obj.target/openssl/deps/openssl/openssl/ssl/bio_ssl.o', needed by '/home/abuild/rpmbuild/BUILD/node-v6.3.0/out/Release/obj.target/deps/openssl/libopenssl.a'. Stop.
Workaround is to configure--without-inspector
The text was updated successfully, but these errors were encountered:
ChALkeR
added
build
Issues and PRs related to build files or the CI.
openssl
Issues and PRs related to the OpenSSL dependency.
inspector
Issues and PRs related to the V8 inspector protocol
labels
Jul 7, 2016
Don't build openssl/http_parser/libuv for v8_inspector if corresponding
--shared-* flags were passed to the ./configure script.
Fixes: #7478Fixes: #7583
PR-URL: #7569
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
buildIssues and PRs related to build files or the CI.inspectorIssues and PRs related to the V8 inspector protocolopensslIssues and PRs related to the OpenSSL dependency.
With this pull #6792 , NodeJS stopped building when
--shared-openssl
option is specified. This is not fixed with later commits. Build system is still looking for static SSL library,make[1]: *** No rule to make target '/home/abuild/rpmbuild/BUILD/node-v6.3.0/out/Release/obj.target/openssl/deps/openssl/openssl/ssl/bio_ssl.o', needed by '/home/abuild/rpmbuild/BUILD/node-v6.3.0/out/Release/obj.target/deps/openssl/libopenssl.a'. Stop.
Workaround is to configure
--without-inspector
The text was updated successfully, but these errors were encountered: