[Bug 65602] Failed linking C shared library mod_md.so

2021-11-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65602

Tần Quảng  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #6 from Tần Quảng  ---
Well, I asked create a question about this on StackOverflow, no in-depth
solution was given. But there is a solution like this:

At line #46 of the CMakeLists.txt file add:
...
#46 add_subdirectory(srclib/curl)
...
At line #470 of the CMakeLists.txt file add "libcurl":
...
#470 SET(mod_md_extra_libs  ${OPENSSL_LIBRARIES}
${CURL_LIBRARIES} ${JANSSON_LIBRARIES} mod_watchdog libcurl)
...
However, as noted above, this is not a good solution because doing so cURL will
be rebuilt again (even though it has been compiled twice before) during HTTPD
compilation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 65665] signature file for source tarball has incorrect file name in it

2021-11-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65665

Stefan Eissing  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Stefan Eissing  ---
Thanks for noticing and coming back to us! 

That was an omission in our release scripts that has been fixed now. I also
updated the .sha* files on the distribution server.

Kind Regards,
Stefan

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org