Opened 7 years ago

Closed 7 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 Wayne Blaszczyk)

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 Wayne Blaszczyk, 7 years ago

Description: modified (diff)

comment:2 by Douglas R. Reno, 7 years ago

Owner: changed from blfs-book@… to Douglas R. Reno
Status: newassigned

I'll take a look at this. Thanks, Wayne

comment:3 by bdubbs@…, 7 years ago

Summary: libgdata-0.17.8 will not build with OpenSSL-1.1.0f/liboauth-1.0.3 changeslibgdata-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 bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

This needed a tweak in the openssl-1.1 patch for liboauth.

Fixed at revision 18828.

Note: See TracTickets for help on using tickets.