You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try running zig build or zig build installexe -Dinit_system=runnit it returns zig: error while loading shared libraries: /usr/lib/libz3.so: file too short
Expected behavior
It should have built ly
OS + Desktop environment/Window manager
void linux
Steps to reproduce
run zig build
Relevant logs
Additional information
this is a stock void linux, I've only installed what is needed to install ly. (libc, pam, zig and xcb)
The text was updated successfully, but these errors were encountered:
Pre-requisites
Ly version
1.0.2
Observed behavior
when I try running
zig build
orzig build installexe -Dinit_system=runnit
it returnszig: error while loading shared libraries: /usr/lib/libz3.so: file too short
Expected behavior
It should have built ly
OS + Desktop environment/Window manager
void linux
Steps to reproduce
run
zig build
Relevant logs
Additional information
this is a stock void linux, I've only installed what is needed to install ly. (libc, pam, zig and xcb)
The text was updated successfully, but these errors were encountered: