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
Build fails when attempting on Debian 12 Bullseye.
$ uname -a
Linux debian 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64 GNU/Linux
$ make build
bash: line 1: ldconfig: command not found
[...]
Compiling libyamlscript.core
Compiling 1 source files to /home/sean/projects/yamlscript/libyamlscript/target/classes
Created /home/sean/projects/yamlscript/libyamlscript/target/libyamlscript-0.1.87.jar
Created /home/sean/projects/yamlscript/libyamlscript/target/libyamlscript-0.1.87-standalone.jar
Makefile:53: *** *** The 'libz.so' library is required by native-image but not installed. Stop.
make[1]: Leaving directory '/home/sean/projects/yamlscript/libyamlscript'
make: *** [Makefile:123: build-libyamlscript] Error 2
This library is available, though under a different package name.
# apt install libz-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'zlib1g-dev' instead of 'libz-dev'
zlib1g-dev is already the newest version (1:1.2.13.dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Build fails when attempting on Debian 12 Bullseye.
This library is available, though under a different package name.
After editing common/vars.mk....
Note that ldconfig is of course available at /usr/sbin/ldconfig, but /usr/sbin is not in PATH by default.
The text was updated successfully, but these errors were encountered: