RabbitMQ how to install in DirectAdmin

feerdispzoo

Verified User
Joined
Jan 17, 2022
Messages
189
Hello,
is anyway install RabbitMQ on directadmin with custombuild? I try install directly in CloudLinux:
sudo yum install epel-release
sudo yum install erlang

But this process stuck for me
---> Package erlang-xmerl.x86_64 0:24.3.4.1-1.el7 will be installed
--> Finished Dependency Resolution
Error: Package: erlang-wx-24.3.4.1-1.el7.x86_64 (erlang-solutions)
Requires: mesa-libGLU
Error: Package: erlang-wx-24.3.4.1-1.el7.x86_64 (erlang-solutions)
Requires: libGLU.so.1()(64bit)


I try:
sudo yum install mesa-libGLU libGLU


but:
Loading mirror speeds from cached hostfile * epel: www.nic.funet.fi No package mesa-libGLU available. No package libGLU available.
 
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 28 kB 00:00
* epel: www.nic.funet.fi
cl7h | 3.0 kB 00:00
cloudlinux-imunify360 | 3.0 kB 00:00
cloudlinux-rollout-1 | 3.0 kB 00:00
cloudlinux-rollout-10 | 3.0 kB 00:00
cloudlinux-rollout-2 | 3.0 kB 00:00
cloudlinux-rollout-3 | 3.0 kB 00:00
cloudlinux-rollout-4 | 3.0 kB 00:00
cloudlinux-rollout-5 | 3.0 kB 00:00
cloudlinux-rollout-6 | 3.0 kB 00:00
cloudlinux-rollout-7 | 3.0 kB 00:00
cloudlinux-rollout-8 | 3.0 kB 00:00
cloudlinux-rollout-9 | 3.0 kB 00:00
erlang-solutions | 3.0 kB 00:00
Nothing to do
[root@live7263 ~]#
 
Which OS and distro are you on? On my Centos 7.x server they are installed.
Code:
yum list mesa-libGL
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.funet.fi
 * epel: www.nic.funet.fi
 * extras: ftp.funet.fi
 * updates: ftp.funet.fi
Installed Packages
mesa-libGL.x86_64                                               18.3.4-12.el7_9                                               @updates
This is default Centos.

But they should be available for Cloudlinux 7.9 too.
Code:
[*]2020-10-03:            mesa-dri-drivers-18.3.4-10.el7
[*]2020-10-03:            mesa-filesystem-18.3.4-10.el7
[*]2020-10-03:            mesa-libEGL-18.3.4-10.el7
[*]2020-10-03:            mesa-libGL-18.3.4-10.el7
[*]2020-10-03:            mesa-libgbm-18.3.4-10.el7

So if the yum install mesa-libGL does not work, I think you should ask over at Cloudlinux for support on that.
 
Back
Top