Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Davide F. via Bacula-users
Ok, there was a misunderstanding from my side, my bad. I thought you wanted to build the rom yourself. Now I understand better. In your specific context, if you get this error, it means the rpm package has a bug (missing dependency or something else). I’ll leave people from Bacula Systems answe

Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Davide F. via Bacula-users
Hi, Not 100% sure, but as far as I remember, you need MySQL devel package installed Let me know if it helps. Davide On Wed, Jun 19, 2024 at 11:44 Mehrdad Ravanbod wrote: > > Hi guys > > Trying to install Bacula 13.0.4 community on a RockyLinux9(Rhel9) > computer to test it for our backup need

Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Davide F. via Bacula-users
Hi, Then try installing below packages (used on Centos 7, some packages name may have changed for Rocky Linux). openssh-clients rpm-sign mariadb-devel \gcc gcc-c++ make autoconf glibc-devel \ ncurses-devel readline-devel libstdc++-devel \ zlib-devel openssl-devel libacl-devel bzip2-devel \ openld

Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Mehrdad Ravanbod
Tbh, i am not too keen on building my own package from source, and none of these packages seem to have anything to do with mysql i did check the version libmysqlclient which is installed under /usr/lib64/mysql and it is version 20, i probably could install a later version of MySQL hoping for

Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Mehrdad Ravanbod
Installed the mysql-community-devel.x86** and the i686 versions, fails again with same error But thanks for answering Reagrds /Mehrdad On 2024-06-19 12:16, Davide F. wrote: Hi, Not 100% sure, but as far as I remember, you need MySQL devel package installed Let me know if it helps. Davide