Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: bonbob on February 18, 2019, 05:50:30 PM
-
mariadb-10.3 need libaio.tcz Without this extension mysqld not starting at all
error while loading shared libraries: libaio.so.1: cannot open shared object file
simply adding libaio.tcz to mariadb-dep file fixing this problem. Or maybe only on my PC with CorePure64 ver 10 libaio.tcz not loading? ???
-
Actually MariaDB 10.3 needs all of these:
libaio.so.1
libbz2.so.1.0
libcrack.so.2
libcrypto.so.1.0.0
libltdl.so.7
liblzma.so.5
libncursesw.so.6
libodbc.so.2
libssl.so.1.0.0
libxml2.so.2
So the dep file should be:
libaio.tcz
bzip2-lib.tcz
openssl.tcz
ncursesw.tcz
libxml2.tcz
cracklib.tcz
libltdl.tcz
unixODBC.tcz
I think the names are the same in 64-bit. Considering I only submitted it yesterday I'm glad to see somebody is interested.
-
For the now 10.x/x86_64/tcz/mariadb-10.3.tcz.dep contain only
bzip2-lib.tcz
openssl.tcz
ncursesw.tcz
libxml2.tcz
liblzma.tcz
so dep-file for mariadb-10.3 need to be edited
I have upgrade TCL to v.10 on my homeserver yesterday. Thanks for actual version of PHP7&apache2.4
-
dep file updated