Hi,
when building a shared object of mod_oauth2 with statically linked liboauth2 etc. i found that mod_oauth2 would not load in apache due to missing symbols from cjose and libcurl.
I think those two libs should be added to liboauth2.pc.in (and openssl should probably be added as well).
Hi, when building a shared object of
mod_oauth2
with statically linkedliboauth2
etc. i found thatmod_oauth2
would not load in apache due to missing symbols fromcjose
andlibcurl
. I think those two libs should be added toliboauth2.pc.in
(andopenssl
should probably be added as well).