Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: CNK on February 13, 2024, 06:04:16 AM
-
When glib2 was updated to depend on the pcre21042.tcz extension instead of pcre.tcz, this broke imagemagick.tcz which relied on pcre.tcz as a recursive dependency.
I suggest the following line be added in imagemagick.tcz.dep for TC14 x86_64 (maybe also x86?) to fix this:
pcre.tcz
The apparantly identical extension in the TC15 repo presumably has the same problem.
Thank you.
-
The apparantly identical extension in the TC15 repo presumably has the same problem.
Confirmed still a problem in TC15 on x86_64:
$ convert polar.webp polar.jpg
convert: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
Again fixed by pcre.tcz.
-
dep file adjusted - thanks