Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: bonbob on February 18, 2019, 05:50:30 PM

Title: mariadb-10.3 need libaio.tcz
Post by: bonbob on February 18, 2019, 05:50:30 PM
mariadb-10.3 need libaio.tcz Without this extension mysqld not starting at all

Code: [Select]
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?  ???
Title: Re: mariadb-10.3 need libaio.tcz
Post by: andyj on February 18, 2019, 06:53:03 PM
Actually MariaDB 10.3 needs all of these:

Code: [Select]
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:

Code: [Select]
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.
Title: Re: mariadb-10.3 need libaio.tcz
Post by: bonbob on February 19, 2019, 01:40:40 AM
For the now 10.x/x86_64/tcz/mariadb-10.3.tcz.dep contain only

Code: [Select]
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
Title: Re: mariadb-10.3 need libaio.tcz
Post by: Juanito on February 20, 2019, 01:19:06 AM
dep file updated