MariaDB 10.1.24 for CentOS 6?

Hewey

New member
Joined
Jul 3, 2017
Messages
3
I wonder if it's possible to have MariaDB 10.1.24 on CentOS 6.9.
My current environment: DirectAdmin 1.44.3, CentOS 6.9, PHP 7.0, MariaDB 10.0.29.
I tried

cd /usr/local/directadmin/custombuild
./build set mariadb 10.1
./build set mysql_inst mariadb
./build set mysql_backup yes
./build update
./build mariadb

But got errors:


Downloading mysql/MariaDB-10.1.24-centos5-x86_64-client.rpm...
--2017-07-04 00:30:41-- http://files.directadmin.com/servic....24/MariaDB-10.1.24-centos5-x86_64-client.rpm
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58, 208.167.226.3
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-07-04 00:30:42 ERROR 404: Not Found.
...
Too many failed attempts with files.directadmin.com. Will try a different server.
We'll temporarily try using 69.162.69.58 instead

Downloading mysql/MariaDB-10.1.24-centos5-x86_64-compat.rpm...
--2017-07-04 00:30:52-- http://69.162.69.58/services/custom....24/MariaDB-10.1.24-centos5-x86_64-compat.rpm
Connecting to 69.162.69.58:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-07-04 00:30:53 ERROR 404: Not Found.

Downloaded file /usr/local/directadmin/custombuild/mysql/MariaDB-10.1.24-centos5-x86_64-compat.rpm does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
--2017-07-04 00:30:53-- http://69.162.69.58/services/custom....24/MariaDB-10.1.24-centos5-x86_64-compat.rpm
Connecting to 69.162.69.58:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-07-04 00:30:53 ERROR 404: Not Found.

There seem to be many connection issues. Check your network and /etc/resolv.conf file
Also try finding a faster server: http://help.directadmin.com/item.php?id=305

*** Cannot find /usr/local/directadmin/custombuild/mysql/MariaDB-10.1.24-centos5-x86_64-client.rpm. Aborting ***

I wonder if I missed something.

Elsewhere at http://files22.directadmin.com/services/all/mariadb/10.1/10.1.24/ I see rpm files like "MariaDB-10.1.24-centos5-x86_64-server.rpm".

I appreciate any help.
 
I meant "I see rpm files like "MariaDB-10.1.24-centos6-x86_64-server.rpm"" and other centOS 6 rpms.
 
Hello,

You've got a directadmin license for CentOS 5, that's why Custombuild tries to download RPM packages for CentOS 5, you need to get a new license with CentOS 6.x.

If you purchased Directadmin license at www.directadmin.com you've a login/password access to a client area where you can change OS for the license.

If you rent a server with Directadmin you should contact your server company in order to get the license updated.

Once you update license you need to download it: https://help.directadmin.com/item.php?id=30

After it custombuild will allow to install MariaDB for CentOS 6. Please note it's highly possible that your installation is messed now, as you probably already have MariaDB installed for 5. In this case you might face issues with the upgrade. So you will need to do some magic and remove RPM-packages manually.
 
Thanks for your response. I'll test it out and see what happens.
 
Back
Top