Opened 8 years ago
Last modified 8 years ago
#9345 closed defect
libgdata-0.17.8 will not build with OpenSSL-1.1.0f/liboauth-1.0.3 changes — at Version 1
Reported by: | Wayne Blaszczyk | Owned by: | |
---|---|---|---|
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.
Note:
See TracTickets
for help on using tickets.