dreemurrs-embedded / Pine64-Arch

:penguin: Arch Linux ARM for your PinePhone/Pro and PineTab/2
701 stars 104 forks source link

Mkimage not working after latest update. #498

Closed Spagett1 closed 1 year ago

Spagett1 commented 1 year ago

Steps to reproduce

Do an update then run try to use mkimage to convert /boot/boot.txt to /boot/boot.scr.

Expected behavior

The program to convert the boot.txt to boot.scr

Actual behavior

libssl produces the following error

mkimage: error while loading shared libraries: libssdl.so.1.1: cannot open shared object file: No such file or directory

I believe this is due to an update to libssl and that the uboot-tools package needs to be rebuilt, i think thats all thats needed but im no expert.

Danct12 commented 1 year ago

Another user having the same issue: https://archlinuxarm.org/forum/viewtopic.php?f=15&t=16247

Danct12 commented 1 year ago

You can also workaround this issue by installing openssl-1.1.

Danct12 commented 1 year ago

This should now be fixed upstream.