Opened 6 years ago

Last modified 5 years ago

#14371 new bug

Rune - Unhelpful error messages

Reported by: waddlesplash Owned by: kallisti5
Priority: normal Milestone: Unscheduled
Component: Tools/Rune Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Error: The OpenSSL library reported an error

strace revealed the real issue:

open("/usr/local/ssl/cert.pem", O_RDONLY) = -1 ENOENT (No such file or directory)

Attachments (1)

rune-57ac827ba.xz (2.6 MB ) - added by kallisti5 5 years ago.
rune musl

Change History (2)

by kallisti5, 5 years ago

Attachment: rune-57ac827ba.xz added

rune musl

comment:1 by kallisti5, 5 years ago

Could you give the latest version a try and let me know?

I've tried compiling rune via:

cargo install cross
cross build --target=x86_64-unknown-linux-musl --release

That creates a static musl binary :-D (attached)

Note: See TracTickets for help on using tickets.