Opened 6 years ago
Closed 6 years ago
#967 closed defect (fixed)
If building FDO with internal openssl/libcurl, building libcurl insists on linking to system openssl instead of internal copy
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Build System | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
I've been observing when doing a full end-to-end build of FDO with all internal libs on Linux that when it comes time to build Utilities/OWS, it fails with linker errors around OpenSSL.
When I look at the build logs, I see that libcurl's configure picks out the system-installed version of OpenSSL instead of the internal copy.
The system-installed OpenSSL slipped in as an indirect dependency of one or more packages that needed to be installed to set up the build environment, so not having default OpenSSL present is not an option.
Change History (3)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:2 by , 6 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Premature celebration :( System OpenSSL is still playing interference
In 7825: