WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mariadb-10.3 need libaio.tcz  (Read 1474 times)

Offline bonbob

  • Jr. Member
  • **
  • Posts: 99
mariadb-10.3 need libaio.tcz
« on: February 18, 2019, 02: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?  ???

Online andyj

  • Hero Member
  • *****
  • Posts: 1022
Re: mariadb-10.3 need libaio.tcz
« Reply #1 on: February 18, 2019, 03: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.

Offline bonbob

  • Jr. Member
  • **
  • Posts: 99
Re: mariadb-10.3 need libaio.tcz
« Reply #2 on: February 18, 2019, 10:40:40 PM »
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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: mariadb-10.3 need libaio.tcz
« Reply #3 on: February 19, 2019, 10:19:06 PM »
dep file updated