CustomBuild has MariaDB update, but won't continue due to curl to libcurl issue.

RADRaze2KX

Verified User
Joined
Jan 4, 2024
Messages
35
Hello everyone, I'm trying to finish up my first DirectAdmin server. Softaculous is complaining about not being able to access a mysql.conf file that doesn't exist, and DirectAdmin's CustomBuild is telling me there's an update available for MariaDB from 8.0.32 to 10.6.16. I'm trying to fix the MariaDB issue first. When I try to update MariaDB, I get the following:

download_cached: downloading 'https://mirror.mariadb.org/yum/10.6/centos/8/x86_64/rpms/MariaDB-client-10.6.16-1.el8.x86_64.rpm' to '/usr/local/directadmin/custombuild/cache/MariaDB-client-10.6.16-1.el8.x86_64.rpm'
curl: (48) An unknown option was passed in to libcurl
safe_download: downloading 'https://mirror.mariadb.org/yum/10.6/centos/8/x86_64/rpms/MariaDB-client-10.6.16-1.el8.x86_64.rpm' to '/usr/local/directadmin/custombuild/tmp/tmp.4H4IN94C17.safe_download' failed (0/3)
curl: (48) An unknown option was passed in to libcurl
safe_download: downloading 'https://files.directadmin.com/services/all/mariadb/MariaDB-client-10.6.16-1.el8.x86_64.rpm' to '/usr/local/directadmin/custombuild/tmp/tmp.4H4IN94C17.safe_download' failed (0/3)
curl: (48) An unknown option was passed in to libcurl
safe_download: downloading 'https://mirror.mariadb.org/yum/10.6/centos/8/x86_64/rpms/MariaDB-client-10.6.16-1.el8.x86_64.rpm' to '/usr/local/directadmin/custombuild/tmp/tmp.4H4IN94C17.safe_download' failed (1/3)
curl: (48) An unknown option was passed in to libcurl
safe_download: downloading 'https://files.directadmin.com/services/all/mariadb/MariaDB-client-10.6.16-1.el8.x86_64.rpm' to '/usr/local/directadmin/custombuild/tmp/tmp.4H4IN94C17.safe_download' failed (1/3)
curl: (48) An unknown option was passed in to libcurl
safe_download: downloading 'https://mirror.mariadb.org/yum/10.6/centos/8/x86_64/rpms/MariaDB-client-10.6.16-1.el8.x86_64.rpm' to '/usr/local/directadmin/custombuild/tmp/tmp.4H4IN94C17.safe_download' failed (2/3)
curl: (48) An unknown option was passed in to libcurl
safe_download: downloading 'https://files.directadmin.com/services/all/mariadb/MariaDB-client-10.6.16-1.el8.x86_64.rpm' to '/usr/local/directadmin/custombuild/tmp/tmp.4H4IN94C17.safe_download' failed (2/3)

curl --version gives:
curl 8.5.0 (x86_64-pc-linux-gnu) libcurl/7.61.1 (additional stuff here)
Release-Date: 2023-12-06
Features: (bunch of stuff here)
WARNING: curl and libcurl versions do not match. Functionality may be affected.

===

I assume I'm experiencing part of the "functionality may be affected" warning.

Currently running CloudLinux 8.9

Updated Curl using "yum update alt-libcurlssl11 --enablerepo=cloudlinux-updates-testing"

Updated due to this post: https://forum.cloudlinux.com/forum/...m-packages/39543-curl-libcurl-package-updates

running "yum update curl*" reports there's "nothing to do".

I'm seeing this Curl 48 error on anything I try to update, not just building MariaDB.

Any assistance is greatly appreciated.
 
Back
Top