libawt_xawt.so: libXtst.so.6 in redhat 8.3 yum - server

I am try to install oracle manager server in linux redhat 8.3 oprating system but getting error where try to install this package also not able to install help please any one
I am try to install oracle manager server in linux redhat 8.3 oprating system but getting error where try to install this package also not able to install help please any one

Related

PostgreSQL install : Failed to load sql modules into the database cluster

I tried to install postgreSQL v15.1.1 x64 in my windows 11 but on completion I got an error
I have used administration to install and close firewall.
Then I tried use another computer with windows 10,the install progress is successful.Is there any difference between Windows11 and Windows10 that should be know to install PostgreSQL?

Can anyone help me installation Mosquitto 2.0 on CentOS linux 7.0

I need to install Mosquitto 2.0 on my centOS linux machine.
The command available is yum install mosquitto works well, but it installs 1.6 version
I cannot use docker due to some limitation in my machine container eligibility.
Can anyone help me in this?
After some trial and error along with performing this is the best document I got so far.
https://www.disk91.com/2016/technology/internet-of-things-technology/install-mosquitto-mqtt-server-on-centos-to-publish-iot-data/

How can I learn ubunu postgresql version as default?

When I install the ubuntu server, the postgresql repository package names are installed on server automatically. So when I type command sudo apt-get install postgresql it will start installation. But which version will be installed? I don't know it.
So how can I learn which version will be installed?

How do I get PHP 7.1 to talk to PostgreSQL on RHEL 7?

Running a Laravel installation on a RedHat Enterprise Linux 7 server using PHP 7.1. I can see php-pgsql.x86_64 listed in the available yum packages, but it doesn't appear to be compatible with PHP 7.1 (and indeed is listed as version 5.4.16-43.el7_4.1).
On a lark, I tried installing it anyway and physically moved the pgsql.ini and pdo_pgsql.ini files from /etc/php.d into the relevant PHP 7.1 folder /etc/opt/rh/rh-php71/php.d/ (and did the same with the .so files they reference), but that returns an error indicating that the package couldn't be read (undefined symbol: file_globals_id in Unknown on line 0).
Has anyone managed to get PHP 7.1 talking to PostgreSQL on RHEL 7?
The sysadmin who originally created the server for me set me straight. The problem was I was looking in the wrong repository for the packages I needed for my particular PHP installation. Running the following two commands did the trick:
sudo yum install --disablerepo=* --enablerepo=rhui-REGION-rhel-server-rhscl rh-php71-php-odbc
sudo yum install --disablerepo=* --enablerepo=rhui-REGION-rhel-server-rhscl rh-php71-php-pgsql
We then added those two packages to the Ansible playbook so future generations would not suffer needlessly.

How to correctly install bucardo

I am new to bucardo and I am trying my first install. I have postgresql-9.1 installed.
After installing all dependencies I have downloaded Bucardo-5.1.1.tar file, extract it and sucessfully install it using make according to bucardo site instructions.
The problem starts when I try to launch "bucardo_ctl". The bucardo_ctl script is not installed with bucardo-5.1.1 install script and ubuntu says I need to run "apt-get update bucardo" for installing bucardo_ctl.
The problem is that when I install bucardo from ubuntu repositories, it also installs postgresql-8.4, and bucardo from repository is version 4.
How can I install bucardo_ctl from bucardo-5.1.1?
Thank you very much
Regards
Paulo