Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: fix OpenSSL tarball download paths after openssl.org site refresh #466

Closed
wants to merge 5 commits into from

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    09aa4aa View commit details
    Browse the repository at this point in the history
  2. CI: Build OpenSSL with RPATH set so that the installed ./bin/openssl …

    …works
    
    without LD_LIBRARY_PATH set.
    
    Use LD_RUN_PATH during the httpd build to achieve the same with binaries
    from the httpd build, but unset it after so that it doesn't affect running
    e.g. php-fpm or perl later. Should fix warning from logs when php-fpm
    is executed --
    
    [26-Jul-2024 07:43:34] NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/lib/php/20210902/curl.so (/lib/x86_64-linux-gnu/libcurl.so.4: undefined symbol: ENGINE_init, version OPENSSL_3.0.0), /usr/lib/php/20210902/curl.so.so (/usr/lib/php/20210902/curl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
    notroj committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a36a369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    631fa29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ce03c6 View commit details
    Browse the repository at this point in the history
  5. CI: For paranoia/future debugging, log the OpenSSL version from compi…

    …le-time
    
    and run-time as reported by mod_ssl.
    notroj committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    219a365 View commit details
    Browse the repository at this point in the history