You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Andreas Schaefer <sc...@me.com.INVALID> on 2020/07/28 18:45:18 UTC

Issues with checking the stage release

Hi

For whatever reason suddenly my script check_staged_release.sh fails when executed.

I see this right at the beginning:

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib

When I look in this file I only see libssl.1.1.dylib.

Not sure what happened but does anyone has an idea on how to fix it?

Cheers - Andy

Re: Issues with checking the stage release

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Wed, Jul 29, 2020 at 5:48 PM Andreas Schaefer
<sc...@me.com.invalid> wrote:
> ...With that I could run the check w/o any issues...

Ok, thanks for letting us know!

-Bertrand

Re: Issues with checking the stage release

Posted by Andreas Schaefer <sc...@me.com.INVALID>.
Hi Bertrand

Thanks for your reply. It did not help me any further but then I started to google the error and finally could fix it with:

[On Mac 10.14 Mojave]:

brew switch openssl 1.0.2t -> failed as only openssl 1.1 is installed
brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb <https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb>
brew switch openssl 1.0.2t -> worked

With that I could run the check w/o any issues.

Cheers - Andy

> On Jul 29, 2020, at 12:57 AM, Bertrand Delacretaz <bd...@apache.org> wrote:
> 
> Hi Andy,
> 
> On Tue, Jul 28, 2020 at 8:45 PM Andreas Schaefer
> <sc...@me.com.invalid> wrote:
> ...
>> dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> ...
> 
> As per [1] this looks like an openssl installation issue?
> 
> Running with "bash -x check_staged_release.sh" would help confirm.
> 
> -Bertrand
> 
> [1] https://stackoverflow.com/questions/59006602/dyld-library-not-loaded-usr-local-opt-openssl-lib-libssl-1-0-0-dylib


Re: Issues with checking the stage release

Posted by Bertrand Delacretaz <bd...@apache.org>.
Hi Andy,

On Tue, Jul 28, 2020 at 8:45 PM Andreas Schaefer
<sc...@me.com.invalid> wrote:
...
> dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
...

As per [1] this looks like an openssl installation issue?

Running with "bash -x check_staged_release.sh" would help confirm.

-Bertrand

[1] https://stackoverflow.com/questions/59006602/dyld-library-not-loaded-usr-local-opt-openssl-lib-libssl-1-0-0-dylib