Opened 8 years ago
Closed 8 years ago
#9345 closed defect (fixed)
libgdata-0.17.8 will not build with (Open)SSL-1.1.0f/liboauth-1.0.3 changes
Reported by: | Wayne Blaszczyk | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 8.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ) ¶
The following error occurs when running make:
CCLD demos/youtube/youtube-cli /usr/lib/liboauth.so: undefined reference to `EVP_MD_CTX_cleanup' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:1975: demos/youtube/youtube-cli] Error 1 make[2]: Leaving directory '/opt/sources/libgdata-0.17.8' make[1]: *** [Makefile:3407: all-recursive] Error 1 make[1]: Leaving directory '/opt/sources/libgdata-0.17.8' make: *** [Makefile:1420: all] Error 2
I worked around this issue by removing the patch from liboauth and instead adding the --enable-nss parameter.
Change History (4)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 8 years ago
Summary: | libgdata-0.17.8 will not build with OpenSSL-1.1.0f/liboauth-1.0.3 changes → libgdata-0.17.8 will not build with (Open)SSL-1.1.0f/liboauth-1.0.3 changes |
---|
Change title so currency scripts do not confuse it with nss.
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This needed a tweak in the openssl-1.1 patch for liboauth.
Fixed at revision 18828.
Note:
See TracTickets
for help on using tickets.
I'll take a look at this. Thanks, Wayne